Files
laravel-nuxt-ui-inertia-tem…/package.json

41 lines
949 B
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"type": "module",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@inertiajs/vue3": "^3.6.1",
"@nuxt/ui": "^4.10.0",
"valibot": "^1.4.2",
"vue": "^3.5.40"
},
"devDependencies": {
"@antfu/eslint-config": "^9.2.0",
"@tailwindcss/vite": "^4.3.3",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/test-utils": "^2.4.11",
"concurrently": "^10.0.4",
"eslint": "^10.8.0",
"jsdom": "^29.1.1",
"laravel-vite-plugin": "^3.1.3",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"vite": "^8.2.0",
"vitest": "^4.1.10"
},
"overrides": {
"@vue/test-utils": {
"js-beautify": "2.0.3"
},
"esbuild": "0.28.1"
}
}