-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 943 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 943 Bytes
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
{
"name": "emfont-doc",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"fumadocs-core": "15.0.18",
"fumadocs-mdx": "11.5.6",
"fumadocs-ui": "15.0.18",
"lucide-react": "^0.482.0",
"next": "15.2.2",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "22.13.10",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"eslint": "^8.57.1",
"eslint-config-next": "15.2.2",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"unrs-resolver"
]
}
}