-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 999 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"type": "module",
"devDependencies": {
"@types/chrome": "^0.1.40",
"@types/lodash": "^4.17.24",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24.12.2",
"@types/ziggy-js": "^1.8.0",
"axios": "^1.19.0",
"laravel-echo": "^2.3.4",
"laravel-vite-plugin": "^3.0.1",
"lodash": "^4.18.1",
"pusher-js": "^8.5.0",
"typescript": "^5.9.3",
"vite": "^8.2.0",
"ziggy-js": "^2.6.2"
},
"dependencies": {
"@date-io/dayjs": "^3.2.0",
"@inertiajs/vite": "^3.4.0",
"@inertiajs/vue3": "^3.4.0",
"@mdi/js": "^7.4.47",
"@vitejs/plugin-vue": "^6.0.6",
"dayjs": "^1.11.20",
"lodash.debounce": "^4.0.8",
"vite-plugin-vuetify": "^2.1.3",
"vue": "^3.5.32",
"vuedraggable": "^4.1.0",
"vuetify": "^3.12.5"
}
}