-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.09 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
{
"dependencies": {
"acorn": "^7.2.0",
"dot-prop": "^5.2.0",
"escape-string-regexp": "^1.0.5",
"eslint-utils": "^1.4.2",
"handlebars": "^4.7.7",
"http-proxy": "^1.18.1",
"js-yaml": "^3.13.1",
"kind-of": ">=6.0.3",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"mem": "^5.1.1",
"mixin-deep": "^2.0.1",
"node-forge": "^0.10.0",
"object-path": "^0.11.8",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-router-dom": "^4.3.1",
"set-value": "^4.0.1",
"sort-by": "^1.2.0",
"websocket-extensions": "^0.1.4",
"yargs-parser": "^19.0.4"
},
"devDependencies": {
"react-scripts": "^3.4.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}