-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.37 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
{
"name": "markets-dashboard",
"version": "1.0.0",
"description": "Markets view",
"main": "src/main.js",
"repository": "https://github.com/timwells/mk-dashboard",
"license": "MIT",
"private": true,
"scripts": {
"copyWasm": "copy-files-from-to --config copy-files-from-to.json",
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"dev": "npm run serve",
"deploy-hosting": "firebase deploy --only hosting",
"deploy-functions": "firebase deploy --only functions"
},
"dependencies": {
"ant-design-vue": "1.7.8",
"apexcharts": "^3.49.0",
"axios": "^0.27.2",
"chart.js": "3.4.1",
"core-js": "3.15.2",
"firebase": "^9.12.1",
"fusioncharts": "^3.23.0",
"highcharts": "^11.4.6",
"lightweight-charts": "^4.2.0",
"sass": "^1.69.5",
"vue": "2.6.14",
"vue-apexcharts": "^1.6.2",
"vue-fusioncharts": "^3.2.0",
"vue-github-buttons": "^3.1.0",
"vue-lazytube": "^1.1.1",
"vue-router": "3.5.2",
"vue-spinner": "^1.0.4",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-router": "4.5.13",
"@vue/cli-service": "4.5.13",
"copy-files-from-to": "^3.9.1",
"sass-loader": "^10",
"vue-template-compiler": "2.6.14"
}
}