forked from aidanok/curve-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.35 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
{
"name": "curve-vue",
"version": "0.7.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@biconomy/mexa": "^1.5.12",
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@ledgerhq/hw-transport-webusb": "^5.19.1",
"@renproject/ren": "^1.0.5",
"@sentry/browser": "git+https://github.com/pengiundev/sentry-browser.git",
"@sentry/integrations": "^5.15.0",
"bignumber.js": "^9.0.0",
"bitcoin-address-validation": "^1.0.2",
"bnc-notify": "^1.2.2",
"bnc-onboard": "^1.11.0",
"break_infinity.js": "^1.1.0",
"comlink": "^4.2.0",
"core-js": "^3.6.4",
"eth-sig-util": "^2.5.3",
"firebase": "^7.14.2",
"highcharts": "^8.1.1",
"highcharts-vue": "^1.3.5",
"register-service-worker": "^1.7.1",
"set-interval-async": "^1.0.33",
"vue": "^2.6.11",
"vue-firestore": "^0.3.30",
"vue-meta": "^2.3.3",
"vue-router": "^3.1.5",
"web3": "^1.2.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-pwa": "^4.4.1",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"compression-webpack-plugin": "^3.1.0",
"html-critical-webpack-plugin": "^2.1.0",
"vue-cli-plugin-s3-deploy": "^4.0.0-rc3",
"vue-template-compiler": "^2.6.11",
"worker-loader": "^2.0.0"
}
}