{ "$schema": "https://www.schemastore.org/package.json", "private": true, "type": "module", "scripts": { "build": "tsc && vite build", "dev": "vite" }, "devDependencies": { "@headlessui/react": "^2.0.0", "@inertiajs/react": "^2.0.0", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/vite": "^4.0.0", "@types/node": "^18.13.0", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.10", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.12", "axios": "^1.11.0", "concurrently": "^9.0.1", "laravel-vite-plugin": "^1.2.0", "postcss": "^8.4.31", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^4.0.0", "typescript": "^5.0.2", "vite": "^6.0.0" }, "dependencies": { "@base-ui/react": "^1.3.0", "@fontsource-variable/geist": "^5.2.8", "@hello-pangea/dnd": "^18.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.0.1", "next-themes": "^0.4.6", "shadcn": "^4.1.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0" } }