-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
34 lines (34 loc) · 939 Bytes
/
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
{
"name": "curve-vue",
"version": "0.4.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@sentry/browser": "^5.15.0",
"@sentry/integrations": "^5.15.0",
"bignumber.js": "^9.0.0",
"bnc-onboard": "https://github.com/pengiundev/onboard",
"break_infinity.js": "^1.1.0",
"comlink": "^4.2.0",
"core-js": "^3.6.4",
"highcharts": "^8.0.4",
"highcharts-vue": "^1.3.5",
"vue": "^2.6.11",
"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-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"
}
}