2024-12-07 05:56:20 +00:00
|
|
|
{
|
|
|
|
"name": "judge4c",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-09 05:22:10 +00:00
|
|
|
"@radix-ui/react-alert-dialog": "^1.1.2",
|
2024-12-07 14:06:25 +00:00
|
|
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.1",
|
|
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
2024-12-12 05:38:02 +00:00
|
|
|
"@radix-ui/react-select": "^2.1.2",
|
2024-12-07 14:06:25 +00:00
|
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
|
|
"@radix-ui/react-slot": "^1.1.0",
|
2024-12-13 08:02:25 +00:00
|
|
|
"@radix-ui/react-tabs": "^1.1.2",
|
2024-12-07 14:06:25 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.1.4",
|
2024-12-07 05:56:20 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
"clsx": "^2.1.1",
|
2024-12-07 13:01:22 +00:00
|
|
|
"gitea-js": "^1.22.0",
|
2024-12-09 12:38:08 +00:00
|
|
|
"jotai": "^2.10.3",
|
2024-12-07 05:56:20 +00:00
|
|
|
"lucide-react": "^0.468.0",
|
|
|
|
"next": "15.0.4",
|
2024-12-07 13:01:22 +00:00
|
|
|
"next-auth": "^5.0.0-beta.25",
|
2024-12-12 02:31:10 +00:00
|
|
|
"next-intl": "^3.26.1",
|
2024-12-09 08:48:38 +00:00
|
|
|
"next-themes": "^0.4.4",
|
2024-12-07 05:56:20 +00:00
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
"tailwind-merge": "^2.5.5",
|
2024-12-09 05:22:10 +00:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
"zustand": "^5.0.2"
|
2024-12-07 05:56:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^5",
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^19",
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "15.0.4"
|
|
|
|
}
|
|
|
|
}
|