2025-12-05 19:26:44 +00:00
|
|
|
{
|
|
|
|
|
"name": "trello_fake",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-12-11 10:50:09 +00:00
|
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
2025-12-11 11:54:57 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
2025-12-12 10:38:18 +00:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
2025-12-11 11:54:57 +00:00
|
|
|
"@radix-ui/react-separator": "^1.1.8",
|
2025-12-11 10:50:09 +00:00
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
2025-12-11 11:54:57 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
2025-12-11 10:50:09 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"lucide-react": "^0.556.0",
|
2025-12-05 19:26:44 +00:00
|
|
|
"next": "16.0.7",
|
2026-01-28 10:44:49 +00:00
|
|
|
"next-themes": "^0.4.6",
|
2025-12-05 19:26:44 +00:00
|
|
|
"react": "19.2.0",
|
2025-12-11 10:50:09 +00:00
|
|
|
"react-dom": "19.2.0",
|
|
|
|
|
"tailwind-merge": "^3.4.0",
|
|
|
|
|
"tailwindcss-animate": "^1.0.7"
|
2025-12-05 19:26:44 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
2025-12-11 10:50:09 +00:00
|
|
|
"autoprefixer": "^10.4.22",
|
2025-12-05 19:26:44 +00:00
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.0.7",
|
2025-12-11 10:50:09 +00:00
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"tailwindcss": "^3.4.18",
|
2025-12-05 19:26:44 +00:00
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|