36 lines
1004 B
JSON
36 lines
1004 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"autoprefixer": "^10.5.0",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^3.1",
|
|
"postcss": "^8.5.14",
|
|
"tailwindcss": "^4.3.0",
|
|
"vite": "^8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/geist": "^5.2.8",
|
|
"@inertiajs/react": "^3.1.1",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"axios": "^1.16.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.16.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6",
|
|
"shadcn": "^4.7.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"ziggy-js": "github:tightenco/ziggy"
|
|
}
|
|
}
|