-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "traewelling",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11",
"@types/lodash": "^4.17.7",
"@types/luxon": "^3.4.2",
"@vitejs/plugin-vue": "^5.2.1",
"bootstrap": "^5.3",
"daisyui": "^4.12.10",
"jquery": "^3.7.0",
"laravel-vite-plugin": "^1.1.1",
"lodash": "^4.17.21",
"sass": "^1.79.4",
"tailwindcss": "^3.4.10",
"vite": "^6.0.7"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@vuepic/vue-datepicker": "^11.0.1",
"apexcharts": "^4.1.0",
"autoprefixer": "^10.4.20",
"awesomplete": "^1.1.5",
"axios": "^1.7.9",
"bootstrap-cookie-alert": "^1.2.1",
"chart.js": "^2.9.4",
"croppie": "^2.6.5",
"laravel-vue-i18n": "^2.7.1",
"leaflet": "^1.9.4",
"Leaflet-MovingMaker": "^0.0.1",
"lgbtq.css": "^2.0.7",
"luxon": "^3.4.4",
"mdb-ui-kit": "^6.4.1",
"notyf": "^3.10.0",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.1.3",
"postcss": "^8.4.41",
"vue": "^3.3.4"
}
}