-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "a27",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"lint:check": "eslint . --max-warnings 0"
},
"dependencies": {
"@fontsource/roboto": "5.2.5",
"@mdi/font": "7.4.47",
"@studiometa/vue-mapbox-gl": "^2.7.2",
"axios": "^1.10.0",
"echarts": "^5.6.0",
"query-string": "^9.2.0",
"vue": "^3.5.13",
"vuetify": "^3.8.1"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@vitejs/plugin-vue": "^5.2.3",
"eslint": "^9.35.0",
"eslint-config-vuetify": "^4.1.1",
"eslint-plugin-vue": "^10.4.0",
"globals": "^16.4.0",
"pinia": "^3.0.1",
"sass-embedded": "^1.86.3",
"unplugin-auto-import": "^19.1.1",
"unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^28.4.1",
"unplugin-vue-router": "^0.12.0",
"vite": "^6.2.2",
"vite-plugin-vue-layouts-next": "^0.0.8",
"vite-plugin-vuetify": "^2.1.2",
"vue-router": "^4.5.0"
}
}