chat_f / package.json
Levin-Aleksey's picture
start
9494121
raw
history blame contribute delete
454 Bytes
{
"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"
}
}