Spaces:
Sleeping
Sleeping
File size: 454 Bytes
9494121 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"name": "ai-widget-demo",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^4.0.0",
"@astrojs/tailwind": "^5.0.0",
"ai": "^3.0.0",
"astro": "^4.0.0",
"lucide-react": "^0.300.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.4.0"
}
} |