generated from zera-app/zera-dashboard-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 803 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@protonemedia/laravel-splade": "^1.4.8",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.18",
"tailwindcss": "^3.3.0",
"vite": "^4.0.0",
"vue": "^3.2.41",
"vue-2-3": "^1.0.0",
"vue-infinite-loading": "^2.4.5",
"vue-resource": "^1.5.3"
},
"dependencies": {
"daisyui": "^3.5.0",
"v3-infinite-loading": "^1.3.1",
"vue-router": "^4.2.4"
}
}