-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "crypto-dash-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build_noemit": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@vue/eslint-config-typescript": "^13.0.0",
"axios": "^1.6.3",
"core-js": "^3.29.0",
"eslint": "^9.4.0",
"highcharts": "^11.4.3",
"highcharts-vue": "^1.4.3",
"roboto-fontface": "*",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.13",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.21",
"vue-router": "^4.0.0",
"vuetify": "^3.6.8"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"typescript": "^5.2.2",
"unplugin-fonts": "^1.0.3",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^2.0.6"
}
}