-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.01 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "onlinemat",
"version": "0.0.1",
"author": {
"email": "[email protected]",
"name": "Orion [URD], JPG [ZH11], Balou [SNS]",
"url": "https://mat.cevi.tools"
},
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@auth0/auth0-react": "^1.9.0",
"@casl/ability": "^5.4.3",
"@casl/react": "^2.3.0",
"@sentry/react": "^6.17.3",
"@sentry/tracing": "^6.17.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"antd": "^4.18.5",
"classnames": "^2.2.6",
"firebase": "^8.3.2",
"history": "^5.3.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.1",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sass": "^1.32.8",
"serve": "^14.1.2",
"xlsx": "^0.18.0"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.53",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.3.3",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^2.6.1",
"typescript": "^4.4.4"
},
"scripts": {
"git-info": "node src/gitInfo.js",
"start": "npm run git-info && react-scripts start",
"build": "npm run git-info && react-scripts build",
"test": "npm run git-info && react-scripts test",
"eject": "react-scripts eject",
"serve": "serve -s build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}