-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "codex-documentation",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"watch": "fumadocs-mdx watch"
},
"dependencies": {
"fumadocs-core": "16.7.9",
"fumadocs-mdx": "14.2.11",
"fumadocs-ui": "16.7.9",
"next": "16.2.6",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.21",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.6",
"minimatch": "9.0.7",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"brace-expansion@1.1.11": "1.1.12",
"brace-expansion@2.0.1": "2.0.2",
"js-yaml": "^4.1.1",
"mdast-util-to-hast": "^13.2.1",
"tar": "^7.5.8",
"minimatch": "9.0.7",
"eslint>minimatch": "9.0.7",
"eslint-config-next>minimatch": "9.0.7",
"eslint-plugin-import>minimatch": "9.0.7",
"minimatch@<9": ">=3.1.3",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"postcss@<8.5.10": "8.5.14",
"ajv@<6.14.0": "6.15.0"
}
}
}