-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 KB
/
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": "app",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "NODE_ENV=production bankai build index.js",
"create": "choo-scaffold",
"inspect": "bankai inspect index.js",
"start": "bankai start index.js",
"test": "standard && npm run test-deps",
"test-deps": "dependency-check . && dependency-check . --extra --no-dev -i tachyons"
},
"dependencies": {
"@binance-chain/javascript-sdk": "2.15.0",
"choo": "^6.13.3",
"choo-service-worker": "^2.4.0",
"dotenv": "^7.0.0",
"ethers": "^4.0.27",
"fs": "0.0.1-security",
"jsqr": "^1.2.0",
"path": "^0.12.7",
"qrcode": "^1.3.3",
"sheetify": "^7.3.3",
"tachyons": "^4.11.1",
"tone": "^13.4.9",
"web3": "1.0.0-beta.36"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-polyfill": "^6.0.16",
"babel-preset-es2015": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"bankai": "^9.15.2",
"choo-devtools": "^2.5.1",
"choo-scaffold": "^1.2.0",
"dependency-check": "^3.3.0",
"standard": "^12.0.1"
}
}