forked from Traewelling/traewelling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "traewelling",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11",
"@vitejs/plugin-vue": "^4.3.3",
"bootstrap": "^5.3",
"jquery": "^3.7.0",
"laravel-vite-plugin": "^1.0.0",
"lodash": "^4.17.21",
"sass": "^1.74.1",
"vite": "^5.2.8"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@vuepic/vue-datepicker": "^8.4.0",
"apexcharts": "^3.46.0",
"awesomplete": "^1.1.5",
"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.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.3.4"
}
}