forked from leesiongchan/frontend-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 921 Bytes
/
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
{
"license": "MIT",
"scripts": {
"build": "parcel build src/index.html",
"start": "parcel src/index.html --no-cache"
},
"dependencies": {
"antd": "^3.1.1",
"formik": "^0.10.5",
"node-fetch": "^1.7.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-react-css-modules": "^3.3.2",
"babel-preset-react-app": "^3.1.0",
"eslint": "^4.14.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.4.0",
"flow-bin": "^0.63.1",
"parcel-bundler": "^1.4.1",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-modules": "^1.1.0",
"prettier": "^1.9.2",
"stylelint": "^8.4.0",
"stylelint-config-prettier": "^2.0.0"
}
}