-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.02 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
37
38
39
40
41
42
43
44
45
46
{
"name": "tqt-antd",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "~3.20.5",
"glob": "^7.1.3",
"hash.js": "^1.1.5",
"less": "^3.9.0",
"less-bundle-promise": "1.0.7",
"less-plugin-npm-import": "^2.1.0",
"less-vars-to-js": "^1.3.0",
"postcss": "^6.0.21",
"postcss-colors-only": "0.0.3",
"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"
},
"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",
"less": "^3.9.0",
"less-loader": "^4.1.0"
},
"rescripts": [
".rescriptsrc.js"
]
}