mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-30 03:28:06 +03:00
36 lines
934 B
JSON
36 lines
934 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.3",
|
|
"@astrojs/react": "^4.3.0",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@splinetool/react-spline": "^4.1.0",
|
|
"@splinetool/runtime": "^1.10.41",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/react": "^19.1.9",
|
|
"@types/react-dom": "^19.1.7",
|
|
"astro": "^5.12.8",
|
|
"canvas-confetti": "^1.9.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.536.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"tw-animate-css": "^1.3.6"
|
|
},
|
|
"packageManager": "pnpm@10.14.0"
|
|
} |