-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 845 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@inertiajs/vue3": "^1.2.0",
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.28.0",
"laravel-vite-plugin": "^1.0.5",
"prettier": "^3.3.3",
"typescript": "~5.5.4",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.3",
"vue-tsc": "^2.1.6",
"vuetify": "^3.7.1",
"ziggy-js": "^2.3.0"
}
}