src/web/package.json
950 bytes · 39 lines · capsule://quake0day/[email protected]
raw on github
{
"name": "web",
"type": "module",
"version": "1.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"test": "bun test",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^5.0.5",
"@base-ui/react": "^1.5.0",
"@fingerprintjs/fingerprintjs": "^5.2.0",
"@nanostores/persistent": "^1.3.4",
"@nanostores/react": "^1.1.0",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"astro": "^6.3.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
"nanostores": "^1.3.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"shadcn": "^4.7.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"yet-another-react-lightbox": "^3.32.0"
}
}