This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
66 lines (66 loc) · 1.97 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
{
"name": "subscan-multisig-ui",
"version": "0.1.0",
"author": "acarlhong@gmail.com",
"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",
"@darwinia/types": "^1.1.0-alpha.21",
"@polkadot/api": "4.12.1",
"@polkadot/extension-dapp": "0.38.3",
"@polkadot/keyring": "^6.6.1",
"@polkadot/metadata": "4.12.1",
"@polkadot/types": "4.12.1",
"@polkadot/ui-keyring": "^0.67.1",
"@polkadot/util": "6.6.1",
"@polkadot/util-crypto": "6.6.1",
"@polkadot/vue-identicon": "^0.67.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"apollo-boost": "^0.4.9",
"axios": "^0.21.1",
"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.14.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.2.0",
"graphql": "^15.5.0",
"js-cookie": "^2.2.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-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",
"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"
}
}