-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.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
{
"name": "polka-explorer",
"version": "0.1.0",
"author": "[email protected]",
"license": "ISC",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"analyz": "npm_config_report=true vue-cli-service build",
"testbuild": "vue-cli-service build --mode test",
"staticbuild": "vue-cli-service build --mode static"
},
"dependencies": {
"@polkadot/util": "^1.1.1",
"@polkadot/util-crypto": "^1.1.1",
"@polkadot/vue-identicon": "^0.47.1",
"babel-polyfill": "^6.26.0",
"bignumber.js": "^7.2.1",
"bs58": "^4.0.1",
"clipboard": "^2.0.1",
"countup.js": "^1.9.3",
"element-ui": "^2.13.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.10",
"md5": "^2.2.1",
"moment": "^2.24.0",
"normalize.css": "^8.0.0",
"nprogress": "^0.2.0",
"oo7-substrate": "^0.8.0",
"query-string": "5",
"vue": "^2.5.17",
"vue-analytics": "^5.17.5",
"vue-i18n": "^8.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"xlsx": "^0.15.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"babel-plugin-component": "^1.1.1",
"compression-webpack-plugin": "^2.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"svg-sprite-loader": "^3.8.0",
"vue-cli-plugin-element": "^1.0.0",
"vue-template-compiler": "^2.5.17"
},
"optionalDependencies": {
"axios": "0.18.1"
}
}