mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-06 03:26:44 +03:00
37 lines
935 B
JSON
37 lines
935 B
JSON
{
|
|
"name": "www",
|
|
"type": "module",
|
|
"version": "1.1.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.12",
|
|
"@astrojs/react": "^4.4.2",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@splinetool/react-spline": "^4.1.0",
|
|
"@splinetool/runtime": "^1.12.5",
|
|
"@tailwindcss/vite": "^4.1.15",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"astro": "^5.16.4",
|
|
"canvas-confetti": "^1.9.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.555.0",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.17"
|
|
},
|
|
"devDependencies": {
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"packageManager": "pnpm@10.24.0"
|
|
}
|