mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-29 19:18:07 +03:00
34 lines
851 B
JSON
34 lines
851 B
JSON
{
|
|
"name": "www",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.0",
|
|
"@astrojs/react": "^4.3.0",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@tailwindcss/vite": "^4.1.3",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"astro": "^5.11.0",
|
|
"canvas-confetti": "^1.9.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.525.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"tw-animate-css": "^1.3.5"
|
|
},
|
|
"packageManager": "pnpm@10.12.4"
|
|
} |