|
1 | | -{ |
2 | | - "name": "@zitadel/login", |
3 | | - "private": true, |
4 | | - "type": "module", |
5 | | - "scripts": { |
6 | | - "dev": "pnpm next dev --turbopack", |
7 | | - "test:unit": "pnpm vitest", |
8 | | - "test:unit:standalone": "pnpm test:unit", |
9 | | - "test:unit:watch": "pnpm test:unit --watch", |
10 | | - "lint": "pnpm exec eslint . && pnpm exec prettier --check .", |
11 | | - "lint:fix": "pnpm exec prettier --write .", |
12 | | - "lint-staged": "lint-staged", |
13 | | - "build": "pnpm exec next build", |
14 | | - "build:login:standalone": "NEXT_PUBLIC_BASE_PATH=/ui/v2/login NEXT_OUTPUT_MODE=standalone pnpm build", |
15 | | - "start": "pnpm build && pnpm exec next start", |
16 | | - "start:built": "pnpm exec next start", |
17 | | - "clean": "pnpm mock:stop && rm -rf .turbo && rm -rf node_modules && rm -rf .next" |
18 | | - }, |
19 | | - "git": { |
20 | | - "pre-commit": "lint-staged" |
21 | | - }, |
22 | | - "lint-staged": { |
23 | | - "*": "prettier --write --ignore-unknown" |
24 | | - }, |
25 | | - "dependencies": { |
26 | | - "@headlessui/react": "^2.1.9", |
27 | | - "@heroicons/react": "2.1.3", |
28 | | - "@sentry/nextjs": "^10.34.0", |
29 | | - "@tailwindcss/forms": "0.5.7", |
30 | | - "@vercel/analytics": "^1.2.2", |
31 | | - "@zitadel/client": "workspace:*", |
32 | | - "@zitadel/proto": "workspace:*", |
33 | | - "clsx": "1.2.1", |
34 | | - "copy-to-clipboard": "^3.3.3", |
35 | | - "deepmerge": "^4.3.1", |
36 | | - "fathom-client": "^3.7.2", |
37 | | - "lucide-react": "0.469.0", |
38 | | - "moment": "^2.29.4", |
39 | | - "next": "16.2.3", |
40 | | - "next-intl": "^4.9.1", |
41 | | - "next-themes": "^0.4.6", |
42 | | - "nice-grpc": "2.0.1", |
43 | | - "qrcode.react": "^3.1.0", |
44 | | - "react": "19.2.3", |
45 | | - "react-dom": "19.2.3", |
46 | | - "react-hook-form": "7.39.5", |
47 | | - "tinycolor2": "1.4.2", |
48 | | - "uuid": "^11.1.0" |
49 | | - }, |
50 | | - "devDependencies": { |
51 | | - "@bufbuild/buf": "^1.53.0", |
52 | | - "@testing-library/jest-dom": "^6.6.3", |
53 | | - "@testing-library/react": "^16.3.0", |
54 | | - "@types/ms": "2.1.0", |
55 | | - "@types/node": "^22.14.1", |
56 | | - "@types/react": "19.2.3", |
57 | | - "@types/react-dom": "19.2.3", |
58 | | - "@types/tinycolor2": "1.4.3", |
59 | | - "@types/uuid": "^10.0.0", |
60 | | - "@vercel/git-hooks": "1.0.0", |
61 | | - "@zitadel/eslint-config": "workspace:*", |
62 | | - "@zitadel/prettier-config": "workspace:*", |
63 | | - "@zitadel/tailwind-config": "workspace:*", |
64 | | - "@zitadel/tsconfig": "workspace:*", |
65 | | - "autoprefixer": "10.4.21", |
66 | | - "grpc-tools": "1.13.0", |
67 | | - "jsdom": "^26.1.0", |
68 | | - "lint-staged": "15.5.1", |
69 | | - "make-dir-cli": "4.0.0", |
70 | | - "postcss": "8.5.3", |
71 | | - "prettier-plugin-tailwindcss": "0.6.11", |
72 | | - "sass": "^1.87.0", |
73 | | - "tailwindcss": "3.4.14", |
74 | | - "ts-proto": "^2.7.0", |
75 | | - "typescript": "^5.8.3" |
76 | | - } |
77 | | -} |
| 1 | +{ |
| 2 | + "name": "@zitadel/login", |
| 3 | + "private": true, |
| 4 | + "type": "module", |
| 5 | + "scripts": { |
| 6 | + "dev": "pnpm next dev --turbopack", |
| 7 | + "test:unit": "pnpm vitest", |
| 8 | + "test:unit:standalone": "pnpm test:unit", |
| 9 | + "test:unit:watch": "pnpm test:unit --watch", |
| 10 | + "lint": "pnpm exec eslint . && pnpm exec prettier --check .", |
| 11 | + "lint:fix": "pnpm exec prettier --write .", |
| 12 | + "lint-staged": "lint-staged", |
| 13 | + "build": "pnpm exec next build", |
| 14 | + "build:login:standalone": "NEXT_PUBLIC_BASE_PATH=/ui/v2/login NEXT_OUTPUT_MODE=standalone pnpm build", |
| 15 | + "start": "pnpm build && pnpm exec next start", |
| 16 | + "start:built": "pnpm exec next start", |
| 17 | + "clean": "pnpm mock:stop && rm -rf .turbo && rm -rf node_modules && rm -rf .next" |
| 18 | + }, |
| 19 | + "git": { |
| 20 | + "pre-commit": "lint-staged" |
| 21 | + }, |
| 22 | + "lint-staged": { |
| 23 | + "*": "prettier --write --ignore-unknown" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "@headlessui/react": "^2.1.9", |
| 27 | + "@heroicons/react": "2.1.3", |
| 28 | + "@sentry/nextjs": "^10.34.0", |
| 29 | + "@tailwindcss/forms": "0.5.7", |
| 30 | + "@vercel/analytics": "^1.2.2", |
| 31 | + "@zitadel/client": "workspace:*", |
| 32 | + "@zitadel/proto": "workspace:*", |
| 33 | + "clsx": "1.2.1", |
| 34 | + "copy-to-clipboard": "^3.3.3", |
| 35 | + "deepmerge": "^4.3.1", |
| 36 | + "fathom-client": "^3.7.2", |
| 37 | + "lucide-react": "0.469.0", |
| 38 | + "moment": "^2.29.4", |
| 39 | + "next": "16.2.3", |
| 40 | + "next-intl": "^4.9.1", |
| 41 | + "next-themes": "^0.4.6", |
| 42 | + "nice-grpc": "2.0.1", |
| 43 | + "qrcode.react": "^3.1.0", |
| 44 | + "react": "19.2.3", |
| 45 | + "react-dom": "19.2.3", |
| 46 | + "react-hook-form": "7.39.5", |
| 47 | + "tinycolor2": "1.4.2", |
| 48 | + "uuid": "^11.1.0" |
| 49 | + }, |
| 50 | + "devDependencies": { |
| 51 | + "@bufbuild/buf": "^1.53.0", |
| 52 | + "@testing-library/jest-dom": "^6.6.3", |
| 53 | + "@testing-library/react": "^16.3.0", |
| 54 | + "@types/ms": "2.1.0", |
| 55 | + "@types/node": "^22.14.1", |
| 56 | + "@types/react": "19.2.3", |
| 57 | + "@types/react-dom": "19.2.3", |
| 58 | + "@types/tinycolor2": "1.4.3", |
| 59 | + "@types/uuid": "^10.0.0", |
| 60 | + "@vercel/git-hooks": "1.0.0", |
| 61 | + "@zitadel/eslint-config": "workspace:*", |
| 62 | + "@zitadel/prettier-config": "workspace:*", |
| 63 | + "@zitadel/tailwind-config": "workspace:*", |
| 64 | + "@zitadel/tsconfig": "workspace:*", |
| 65 | + "autoprefixer": "10.4.21", |
| 66 | + "grpc-tools": "1.13.0", |
| 67 | + "jsdom": "^26.1.0", |
| 68 | + "lint-staged": "15.5.1", |
| 69 | + "make-dir-cli": "4.0.0", |
| 70 | + "postcss": "8.5.3", |
| 71 | + "prettier-plugin-tailwindcss": "0.6.11", |
| 72 | + "sass": "^1.87.0", |
| 73 | + "tailwindcss": "3.4.14", |
| 74 | + "ts-proto": "^2.7.0", |
| 75 | + "typescript": "^5.8.3" |
| 76 | + } |
| 77 | +} |
0 commit comments