-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "travigo-web",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@auth0/auth0-vue": "^2.3.3",
"@twilio/conversations": "^2.6.0",
"@vuepic/vue-datepicker": "^9.0.3",
"@webzlodimir/vue-bottom-sheet": "^3.0.5",
"axios": "^1.7.7",
"firebase": "^11.0.1",
"leaflet.markercluster": "^1.5.3",
"luxon": "^3.5.0",
"sass": "^1.80.4",
"sass-loader": "^16.0.2",
"vue": "^3.5.12",
"vue-gtag": "^2.0.1",
"vue-mapbox-ts": "travigo/vue-mapbox-ts#76e704f6b01d53e68a04a92b9f71f29c772d1303",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-vue": "^5.1.4",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.20.5"
}
}