forked from Traewelling/traewelling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
48
49
50
{
"name": "traewelling",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"api": "npx swagger-typescript-api generate --path storage/api-docs/api-docs.json --custom-config {} --output resources/types --name='Api.gen.ts'"
},
"devDependencies": {
"@popperjs/core": "^2.11",
"@tailwindcss/vite": "^4.1.11",
"@types/lodash": "^4.17.16",
"@types/luxon": "^3.4.2",
"@vitejs/plugin-vue": "^6.0.0",
"bootstrap": "^5.3",
"daisyui": "^5.0.27",
"laravel-vite-plugin": "^2.0.0",
"lodash": "^4.17.21",
"sass": "^1.85.1",
"swagger-typescript-api": "^13.1.1",
"tailwindcss": "^4.1.4",
"vite": "^7.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@indoorequal/vue-maplibre-gl": "^8.4.2",
"@vuepic/vue-datepicker": "^11.0.1",
"apexcharts": "^5.0.0",
"autoprefixer": "^10.4.20",
"awesomplete": "^1.1.5",
"axios": "^1.8.2",
"bootstrap-cookie-alert": "^1.2.1",
"chart.js": "^4.0.0",
"chartjs-adapter-date-fns": "^3.0.0",
"croppie": "^2.6.5",
"date-fns": "^4.1.0",
"gsap": "^3.13.0",
"laravel-vue-i18n": "^2.7.1",
"leaflet": "^1.9.4",
"Leaflet-MovingMaker": "^0.0.1",
"lgbtq.css": "^2.0.7",
"luxon": "^3.4.4",
"maplibre-gl": "^5.11.0",
"notyf": "^3.10.0",
"papaparse": "^5.5.3",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.1.3",
"vue": "^3.3.4"
}
}