forked from debionetwork/debio-genetic-analyst-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "debio-genetic-analyst-ui",
"version": "1.4.2",
"private": true,
"license": "AGPL-3.0",
"author": "DeBio Dev Team <[email protected]>",
"homepage": "https://debio.network",
"repository": {
"type": "git",
"url": "https://github.com/debionetwork/debio-genetic-analyst-ui.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "NODE_OPTIONS=--max_old_space_size=6596 vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:check": "vue-cli-service lint --no-fix",
"format": "echo \"not implemented\"",
"format:check": "echo \"not implemented\"",
"test": "npm run test:unit",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@bit/joshk.vue-spinners-css.spinner-loader": "^1.1.5",
"@debionetwork/pinata-ipfs": "0.0.3",
"@debionetwork/polkadot-provider": "0.0.16",
"@debionetwork/ui-components": "0.0.8",
"@debionetwork/ui-icons": "0.0.2",
"@kiltprotocol/sdk-js": "^0.21.0",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/api": "^10.0.1",
"@polkadot/ui-keyring": "^0.72.1",
"@sentry/tracing": "^6.16.1",
"@sentry/vue": "^6.16.1",
"@vue/composition-api": "^1.1.4",
"axios": "^0.21.2",
"bignumber.js": "^9.0.1",
"core-js": "^3.6.5",
"crypto-js": "^4.2.0",
"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.17.0",
"ipfs-http-client": "^48.1.3",
"lodash": "^4.17.20",
"random-animal-name-generator": "^0.1.1",
"store": "^2.0.12",
"streamsaver": "^2.0.5",
"voca": "^1.4.0",
"vue": "^2.6.11",
"vue-crypt": "^1.0.0",
"vue-cryptojs": "^2.1.5",
"vue-mixpanel": "1.0.7",
"vue-pdf": "^4.2.0",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.4.9",
"vuejs-countdown-timer": "^2.1.3",
"vuetify": "^2.6.10",
"vuex": "^3.6.0",
"web3": "^1.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@babel/core": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.12.10",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"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",
"jest-serializer-vue": "^2.0.2",
"vue-jest": "^3.0.7"
},
"browserslist": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
]
}