{ "name": "@zitadel/login", "private": true, "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "next build", "dev": "next dev", "lint": "next lint && prettier --check .", "lint:fix": "prettier --write .", "lint-staged": "lint-staged", "start": "next start", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" }, "git": { "pre-commit": "lint-staged" }, "lint-staged": { "*": "prettier --write --ignore-unknown" }, "dependencies": { "@headlessui/react": "^1.7.14", "@heroicons/react": "2.0.13", "@tailwindcss/forms": "0.5.3", "@vercel/analytics": "^1.0.0", "@zitadel/next": "workspace:*", "@zitadel/react": "workspace:*", "@zitadel/server": "workspace:*", "clsx": "1.2.1", "date-fns": "2.29.3", "moment": "^2.29.4", "next": "13.4.2", "next-themes": "^0.2.1", "nice-grpc": "2.0.1", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.39.5", "sass": "^1.62.0", "tinycolor2": "1.4.2" }, "devDependencies": { "@bufbuild/buf": "^1.14.0", "@types/jest": "^29.5.1", "@types/ms": "0.7.31", "@types/node": "18.11.9", "@types/react": "18.0.25", "@types/react-dom": "18.0.9", "@types/tinycolor2": "1.4.3", "@vercel/git-hooks": "1.0.0", "@zitadel/tsconfig": "workspace:*", "autoprefixer": "10.4.13", "del-cli": "5.0.0", "eslint-config-zitadel": "workspace:*", "grpc-tools": "1.11.3", "jest": "^29.5.0", "lint-staged": "13.0.3", "make-dir-cli": "3.0.0", "postcss": "8.4.21", "prettier-plugin-tailwindcss": "0.1.13", "tailwindcss": "3.2.4", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "ts-proto": "^1.139.0", "typescript": "4.8.4", "zitadel-tailwind-config": "workspace:*" } }