-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.6",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.6.0",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.18",
"sass": "^1.69.5",
"tailwindcss": "^3.2.1",
"vite": "^4.5.1",
"vue": "^3.2.41"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@uppy/core": "^3.8.0",
"@uppy/dashboard": "^3.6.0",
"@uppy/drag-drop": "^3.0.3",
"@uppy/file-input": "^3.0.4",
"@uppy/locales": "^3.5.0",
"@uppy/progress-bar": "^3.0.4",
"@uppy/vue": "^1.1.0",
"@uppy/webcam": "^3.3.4",
"@uppy/xhr-upload": "^3.4.2",
"eventemitter3": "^5.0.1",
"flowbite": "^2.0.0",
"pinia": "^2.1.7",
"vue-advanced-chat": "^2.0.7",
"vue-axios": "^3.5.2",
"vue3-google-map": "^0.18.0",
"vue3-toastify": "^0.2.1"
}
}