forked from zitadel/zitadel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.69 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@zitadel/docs",
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"private": true,
"type": "module",
"scripts": {
"generate:index-pages": "tsx scripts/generate-index-pages.ts",
"fetch:remote-content": "node scripts/fetch-remote-content.mjs",
"generate:proto-docs": "node scripts/generate-proto-docs.mjs",
"generate:api-reference": "node scripts/generate-api-reference.ts --only-generate",
"fix:api-links": "node scripts/generate-api-reference.ts --only-fix",
"build:mdx-source": "fumadocs-mdx",
"build": "next build",
"dev": "next dev",
"generate": "nx run @zitadel/docs:generate",
"start": "next start",
"clean": "node scripts/clean.mjs",
"check:types": "fumadocs-mdx && next typegen && tsc --noEmit",
"check:links": "tsx scripts/check-links.ts",
"test:scripts": "node --test scripts/*.test.mjs",
"postinstall": "fumadocs-mdx",
"lint": "eslint ."
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@inkeep/cxkit-react": "^0.5.117",
"@scalar/api-reference": "^1.53.1",
"@shikijs/rehype": "^4.0.2",
"@shikijs/types": "^4.0.2",
"@types/js-yaml": "^4.0.9",
"clsx": "^2.1.1",
"fumadocs-core": "16.8.5",
"fumadocs-mdx": "14.3.2",
"fumadocs-openapi": "10.8.1",
"fumadocs-ui": "16.8.5",
"js-yaml": "^4.1.1",
"lucide-react": "^0.577.0",
"mixpanel-browser": "^2.78.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"react": "19.2.5",
"react-copy-to-clipboard": "^5.1.1",
"react-dom": "19.2.5",
"react-google-charts": "^5.2.1",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0",
"vanilla-cookieconsent": "^3.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"@types/node": "^25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-mdx": "^3.7.0",
"glob": "^13.0.6",
"globals": "^17.5.0",
"next-validate-link": "^1.6.6",
"postcss": "^8.5.12",
"raw-loader": "^4.0.2",
"remark-heading-id": "^1.0.1",
"semver": "^7.7.4",
"tailwindcss": "^4.2.4",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"yaml-loader": "^0.9.0"
}
}