-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"icons": "node script/sprite.js"
},
"devDependencies": {
"@types/js-cookie": "^2.1.0",
"@types/numeral": "0.0.24",
"@types/react": "^16.4.6",
"@types/react-addons-pure-render-mixin": "^0.14.19",
"@types/react-color": "^2.13.6",
"@types/react-document-title": "^2.0.3",
"@types/react-dom": "^16.0.6",
"@types/react-router-dom": "^4.3.0",
"@types/react-virtualized": "^9.18.7",
"@types/three": "^0.92.18",
"@types/underscore": "^1.8.8",
"less-vars-to-js": "^1.3.0",
"spritesmith": "^3.3.1",
"umi": "^2.1.2",
"umi-plugin-react": "^1.1.1"
},
"dependencies": {
"antd": "^3.7.3",
"js-cookie": "^2.2.0",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"react": "^16.4.1",
"react-addons-pure-render-mixin": "^15.6.2",
"react-color": "^2.14.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.4.1",
"react-quill": "^1.3.1",
"react-router-dom": "^4.3.1",
"react-virtualized": "^9.20.1",
"redux": "^4.0.0",
"three": "^0.96.0",
"underscore": "^1.9.1"
}
}