forked from brunocaramelo/task-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.08 KB
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
38
39
40
41
42
43
44
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.vue --fix"
},
"engines": {
"node": ">=20.0.0 <25.0.0",
"npm": ">=10.0.0"
},
"devDependencies": {
"@inertiajs/vue3": "^1.3.0",
"@tailwindcss/forms": "^0.5.9",
"@vitejs/plugin-vue": "^5.2.3",
"autoprefixer": "^10.4.20",
"axios": "^1.8.4",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^5.4.15",
"vue": "^3.5.13"
},
"dependencies": {
"@primevue/themes": "^4.3.4",
"date-fns": "^4.1.0",
"laravel-echo": "^2.1.4",
"pinia": "^3.0.2",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primevue": "^3.53.1",
"pusher-js": "^8.4.0",
"zod": "^3.24.4"
},
"overrides": {
"vite": "^5.4.15",
"rollup": "^4.34.8"
},
"resolutions": {
"vite": "^5.4.15"
}
}