-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 952 Bytes
/
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
{
"name": "src",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"env2": "^2.2.0",
"ethereumjs-tx": "^1.3.3",
"express": "^4.16.2",
"keythereum": "^1.0.2",
"knex": "^0.14.2",
"moment": "^2.20.1",
"pg": "^7.4.1",
"react": "^16.2.0",
"react-bootstrap": "^0.32.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"twilio": "^3.11.0",
"uuid": "^3.2.1",
"web3": "^0.20.4",
"webpack": "^3.10.0"
},
"scripts": {
"start": "node app.js",
"startmon": "nodemon app.js",
"start:react": "react-scripts start",
"build": "NODE_ENV=production && webpack --progress",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"nodemon": "^1.14.11"
}
}