-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 928 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 928 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
{
"name": "@nativelink/docs",
"type": "module",
"dependencies": {
"@nativelink/tokens": "workspace:*",
"@nativelink/ui": "workspace:*",
"fumadocs-core": "^15.8.0",
"fumadocs-mdx": "^12.0.0",
"fumadocs-ui": "^15.8.0",
"geist": "^1.5.1",
"mermaid": "^11.4.1",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@nativelink/config": "workspace:*",
"@tailwindcss/postcss": "^4.0.0",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.5",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"tailwindcss": "^4.0.0",
"typescript": "^6.0.0"
},
"private": true,
"scripts": {
"build": "next build",
"clean": "rm -rf .next .turbo .source",
"dev": "next dev --port 3001",
"lint": "biome check .",
"start": "next start --port 3001",
"typecheck": "tsc --noEmit"
},
"version": "0.0.0"
}