-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 848 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 848 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint resources/js --ext .ts,.vue"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"axios": "^1.6.0",
"laravel-vite-plugin": "^1.0.0",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vue": "^3.4.0",
"vue-tsc": "^1.8.0"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.552.0",
"radix-vue": "^1.9.17",
"reka-ui": "^2.6.0",
"tailwind-merge": "^3.3.1",
"vue": "^3.4.0"
}
}