-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.41 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@douyinfe/semi-ui": "^2.1.5",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.37",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"await-to-js": "^3.0.0",
"axios": "^0.24.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.1.1",
"react-scripts": "4.0.3",
"typescript": "^4.5.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test"
},
"eslintConfig": {
"extends": [
"plugin:react/recommended",
"eslint:recommended",
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"axios-mock-adapter": "^1.20.0",
"customize-cra": "^1.0.0",
"dotenv-cli": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"mockjs": "^1.1.0",
"react-app-rewired": "^2.1.8",
"webpack-bundle-analyzer": "^4.5.0"
}
}