2026-07-23 06:24:10 +07:00
|
|
|
{
|
|
|
|
|
"name": "hub",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "biome check",
|
|
|
|
|
"format": "biome format --write"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-07-23 11:13:17 +07:00
|
|
|
"@base-ui/react": "^1.6.0",
|
feat: add UI components for skeleton, slider, sonner, spinner, switch, table, tabs, textarea, toggle group, toggle, tooltip, and mobile hook
2026-07-23 11:16:34 +07:00
|
|
|
"@shadcn/react": "^0.2.1",
|
2026-07-23 11:13:17 +07:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
feat: add UI components for skeleton, slider, sonner, spinner, switch, table, tabs, textarea, toggle group, toggle, tooltip, and mobile hook
2026-07-23 11:16:34 +07:00
|
|
|
"cmdk": "^1.1.1",
|
|
|
|
|
"date-fns": "^4.4.0",
|
|
|
|
|
"embla-carousel-react": "^8.6.0",
|
2026-07-23 17:55:57 +07:00
|
|
|
"framer-motion": "^12.42.2",
|
feat: add UI components for skeleton, slider, sonner, spinner, switch, table, tabs, textarea, toggle group, toggle, tooltip, and mobile hook
2026-07-23 11:16:34 +07:00
|
|
|
"input-otp": "^1.4.2",
|
2026-07-23 17:05:08 +07:00
|
|
|
"lucide-react": "^1.26.0",
|
2026-07-23 06:24:10 +07:00
|
|
|
"next": "16.2.11",
|
feat: add UI components for skeleton, slider, sonner, spinner, switch, table, tabs, textarea, toggle group, toggle, tooltip, and mobile hook
2026-07-23 11:16:34 +07:00
|
|
|
"next-themes": "^0.4.6",
|
2026-07-23 17:05:08 +07:00
|
|
|
"react": "19.2.8",
|
feat: add UI components for skeleton, slider, sonner, spinner, switch, table, tabs, textarea, toggle group, toggle, tooltip, and mobile hook
2026-07-23 11:16:34 +07:00
|
|
|
"react-day-picker": "^10.0.1",
|
2026-07-23 17:05:08 +07:00
|
|
|
"react-dom": "19.2.8",
|
feat: add UI components for skeleton, slider, sonner, spinner, switch, table, tabs, textarea, toggle group, toggle, tooltip, and mobile hook
2026-07-23 11:16:34 +07:00
|
|
|
"react-resizable-panels": "^4.12.2",
|
2026-07-23 17:05:08 +07:00
|
|
|
"recharts": "3.10.0",
|
2026-07-23 11:13:17 +07:00
|
|
|
"shadcn": "^4.14.0",
|
feat: add UI components for skeleton, slider, sonner, spinner, switch, table, tabs, textarea, toggle group, toggle, tooltip, and mobile hook
2026-07-23 11:16:34 +07:00
|
|
|
"sonner": "^2.0.7",
|
2026-07-23 11:13:17 +07:00
|
|
|
"tailwind-merge": "^3.6.0",
|
|
|
|
|
"tw-animate-css": "^1.4.0"
|
2026-07-23 06:24:10 +07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-23 17:05:08 +07:00
|
|
|
"@biomejs/biome": "2.5.5",
|
2026-07-23 06:24:10 +07:00
|
|
|
"@tailwindcss/postcss": "^4",
|
2026-07-23 17:05:08 +07:00
|
|
|
"@types/node": "^26",
|
2026-07-23 06:24:10 +07:00
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
|
|
|
"tailwindcss": "^4",
|
2026-07-23 17:05:08 +07:00
|
|
|
"typescript": "^5.9.3"
|
2026-07-23 06:24:10 +07:00
|
|
|
},
|
|
|
|
|
"ignoreScripts": [
|
|
|
|
|
"sharp",
|
|
|
|
|
"unrs-resolver"
|
|
|
|
|
],
|
|
|
|
|
"trustedDependencies": [
|
|
|
|
|
"sharp",
|
|
|
|
|
"unrs-resolver"
|
|
|
|
|
]
|
|
|
|
|
}
|