2026-07-26 11:27:21 +07:00
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"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-08-25 22:41:41 +07:00
|
|
|
"@gsap/react": "^2.1.2",
|
2026-08-16 14:45:02 +07:00
|
|
|
"@orpc/client": "1.15.0",
|
2026-07-26 11:27:21 +07:00
|
|
|
"clsx": "^2.1.1",
|
2026-08-25 22:41:41 +07:00
|
|
|
"gsap": "^3.15.0",
|
2026-08-25 11:15:04 +00:00
|
|
|
"lucide-react": "^1.33.0",
|
|
|
|
|
"next": "16.3.2",
|
feat: add UI components including Skeleton, Slider, Sonner, Spinner, Switch, Table, Tabs, Textarea, Toggle Group, Toggle, Tooltip, and custom hook for mobile detection
2026-07-26 14:45:47 +07:00
|
|
|
"next-themes": "^0.4.6",
|
2026-08-16 14:45:02 +07:00
|
|
|
"partysocket": "1.3.0",
|
2026-08-25 11:15:04 +00:00
|
|
|
"react": "19.2.8",
|
|
|
|
|
"react-dom": "19.2.8",
|
|
|
|
|
"swr": "^2.5.1",
|
2026-07-26 11:27:21 +07:00
|
|
|
"tailwind-merge": "^3.6.0",
|
2026-08-25 11:15:04 +00:00
|
|
|
"three": "^0.185.1"
|
2026-07-26 11:27:21 +07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-08-25 11:23:19 +00:00
|
|
|
"@biomejs/biome": "2.5.10",
|
2026-07-26 11:27:21 +07:00
|
|
|
"@tailwindcss/postcss": "^4",
|
2026-08-25 11:23:30 +00:00
|
|
|
"@types/node": "^26",
|
2026-07-26 11:27:21 +07:00
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
2026-08-25 14:25:57 +00:00
|
|
|
"@types/three": "^0.185.4",
|
2026-07-26 11:27:21 +07:00
|
|
|
"babel-plugin-react-compiler": "1.0.0",
|
2026-08-25 11:15:28 +00:00
|
|
|
"puppeteer-core": "^25.8.0",
|
2026-07-26 11:27:21 +07:00
|
|
|
"tailwindcss": "^4",
|
2026-08-25 11:32:04 +00:00
|
|
|
"typescript": "^7"
|
2026-07-30 12:14:24 +07:00
|
|
|
}
|
2026-08-25 22:47:25 +07:00
|
|
|
}
|