-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
74 lines (74 loc) · 2.5 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "bridge",
"version": "1.0.16",
"private": true,
"scripts": {
"build": "npm run check && yarn && cross-env NODE_ENV=production BABEL_ENV=prod vue-cli-service build && npm run zip",
"check": "node scripts/build-check",
"zip": "node scripts/package",
"start": "cross-env BABEL_ENV=prod vue-cli-service serve --port 8081",
"build:watch": "npm run build -- --watch",
"mobile": "npm run build:watch && npm run server",
"inspect": "vue-cli-service inspect",
"server": "http-server ./dist -p 8081 -d -i -g -P --cors='*' -c-1",
"test": "cross-env BABEL_ENV=test mocha --require @babel/register \"test/**/*.spec.js\" --exit --timeout 1000000",
"testfile": "cross-env BABEL_ENV=test mocha --require @babel/register --exit --timeout 1000000",
"walletpack": "yarn add @walletpack/core @walletpack/eosio @walletpack/bitcoin @walletpack/tron @walletpack/ethereum @walletpack/fio",
"dist": "node build"
},
"dependencies": {
"@veriff/js-sdk": "^1.0.0",
"@walletpack/bitcoin": "^1.0.56",
"@walletpack/core": "^1.0.51",
"@walletpack/eosio": "^0.0.67",
"@walletpack/ethereum": "^0.0.61",
"@walletpack/fio": "^0.0.29",
"@walletpack/tron": "^0.0.63",
"aes-oop": "^1.0.4",
"bip32": "^2.0.4",
"bip39": "^2.6.0",
"chart.js": "^2.9.3",
"core-js": "^2.6.5",
"device-uuid": "^1.0.4",
"dotenv": "^8.0.0",
"isomorphic-ws": "^4.0.1",
"json-formatter-js": "^2.2.1",
"lz-string": "^1.4.4",
"more-entropy": "^0.0.7",
"qrcode": "^1.4.4",
"ridl-js": "^1.0.4",
"typeface-poppins": "^0.0.72",
"v-lazy-image": "^1.3.2",
"v-tooltip": "^2.0.2",
"vue": "^2.6.10",
"vue-qrcode-reader": "^2.0.3",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/node": "^7.5.0",
"@fortawesome/fontawesome-pro": "^5.10.1",
"@babel/preset-env": "^7.5.2",
"@babel/register": "^7.4.4",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"chai": "^4.2.0",
"child_process": "^1.0.2",
"cross-env": "^5.2.0",
"eosjs-ecc": "^4.0.7",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"jszip": "^3.2.2",
"mocha": "^6.2.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vconsole": "^3.3.4",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-shell-plugin": "^0.5.0",
"yauzl": "^2.10.0"
}
}