-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.25 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 4.25 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "gtmc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "tsx scripts/build.ts",
"build:content": "tsx scripts/build-content.ts",
"build:next": "next build",
"build:pdf": "tsx scripts/generate-pdf.ts --locale all",
"build:vercel": "tsx scripts/build-vercel.ts",
"analyze": "next experimental-analyze",
"check": "vp check && tsc --noEmit",
"typecheck": "tsc --noEmit",
"test": "vp test run",
"lint": "vp lint",
"lint:fix": "vp lint --fix",
"fmt": "vp fmt --check",
"fmt:fix": "vp fmt --write",
"lighthouse": "lhci autorun",
"generate:manifest": "tsx scripts/generate-article-manifest.ts",
"generate:content": "tsx scripts/generate-article-content.ts",
"generate:glossary": "tsx scripts/generate-glossary-manifest.ts",
"generate:authors": "tsx scripts/generate-author-profiles.ts",
"generate:aliases": "tsx scripts/generate-author-aliases.ts",
"articles:init": "git submodule update --init --recursive articles",
"articles:update": "git submodule update --remote articles",
"articles:status": "git submodule status articles",
"glossary:init": "git submodule update --init --recursive glossary",
"glossary:update": "git submodule update --remote glossary",
"glossary:status": "git submodule status glossary",
"prepare:articles": "tsx scripts/prepare-articles-for-build.ts",
"db:migrate:deploy": "prisma migrate deploy",
"postinstall": "tsx scripts/postinstall.ts",
"prepare": "vp config --no-agent"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.2",
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/language-data": "^6.5.2",
"@codemirror/merge": "^6.12.2",
"@codemirror/view": "^6.43.6",
"@octokit/rest": "^22.0.1",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "7.8.0",
"@supabase/supabase-js": "^2.110.0",
"@tanstack/react-virtual": "^3.14.5",
"@types/js-yaml": "^4.0.9",
"@uiw/react-codemirror": "^4.25.9",
"@vercel/analytics": "^2.0.1",
"@vercel/blob": "^2.5.0",
"@vercel/speed-insights": "^2.0.0",
"browser-image-compression": "^2.0.2",
"ccount": "^2.0.1",
"clsx": "^2.1.1",
"devlop": "^1.1.0",
"diff": "^9.0.0",
"dotenv": "^17.4.2",
"gray-matter": "^4.0.3",
"js-yaml": "^5.2.1",
"katex": "^0.17.0",
"mdast-util-find-and-replace": "^3.0.2",
"mermaid": "^11.16.0",
"micromark-util-character": "^2.1.1",
"mime-types": "^3.0.2",
"minisearch": "^7.2.0",
"motion": "^12.42.2",
"next": "16.3.0-canary.84",
"next-auth": "5.0.0-beta.31",
"next-intl": "^4.13.1",
"node-diff3": "^3.2.1",
"pangu": "^7.2.1",
"papaparse": "^5.5.4",
"prisma": "7.8.0",
"prismarine-nbt": "^2.8.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-markdown": "^10.1.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0",
"remark-directive": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-toc": "^9.0.0",
"schematic-renderer": "^1.6.1",
"shiki": "^4.3.1",
"strip-markdown": "^6.0.0",
"tailwind-merge": "^3.6.0",
"three": "^0.185.1",
"undici": "^8.7.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@lhci/cli": "^0.15.1",
"@next/bundle-analyzer": "^16.2.10",
"@tailwindcss/postcss": "^4.3.2",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/mime-types": "^3.0.1",
"@types/node": "^26.1.0",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.17",
"@types/three": "^0.185.0",
"gitnexus": "^1.6.9",
"pdf-lib": "^1.17.1",
"playwright": "^1.61.1",
"rehype-stringify": "^10.0.1",
"remark-rehype": "^11.1.2",
"tailwindcss": "^4.3.2",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.23.0",
"typescript": "^7.0.2",
"vite-plus": "0.2.4"
},
"resolutions": {
"form-data": "4.0.5"
},
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8"
}