-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.67 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-ultimate-contextmenu",
"version": "1.0.1",
"description": "Replace context menu in react-app as you wish",
"main": "lib/index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.example.js --open",
"build-example": "rimraf example-dist && NODE_ENV=production webpack --config webpack.example.js",
"build": "rimraf lib && NODE_ENV=production babel src --out-dir lib"
},
"repository": "git@github.com:qodunpob/react-ultimate-contextmenu.git",
"author": "qodunpob <qodunpob@gmail.com>",
"license": "MIT",
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"prop-types": "^15.7.2",
"react-custom-scrollbars": "^4.2.1",
"react-icons": "^3.5.0"
},
"peerDependencies": {
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-module-resolver": "^3.2.0",
"copy-webpack-plugin": "^5.0.1",
"eslint": "^5.15.0",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.11",
"react": "^16.8.3",
"react-dom": "npm:@hot-loader/react-dom",
"react-hot-loader": "^4.7.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"rimraf": "^2.6.3",
"standard": "^12.0.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
},
"standard": {
"parser": "babel-eslint"
}
}