-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.63 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
51
52
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"lint": "eslint . --fix",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@inertiajs/vue3": "^3.0.0",
"@lucide/vue": "^1.7.0",
"@primeuix/themes": "^2.0.3",
"@vue/server-renderer": "^3.5.30",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"lodash-es": "^4.17.23",
"primevue": "^4.5.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tailwindcss-primeui": "^0.6.1",
"universal-cookie": "^8.0.1",
"vue": "^3.5.30"
},
"devDependencies": {
"@primevue/auto-import-resolver": "^4.5.4",
"@tailwindcss/vite": "^4.2.2",
"@tsconfig/node22": "^22.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.5.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.0",
"eslint": "^10.0.3",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"jiti": "^2.6.1",
"laravel-vite-plugin": "^3.1.0",
"npm-run-all2": "^8.0.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"unplugin-vue-components": "^31.0.0",
"vite": "^8.0.3",
"vue-tsc": "^3.2.6"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.59.0",
"@tailwindcss/oxide-linux-x64-gnu": "^4.2.2",
"lightningcss-linux-x64-gnu": "^1.32.0"
}
}