-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1006 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1006 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
33
34
35
36
37
38
{
"name": "cryptobat",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"filter-object": "^3.0.0",
"method-override": "^2.3.10",
"mongodb": "^2.2.33",
"mongoose": "^4.13.5",
"node-bittrex-api": "^0.8.1",
"node-schedule": "^1.2.5",
"nodemon": "^1.12.1",
"react": "15.x",
"react-dom": "15.x",
"react-helmet": "^5.2.0",
"react-materialize": "^1.1.0",
"react-redux": "^5.0.6",
"react-redux-form": "^1.16.2",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start:server": "nodemon src/server/app.js"
}
}