-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 2 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
{
"name": "ParaBox",
"version": "0.1.0",
"private": true,
"scripts": {
"serve-beta": "cross-env BUILD_ENV=beta vue-cli-service serve",
"serve-prod": "cross-env BUILD_ENV=prod vue-cli-service serve",
"build-beta": "cross-env BUILD_ENV=beta vue-cli-service build",
"build-prod": "cross-env BUILD_ENV=prod vue-cli-service build"
},
"dependencies": {
"@keplr-wallet/cosmos": "^0.11.49",
"@walletconnect/web3-provider": "^1.3.6",
"axios": "^0.19.2",
"babel-plugin-import": "^1.13.0",
"bech32": "^1.1.3",
"bignumber.js": "^8.1.1",
"compression-webpack-plugin": "^3.0.0",
"copy-to-clipboard": "^3.1.0",
"element-ui": "^2.4.5",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^4.0.47",
"file-saver": "^2.0.2",
"lib-flexible": "^0.3.2",
"log4js": "^4.5.1",
"moment": "^2.27.0",
"nerve-sdk-js": "^1.0.13",
"normalize.css": "^8.0.1",
"nuls-sdk-js": "^2.4.8",
"postcss-px2rem-exclude": "^0.0.6",
"qrcodejs2": "^0.0.2",
"shelljs": "^0.8.3",
"vant": "^2.7.1",
"vue": "^2.6.11",
"vue-i18n": "^8.22.0",
"vue-router": "^3.1.6",
"vue-video-player": "^5.0.2",
"vuedraggable": "^2.24.0",
"vuex": "^3.1.3",
"web3": "^1.3.4"
},
"devDependencies": {
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^8.2.1",
"cross-env": "^6.0.0",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^6.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^10.0.1",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}