-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.14 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
46
{
"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": {
"@oruga-ui/oruga-next": "0.6.0",
"@oruga-ui/theme-bulma": "0.2.11",
"@vitejs/plugin-vue": "5.2.1",
"@vue-leaflet/vue-leaflet": "0.10.1",
"@vueuse/core": "12.2.0",
"apexcharts": "4.3.0",
"axios": "1.7.9",
"bulma-calendar": "6.1.19",
"dayjs": "1.11.13",
"leaflet": "1.9.4",
"marked": "15.0.4",
"mitt": "3.0.1",
"pinia": "2.3.0",
"tailwindcss": "3.4.17",
"vue": "3.5.13",
"vue-advanced-cropper": "2.8.9",
"vue-router": "4.5.0",
"vue-sonner": "1.3.0",
"vue3-apexcharts": "1.8.0",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@types/leaflet": "1.9.15",
"autoprefixer": "10.4.20",
"bulma": "^0.9.4",
"eslint": "9.17.0",
"eslint-plugin-vue": "9.32.0",
"postcss": "8.4.49",
"sass": "1.77.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.2",
"vite": "6.0.6"
}
}