{ "name": "iam-front", "private": true, "version": "0.1.0", "scripts": { "dev": "next dev --turbopack -p 6020", "build": "next build", "start": "next start -p 6020", "lint": "eslint .", "typecheck": "tsc --noEmit" }, "dependencies": { "@radix-ui/react-checkbox": "^1.3.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-slot": "^1.2.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "jose": "^5.9.6", "lucide-react": "^0.468.0", "next": "^16.1.6", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", "@types/node": "^20.17.16", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@next/eslint-plugin-next": "^16.1.6", "autoprefixer": "^10.4.20", "eslint": "^9.39.2", "eslint-config-next": "^16.1.6", "postcss": "^8.5.1", "tailwindcss": "^4.1.18", "typescript": "^5.7.3", "typescript-eslint": "^8.54.0" } }