26 lines
No EOL
586 B
JSON
26 lines
No EOL
586 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",
|
|
"lucide-react": "^0.460.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.3"
|
|
}
|
|
} |