-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.73 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.73 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "siba-developers",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.1",
"chart.js": "^2.8.0",
"connected-react-router": "^6.4.0",
"cross-env": "^5.2.0",
"d3": "^5.9.7",
"history": "^4.9.0",
"immutable": "^4.0.0-rc.12",
"local-echo": "github:wavesoft/local-echo",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-beautiful-dnd": "^11.0.3",
"react-chartjs-2": "^2.7.6",
"react-copy-to-clipboard": "^5.0.1",
"react-d3-graph": "^2.1.0",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"react-modal": "^3.8.1",
"react-moment": "^0.9.2",
"react-redux": "^7.0.3",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"react-spinners": "^0.5.13",
"react-sweet-progress": "^1.1.2",
"react-syntax-highlighter": "^10.3.0",
"react-toastify": "^5.3.1",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-pender": "^2.0.12",
"socket.io-client": "^2.2.0",
"sockjs-client": "^1.3.0",
"stompjs": "^2.3.3",
"xterm": "^3.14.5"
},
"scripts": {
"start": "cross-env NODE_PATH=src react-scripts start",
"build": "cross-env NODE_PATH=src react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"remote-redux-devtools": "^0.5.16"
}
}