mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
- Add interactive version bump script with optional tag prompt - Update version metadata across core files for v0.2.6-beta-2
28 lines
597 B
JSON
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"
|
|
}
|
|
}
|