-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.29 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
{
"name": "citz-imb-sp-vdr",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"formik": "^2.2.6",
"interweave": "^12.7.0",
"moment": "^2.29.1",
"notistack": "^1.0.5",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-device-detect": "^1.15.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.1",
"react-query": "^3.12.0",
"react-scripts": "^4.0.3",
"react-table": "^7.6.3",
"universal-cookie": "^4.0.4",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp",
"test": "react-scripts test",
"eject": "react-scripts eject",
"proxy": "node ./api-server.js",
"startServers": "concurrently --kill-others \"npm run proxy\" \"npm run start\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"IE 10",
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"IE 10",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"concurrently": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"jquery": "^3.6.0",
"sp-rest-proxy": "^3.0.5"
},
"proxy": "http://localhost:8081"
}