mirror of
https://github.com/neosubhamoy/neodlp-website.git
synced 2026-02-04 14:32:22 +05:30
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "neodlp-website",
|
|
"type": "module",
|
|
"version": "0.1.5",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.7",
|
|
"@astrojs/netlify": "^6.5.12",
|
|
"@astrojs/react": "^4.4.0",
|
|
"@astrojs/sitemap": "^3.6.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.1",
|
|
"astro": "^5.14.3",
|
|
"astro-loading-indicator": "^0.7.0",
|
|
"canvas-confetti": "^1.9.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.545.0",
|
|
"motion": "^12.23.22",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.14"
|
|
},
|
|
"devDependencies": {
|
|
"tw-animate-css": "^1.4.0"
|
|
}
|
|
}
|