-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 930 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"daisyui": "^3.5.0",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.27",
"pwa-asset-generator": "^6.3.1",
"tailwindcss": "^3.3.3",
"vite": "^4.0.0"
},
"dependencies": {
"@heroicons/vue": "^2.0.18",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/vue-query": "^4.32.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vuepic/vue-datepicker": "^5.4.0",
"@websanova/vue-auth": "^4.2.1",
"pinia": "^2.1.6",
"sweetalert2": "^11.7.20",
"vue": "^3.2.36",
"vue-loader": "^17.0.1",
"vue-router": "^4.2.4",
"vue-select": "^4.0.0-beta.6",
"vue-toast-notification": "^3.1.1"
}
}