Files
website/package.json
Gokul 1c6627bdfb
All checks were successful
Smart Deploy / build-deploy (push) Successful in 2m38s
feat: added pages, forms, and functionality.
2026-02-08 21:11:57 +05:30

26 lines
575 B
JSON

{
"name": "mcp",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^6.6.4",
"@astrojs/react": "^4.4.2",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"clsx": "^2.1.1",
"framer-motion": "^12.33.0",
"lucide-react": "^0.563.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7"
}
}