-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1008 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1008 Bytes
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": {
"build": "vite build && vite build --ssr && vite build && vite build --ssr --ssr",
"dev": "vite"
},
"devDependencies": {
"@iconify/vue": "^4.3.0",
"@inertiajs/vue3": "^2.3.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/server-renderer": "^3.3.13",
"autoprefixer": "^10.4.21",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"tailwindcss": "^3.4.17",
"vite": "^6.0",
"vue": "^3.5.20"
},
"dependencies": {
"@fontsource/open-sans": "^5.2.5",
"@primevue/forms": "^4.3.3",
"@primevue/themes": "^4.3.3",
"diff": "^7.0.0",
"primevue": "^4.3.3",
"vue-picture-input": "^3.0.1",
"yup": "^1.6.1"
}
}