-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.83 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
{
"name": "subscan-tools-ui",
"version": "0.1.0",
"author": "[email protected]",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@polkadot/api": "^7.2.1",
"@polkadot/extension-dapp": "^0.42.4",
"@polkadot/types": "^7.2.1",
"@polkadot/ui-keyring": "^0.88.1",
"@polkadot/util": "^8.2.2",
"@polkadot/util-crypto": "^8.2.2",
"@polkadot/vue-identicon": "^0.88.1",
"apollo-boost": "^0.4.9",
"axios": "^0.24.0",
"babel-eslint": "^10.0.3",
"bignumber.js": "^9.0.1",
"bn.js": "^5.1.3",
"clipboard": "^2.0.6",
"core-js": "^3.6.5",
"element-ui": "^2.15.6",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.2.0",
"graphql": "^15.5.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"normalize.css": "^8.0.0",
"nprogress": "^0.2.0",
"vue": "^2.6.11",
"vue-apollo": "^3.0.7",
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.22.1",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-e2e-cypress": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "^4.2.2",
"@vue/test-utils": "^1.0.3",
"babel-plugin-component": "^1.1.1",
"sass": "^1.45.2",
"sass-loader": "^10",
"svg-sprite-loader": "^3.8.0",
"vue-cli-plugin-element": "^1.0.0",
"vue-template-compiler": "^2.5.17"
},
"engines": {
"node": ">=14.0.0"
}
}