-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.2 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.2 KB
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
{
"name": "obvilionnetworksite",
"version": "0.2.0",
"private": true,
"homepage": "",
"dependencies": {
"bootstrap": "^4.6.1",
"chart.js": "^2.9.4",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"react": "^16.14.0",
"react-animated-slider": "^2.0.0",
"react-bootstrap": "^1.6.5",
"react-dom": "^16.14.0",
"react-full-screen": "^0.2.5",
"react-loadable": "^5.5.0",
"react-nvd3": "^0.5.7",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^6.0.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.3.3",
"react-scripts": "^3.4.4",
"react-select": "^5.7.0",
"react-window-size": "^1.2.2",
"redux": "^4.2.0",
"sass": "^1.53.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build && npm run deploy_last",
"deploy_last": "node tools/deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-to-print": "^2.14.7",
"ssh2": "^1.11.0",
"tar-fs": "^2.1.1"
}
}