mrcool/package.json
2026-03-24 01:17:28 +05:30

31 lines
No EOL
736 B
JSON

{
"name": "cozy-cafe-menu",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/node": "8.3.4",
"@astrojs/react": "^3.6.3",
"@astrojs/tailwind": "^5.1.3",
"astro": "^4.16.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hono": "^4.12.9",
"lucide-react": "^0.460.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.7.3",
"vite": "^8.0.2"
}
}