-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 797 Bytes
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
{
"name": "rapid_coin",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.20.0",
"chart.js": "^1.1.1",
"crypto-socket": "^4.0.0",
"moment": "^2.20.1",
"moment-range": "^4.0.2",
"react": "^16.2.0",
"react-bootstrap": "^1.1.1",
"react-chartjs": "^1.2.0",
"react-dom": "^16.2.0",
"react-fontawesome": "^1.6.1",
"react-native-socketio": "^0.3.0",
"react-select": "^1.2.1",
"react-select": "^3.0.4",
"react-websocket": "^2.0.0",
"socket.io-react": "^1.2.0",
"ws": "^7.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-socket-io": "^0.2.4"
}
}