-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "root",
"private": true,
"scripts": {
"start": "NODE_ENV=production ETH_ENV=production DEBUG=server:* node ./bin/www",
"staging:oracle": "npm run start:staging --prefix @woke/oracle -- --printConfig --persist=no --networkList=goerli_infura",
"staging:server": "npm run start:staging --prefix @woke/server -- --printConfig --persist=no --networkList=goerli_infura",
"build": "bash ./scripts/build.sh",
"push": "bash ./scripts/push.sh",
"pull": "bash ./scripts/pull.sh"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"lerna": "^3.20.2",
"prettier": "^2.0.5"
},
"dependencies": {
"react-router-dom": "^5.1.2"
}
}