-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
44 lines (44 loc) · 1011 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "cra-antd",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.13.5",
"antd-theme-webpack-plugin": "^1.2.0",
"less-vars-to-js": "^1.3.0",
"react": "^16.8.2",
"react-color": "^2.17.0",
"react-dom": "^16.8.2",
"react-responsive": "^6.1.1",
"react-scripts": "2.1.5"
},
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"test": "rescripts test",
"login": "firebase login",
"predeploy": "npm run build",
"deploy": "firebase deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@rescripts/cli": "0.0.10",
"@rescripts/rescript-env": "0.0.5",
"@rescripts/rescript-use-babel-config": "0.0.5",
"babel-plugin-import": "^1.11.0",
"firebase-tools": "^6.5.3",
"less": "^3.9.0",
"less-loader": "^4.1.0"
},
"rescripts": [
".rescriptsrc.js"
]
}