-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 961 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 961 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
32
33
34
35
36
37
38
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@ozmos/vite-plugin-viper": "~0.3.1",
"@tailwindcss/vite": "^4.0.0",
"axios": "^1.8.2",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2.0",
"tailwindcss": "^4.0.0",
"vite": "^6.2.4"
},
"dependencies": {
"@ozmos/viper-vue": "~0.3.1",
"@prettier/plugin-php": "^0.22.4",
"@tanstack/vue-query": "^5.77.2",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vueuse/core": "^13.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.511.0",
"nprogress": "^0.2.0",
"prettier": "^3.5.3",
"reka-ui": "^2.3.0",
"tailwind-merge": "^3.3.0",
"tw-animate-css": "^1.3.0",
"typescript": "^5.8.3",
"vue": "^3.5.14",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.0",
"ziggy-js": "^2.5.3"
}
}