mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "alchemist-web",
|
|
"version": "0.3.1-rc.1",
|
|
"private": true,
|
|
"packageManager": "bun@1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"check": "astro check",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"verify": "bun run typecheck && bun run check && bun run build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "4.4.2",
|
|
"@astrojs/tailwind": "6.0.2",
|
|
"astro": "^5.18.1",
|
|
"clsx": "^2.0.0",
|
|
"framer-motion": "^10.0.0",
|
|
"lucide-react": "^0.300.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"recharts": "^2.15.4",
|
|
"tailwind-merge": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"typescript": "^5.9.3",
|
|
"tailwindcss": "^3.3.0",
|
|
"postcss": "^8.4.0",
|
|
"autoprefixer": "^10.4.0"
|
|
},
|
|
"overrides": {
|
|
"defu": "^6.1.6",
|
|
"devalue": "^5.6.4",
|
|
"h3": "^1.15.6",
|
|
"lodash": "^4.18.1",
|
|
"picomatch": "^4.0.4",
|
|
"rollup": "^4.60.1",
|
|
"smol-toml": "^1.6.1",
|
|
"svgo": "^4.0.1",
|
|
"vite": "6.4.2",
|
|
"unstorage": "^1.17.5",
|
|
"yaml": "^2.8.3"
|
|
}
|
|
}
|