39 lines
926 B
JSON
39 lines
926 B
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^5.0.3",
|
|
"@fontsource-variable/geist": "^5.2.8",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@tailwindcss/vite": "^4.2.3",
|
|
"astro": "^6.1.8",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.38.0",
|
|
"lucide-react": "^1.8.0",
|
|
"motion": "^12.38.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"react-hook-form": "^7.73.1",
|
|
"shadcn": "^4.3.1",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.3",
|
|
"tw-animate-css": "^1.4.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3"
|
|
}
|
|
} |