2026-02-01 22:25:28 +05:30
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
2026-02-01 22:31:42 +05:30
|
|
|
"lint": "eslint",
|
2026-02-01 23:26:21 +05:30
|
|
|
"dev:lan": "next dev --hostname 0.0.0.0 --port 3000",
|
|
|
|
|
"api:gen": "orval --config ./orval.config.ts"
|
2026-02-01 22:25:28 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-04 02:28:51 +05:30
|
|
|
"@clerk/nextjs": "^6.37.1",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
|
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
2026-02-01 23:26:21 +05:30
|
|
|
"@tanstack/react-query": "^5.90.20",
|
2026-02-04 02:28:51 +05:30
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2026-02-01 22:25:28 +05:30
|
|
|
"next": "16.1.6",
|
|
|
|
|
"react": "19.2.3",
|
|
|
|
|
"react-dom": "19.2.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
2026-02-01 23:26:21 +05:30
|
|
|
"autoprefixer": "^10.4.24",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
2026-02-01 22:25:28 +05:30
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.1.6",
|
2026-02-01 23:26:21 +05:30
|
|
|
"lucide-react": "^0.563.0",
|
|
|
|
|
"orval": "^8.2.0",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"prettier": "^3.8.1",
|
|
|
|
|
"tailwind-merge": "^3.4.0",
|
|
|
|
|
"tailwindcss": "^3.4.17",
|
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2026-02-01 22:25:28 +05:30
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|