-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"private": true,
"type": "module",
"engineStrict": true,
"engines": {
"node": ">=20.17.0 <21.0.0",
"npm": ">=10.8.2 <11.0.0"
},
"scripts": {
"dev-slow": "vue-tsc && vite",
"dev": "vite",
"dev-debug": "vite -d -l info",
"prod-build": "vite build",
"prod-build-ssr": "vite build && vite build --ssr"
},
"dependencies": {
"@inertiajs/vue3": "^2.0",
"@primevue/themes": "^4.2",
"@tailwindcss/postcss": "^4.0.5",
"@tailwindcss/vite": "^4.0.5",
"@vitejs/plugin-vue": "^5.2",
"@vue/server-renderer": "^3.5.13",
"async-mutex": "^0.5.0",
"axios": "^1.7",
"laravel-vite-plugin": "^1.1",
"material-design-icons-iconfont": "^6.7.0",
"primeicons": "^7.0",
"primevue": "^4.2",
"quill": "^2.0",
"tailwindcss": "^4.0.5",
"tslib": "^2.8.1",
"typescript": "^5.7",
"vite": "^6.0.8",
"vue": "^3.5",
"vue-tsc": "^2.2"
}
}