-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 KB
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"nova:install": "npm --prefix='vendor/laravel/nova' ci",
"file-manager:install": "npm --prefix='vendor/stepanenko3/nova-filemanager' ci"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@types/dot-object": "^2.1.6",
"@types/luxon": "^3.4.2",
"@types/sortablejs": "^1.15.8",
"@types/uniqid": "^5.3.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.5.13",
"postcss": "^8.4.49",
"sass": "^1.77.8",
"vite": "^5.2.10"
},
"dependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@vueuse/core": "^10.11.0",
"autoprefixer": "^10.4.19",
"dot-object": "^2.1.5",
"form-backend-validation": "^2.4.0",
"luxon": "^3.4.4",
"mime": "^4.0.3",
"object-to-formdata": "^4.5.1",
"pinia": "^2.1.7",
"sortablejs": "^1.15.6",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.16",
"uniqid": "^5.4.0",
"vue": "^3.4.34"
}
}