-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
43
44
45
46
47
{
"name": "prognosports-frontend",
"version": "2.0.0beta",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"buildBeta": "vite build --mode beta",
"eslint": "eslint \"src/**\""
},
"dependencies": {
"@floating-ui/vue": "1.1.11",
"@oruga-ui/oruga-next": "0.6.0",
"@oruga-ui/theme-bulma": "0.2.11",
"@vue-leaflet/vue-leaflet": "0.10.1",
"@vueuse/core": "14.2.1",
"apexcharts": "5.10.5",
"axios": "1.15.2",
"dayjs": "1.11.20",
"leaflet": "1.9.4",
"marked": "18.0.2",
"mitt": "3.0.1",
"pinia": "3.0.4",
"vue": "3.5.33",
"vue-advanced-cropper": "2.8.9",
"vue-router": "5.0.6",
"vue-sonner": "2.0.9",
"vue3-apexcharts": "1.11.1",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/leaflet": "1.9.21",
"@vitejs/plugin-vue": "6",
"autoprefixer": "10.4.27",
"bulma": "^0.9.4",
"eslint": "10.2.1",
"eslint-plugin-vue": "10.9.0",
"postcss": "8.5.9",
"sass": "1.77.0",
"tailwindcss": "3.4.19",
"typescript": "6.0.3",
"typescript-eslint": "8.59.1",
"vite": "8.0.10",
"vue-eslint-parser": "^10.4.0"
}
}