35 lines
906 B
JSON
35 lines
906 B
JSON
{
|
|
"name": "budapest-bisztro",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun --hot src/index.tsx",
|
|
"start": "NODE_ENV=production bun src/index.tsx",
|
|
"build": "bun run build.ts"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"bun-plugin-tailwind": "^0.1.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"lucide-react": "^0.545.0",
|
|
"react": "^19",
|
|
"react-day-picker": "^9.11.1",
|
|
"react-dom": "^19",
|
|
"tailwind-merge": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/bun": "latest",
|
|
"tailwindcss": "^4.1.11",
|
|
"tw-animate-css": "^1.4.0"
|
|
}
|
|
}
|