-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
{
"name": "yid-react-project",
"version": "0.1.0",
"author": "小蚁",
"private": true,
"dependencies": {
"@types/axios": "^0.14.0",
"@types/blueimp-md5": "^2.7.0",
"@types/jest": "^23.3.5",
"@types/js-cookie": "^2.2.0",
"@types/qs": "^6.5.1",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"@types/react-intl": "^2.3.14",
"@types/react-router": "^4.0.32",
"@types/react-router-dom": "^4.3.1",
"@types/styled-components": "^4.0.1",
"antd": "^3.10.1",
"axios": "^0.18.0",
"blueimp-md5": "^2.10.0",
"js-cookie": "^2.2.0",
"mobx": "^5.5.2",
"mobx-react": "^5.3.5",
"qs": "^6.5.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-intl": "^2.7.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts-antd": "2.17.0",
"styled-components": "^4.0.2",
"typescript": "^3.1.3"
},
"scripts": {
"start": "react-scripts-ts-antd start",
"build": "react-scripts-ts-antd build",
"test": "react-scripts-ts-antd test --env=jsdom",
"eject": "react-scripts-ts-antd eject",
"temp": "node template"
}
}