forked from debionetwork/debio-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.33 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "debio-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"demo": "NODE_ENV=demo vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "NODE_OPTIONS=--max_old_space_size=6596 vue-cli-service build",
"lint": "vue-cli-service lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@kiltprotocol/sdk-js": "^0.22.1",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/api": "^6.5.2",
"@polkadot/ui-keyring": "^0.86.2",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"d3": "^7.0.1",
"date-fns": "^2.16.1",
"eth-crypto": "^1.8.0",
"ethereum-private-key-to-public-key": "0.0.5",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^7.0.7",
"ethereumjs-wallet": "^1.0.1",
"fuse.js": "^6.4.6",
"ipfs-core": "^0.3.1",
"ipfs-http-client": "^48.1.3",
"lodash": "^4.17.20",
"store": "^2.0.12",
"streamsaver": "^2.0.5",
"topojson": "^3.0.2",
"voca": "^1.4.0",
"vue": "^2.6.11",
"vue-crypt": "^1.0.0",
"vue-cryptojs": "^2.1.5",
"vue-pdf": "^4.2.0",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.4.9",
"vuetify": "^2.2.11",
"vuex": "^3.6.0",
"web3": "^1.3.5"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.12.10",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/vue": "^6.1.21",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-vuetify": "~2.0.8",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0",
"worker-plugin": "^5.0.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}