-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 998 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
34
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@heroicons/vue": "^2.1.5",
"@inertiajs/vue3": "^1.2.0",
"@nuxt/eslint-config": "^0.6.1",
"@primevue/auto-import-resolver": "^4.1.1",
"@primevue/themes": "^4.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/server-renderer": "^3.5.13",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"eslint": "^9.13.0",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.47",
"primeicons": "^7.0.0",
"tailwindcss": "^3.4.14",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vue": "^3.5.12"
},
"dependencies": {
"primevue": "^4.1.1"
},
"packageManager": "yarn@4.5.1"
}