-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
47
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"animate.css": "^3.6.1",
"antd": "^3.1.0",
"babel-eslint": "^8.2.1",
"babel-plugin-import": "^1.6.3",
"babel-plugin-module-resolver": "^3.0.0",
"braft-editor": "^1.1.10",
"dva": "^2.1.0",
"dva-react-router-3": "^1.0.2",
"echarts": "^4.1.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"file-saver": "^1.3.8",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"lodash": "^4.15.0",
"moment": "^2.17.1",
"path-to-regexp": "^1.5.3",
"photo-sphere-viewer": "^3.3.3",
"query-string": "^5.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-scripts": "1.0.17",
"react-scroll": "^1.7.6",
"three": "^0.91.0",
"xlsx": "^0.12.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-plugin-react": "^7.8.2",
"redux-devtools-extension": "^2.13.2",
"webpack": "^3.10.0"
}
}