35 lines
835 B
JSON
35 lines
835 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": "^2.3.4",
|
|
"@nuxt/ui": "^4.3.0",
|
|
"valibot": "^1.2.0",
|
|
"vue": "^3.5.26"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.7.3",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"axios": "^1.11.0",
|
|
"concurrently": "^9.0.1",
|
|
"eslint": "^9.39.2",
|
|
"jsdom": "^27.3.0",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"vite": "^7.0.7",
|
|
"vitest": "^4.0.16"
|
|
}
|
|
}
|