Files
alchemist/web/package.json
brooklyn cf94ce9376 Add version bump helper
- Add interactive version bump script with optional tag prompt
- Update version metadata across core files for v0.2.6-beta-2
2026-01-12 14:59:28 -05:00

28 lines
597 B
JSON

{
"name": "alchemist-web",
"version": "0.2.6-beta-2",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^4.0.0",
"clsx": "^2.0.0",
"framer-motion": "^10.0.0",
"lucide-react": "^0.300.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.0.0"
},
"devDependencies": {
"tailwindcss": "^3.3.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0"
}
}