mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-27 23:10:22 +08:00

- Updated package manager version to pnpm@10.11.0 in package.json. - Added robots metadata for SEO in page.tsx. - Changed Open Graph type from "article" to "website" and added siteName and images. - Included canonical URL in alternates for better indexing. - Added structured data for icons in the IconDetails component with priority loading for images.
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.2.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "pnpx serve@latest out",
|
|
"format": "biome check --write",
|
|
"lint": "biome lint --write",
|
|
"ci": "biome check --write"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.0.1",
|
|
"@radix-ui/react-accordion": "^1.2.4",
|
|
"@radix-ui/react-alert-dialog": "^1.1.7",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.3",
|
|
"@radix-ui/react-avatar": "^1.1.4",
|
|
"@radix-ui/react-checkbox": "^1.1.5",
|
|
"@radix-ui/react-collapsible": "^1.1.4",
|
|
"@radix-ui/react-context-menu": "^2.2.7",
|
|
"@radix-ui/react-dialog": "^1.1.7",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
|
"@radix-ui/react-hover-card": "^1.1.7",
|
|
"@radix-ui/react-label": "^2.1.3",
|
|
"@radix-ui/react-menubar": "^1.1.7",
|
|
"@radix-ui/react-navigation-menu": "^1.2.6",
|
|
"@radix-ui/react-popover": "^1.1.7",
|
|
"@radix-ui/react-progress": "^1.1.3",
|
|
"@radix-ui/react-radio-group": "^1.2.4",
|
|
"@radix-ui/react-scroll-area": "^1.2.4",
|
|
"@radix-ui/react-select": "^2.1.7",
|
|
"@radix-ui/react-separator": "^1.1.3",
|
|
"@radix-ui/react-slider": "^1.2.4",
|
|
"@radix-ui/react-slot": "^1.2.0",
|
|
"@radix-ui/react-switch": "^1.1.4",
|
|
"@radix-ui/react-tabs": "^1.1.4",
|
|
"@radix-ui/react-toggle": "^1.1.3",
|
|
"@radix-ui/react-toggle-group": "^1.1.3",
|
|
"@radix-ui/react-tooltip": "^1.2.0",
|
|
"@tanstack/react-virtual": "^3.13.6",
|
|
"canvas-confetti": "^1.9.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"framer-motion": "^12.7.3",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.487.0",
|
|
"motion": "^12.7.3",
|
|
"next": "15.3.0",
|
|
"next-themes": "^0.4.6",
|
|
"posthog-js": "^1.235.6",
|
|
"posthog-node": "^4.11.3",
|
|
"react": "^19.1.0",
|
|
"react-day-picker": "8.10.1",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.55.0",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"recharts": "^2.15.2",
|
|
"sonner": "^2.0.3",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss-motion": "^1.1.0",
|
|
"tw-animate-css": "^1.2.5",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@tailwindcss/postcss": "^4.1.3",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/node": "^22.14.0",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.2",
|
|
"tailwindcss": "^4.1.3",
|
|
"typescript": "^5.8.3",
|
|
"wrangler": "^4.12.0"
|
|
},
|
|
"packageManager": "pnpm@10.11.0",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@biomejs/biome",
|
|
"core-js",
|
|
"esbuild",
|
|
"sharp",
|
|
"workerd"
|
|
]
|
|
}
|
|
}
|