forked from connorabbas/laravel-primevue-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.61 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
45
46
47
48
49
50
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build && vite build --ssr",
"dev": "vite",
"lint": "eslint . --fix"
},
"dependencies": {
"@inertiajs/vue3": "^2.0.5",
"@primeuix/themes": "^1.0.0",
"@primevue/auto-import-resolver": "^4.3.3",
"@tailwindcss/vite": "^4.0.17",
"@types/lodash-es": "^4.17.12",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/server-renderer": "^3.5.14",
"@vueuse/core": "^13.0.0",
"@vueuse/integrations": "^13.2.0",
"globals": "^16.0.0",
"laravel-vite-plugin": "^1.2.0",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.485.0",
"primevue": "^4.3.3",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.0.17",
"tailwindcss-primeui": "^0.6.1",
"typescript": "^5.8.2",
"universal-cookie": "^7.2.2",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.3",
"vue": "^3.5.13",
"ziggy-js": "^2.5.2"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vue/eslint-config-typescript": "^14.5.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"typescript-eslint": "^8.19.1",
"vue-tsc": "^2.2.8"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.37.0",
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.29.1"
}
}