-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.29 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.29 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
{
"name": "@truenine/memory-sync-docs",
"version": "2026.10402.110",
"private": true,
"description": "Chinese-first manifesto-led documentation site for @truenine/memory-sync.",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "next dev",
"build": "pnpm run validate:content && next build --webpack",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
"check": "run-p lint typecheck",
"validate:content": "tsx scripts/validate-content.ts",
"typecheck": "next typegen && tsc --project tsconfig.typecheck.json --noEmit --incremental false",
"start": "next start",
"lint": "pnpm run validate:content && eslint ."
},
"dependencies": {
"@theguild/remark-mermaid": "catalog:",
"mermaid": "catalog:",
"next": "catalog:",
"nextra": "catalog:",
"nextra-theme-docs": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"sass": "^1.98.0"
},
"devDependencies": {
"@truenine/eslint10-config": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"eslint": "catalog:",
"fast-glob": "catalog:",
"npm-run-all2": "catalog:",
"pagefind": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"yaml": "catalog:"
}
}