forked from evo-mark/inertia-11-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
40
41
42
43
44
45
46
47
48
49
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"preinstall": "npx only-allow pnpm",
"lint": "npx eslint ./resources",
"prettier": "npx prettier ./resources --check",
"prepare": "husky"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"laravel-vite-plugin": "^1.0.5",
"prettier": "^3.3.3",
"sass": "^1.80.5",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.10",
"vite-plugin-eslint": "^1.8.1"
},
"packageManager": "pnpm@8.14.3+sha256.2d0363bb6c314daa67087ef07743eea1ba2e2d360c835e8fec6b5575e4ed9484",
"dependencies": {
"@adminui/inertia-routes": "link:vendor/adminui/inertia-routes",
"@inertiajs/vue3": "^1.2.0",
"@mdi/js": "^7.4.47",
"@vue/server-renderer": "^3.5.12",
"@vueuse/core": "^11.2.0",
"axios": "^1.7.7",
"inertia-i18n": "file:vendor/evo-mark/inertia-i18n",
"lodash-es": "^4.17.21",
"pinia": "^2.2.5",
"pinia-plugin-persistedstate": "^4.1.2",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue3-auto-vite-components": "^1.3.0",
"vue3-icon": "^3.0.3",
"vuetify": "^3.7.3"
},
"node": ">=18",
"pnpm": ">=8"
}