-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.4 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
{
"name": "gids-ui",
"version": "0.0.6",
"description": "save the server app",
"keywords": [],
"main": "index.js",
"dependencies": {
"bootstrap": "^4.3.1",
"classnames": "2.2.6",
"events": "^3.0.0",
"face-api.js": "^0.19.0",
"formik": "^1.5.2",
"lodash": "^4.17.11",
"node-localstorage": "^1.3.1",
"prop-types": "15.6.0",
"react": "16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "16.8.6",
"react-markdown": "^4.0.8",
"react-pin-input": "^0.9.0",
"react-progress-bar-plus": "^1.3.1",
"react-router-dom": "5.0.0",
"react-transition-group": "2.9.0",
"react-webcam": "^1.1.1",
"timer-stopwatch": "^0.2.0",
"whatwg-fetch": "^3.0.0",
"ws": "^6.2.1"
},
"devDependencies": {
"react-scripts": "1.0.0"
},
"proxy": {
"/api/*": {
"target": "http://localhost:5624/v1/",
"pathRewrite": {
"^/api": ""
}
},
"/ws/*": {
"target": "ws://localhost:5624/",
"changeOrigin": true,
"ws": true
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"prepackage": "rm -f gids.tar",
"package": "tar cf gids.tar default.template Dockerfile build/ scripts/ .dockerignore",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
]
}