forked from ezsystems/ezplatform-admin-ui-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.22 KB
/
package.json
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
{
"name": "ezplatform-admin-ui-modules",
"license": "MIT",
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"builddev": "webpack --config webpack.dev.js",
"watch": "webpack --watch --config webpack.dev.js",
"watchprod": "webpack --watch --config webpack.prod.js",
"fix-cs": "eslint --fix src/ && prettier --write src/**/*.js"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.11",
"eslint": "^5.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"prettier": "^1.12.1",
"prop-types": "^15.6.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "3.10.0",
"webpack-merge": "^4.1.3"
}
}