-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.15 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.15 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
127
128
129
{
"name": "gtmc",
"version": "2.8.5",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/techmc-wiki/gtmc.git"
},
"scripts": {
"analyze": "next experimental-analyze",
"articles:init": "git submodule update --init --recursive articles",
"articles:status": "git submodule status articles",
"articles:update": "git submodule update --remote articles",
"build:content": "tsx scripts/build-content.ts",
"build:next": "tsx scripts/build-next.ts",
"build:pdf": "tsx scripts/generate-pdf.ts",
"build:vercel": "tsx scripts/build-vercel.ts",
"build": "tsx scripts/build.ts",
"check": "vp check && tsc --noEmit",
"db:migrate:deploy": "prisma migrate deploy",
"dev": "next dev",
"doctor": "npx react-doctor@latest",
"fmt:fix": "vp fmt --write",
"fmt": "vp fmt --check",
"generate:aliases": "tsx scripts/generate-author-aliases.ts",
"generate:content": "tsx scripts/generate-article-content.ts",
"generate:contributors": "tsx scripts/generate-repository-contributor-stats.ts",
"generate:glossary": "tsx scripts/generate-glossary-manifest.ts",
"generate:manifest": "tsx scripts/generate-article-manifest.ts",
"glossary:init": "git submodule update --init --recursive glossary",
"glossary:status": "git submodule status glossary",
"glossary:update": "git submodule update --remote glossary",
"lint:fix": "vp lint --fix",
"lint": "vp lint",
"postinstall": "tsx scripts/postinstall.ts",
"prepare": "vp config --no-agent",
"test": "vp test run",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.3",
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/lang-markdown": "^6.5.2",
"@codemirror/language-data": "^6.5.2",
"@codemirror/lint": "^6.9.7",
"@codemirror/view": "^6.43.11",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@microsoft/clarity": "^1.0.2",
"@next/mdx": "16.3.5",
"@octokit/rest": "^22.0.1",
"@prisma/adapter-pg": "^7.10.0",
"@prisma/client": "7.10.0",
"@supabase/supabase-js": "^2.116.0",
"@uiw/react-codemirror": "^4.25.11",
"@vercel/analytics": "^2.0.1",
"@vercel/blob": "2.8.0",
"@vercel/speed-insights": "^2.0.0",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"cn": "^0.3.0",
"diff": "^9.0.0",
"gray-matter": "^4.0.3",
"gsap": "^3.15.0",
"js-yaml": "^5.4.2",
"katex": "^0.18.7",
"lucide-react": "^1.45.0",
"mermaid": "^12.0.0",
"mime-types": "^3.0.2",
"minisearch": "^7.2.0",
"next": "16.3.5",
"next-auth": "5.0.0-beta.32",
"next-intl": "^4.14.4",
"nucleation": "0.10.24",
"nuqs": "^2.10.1",
"pangu": "^10.1.0",
"papaparse": "^5.7.0",
"radix-ui": "^1.6.7",
"react": "19.3.0",
"react-dom": "19.3.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.12.4",
"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",
"shiki": "^4.4.3",
"sonner": "^2.0.8",
"strip-markdown": "^6.0.0",
"swr": "^2.5.1",
"three": "^0.186.0",
"undici": "^8.10.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"zod": "^4.6.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.3.5",
"@tailwindcss/postcss": "^4.3.3",
"@types/hast": "^3.0.5",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.14",
"@types/mime-types": "^3.0.1",
"@types/node": "^26.5.1",
"@types/papaparse": "^5.5.2",
"@types/react": "^19.3.0",
"@types/three": "^0.186.0",
"consola": "^3.4.2",
"dotenv": "^17.4.2",
"picocolors": "^1.1.1",
"pinyin-pro": "^3.29.4",
"prisma": "7.10.0",
"react-doctor": "^0.9.14",
"rehype-stringify": "^10.0.1",
"remark-rehype": "^11.1.2",
"tailwindcss": "^4.3.3",
"tsx": "^4.23.13",
"tw-animate-css": "^1.4.0",
"typescript": "^7.0.2",
"vite-plus": "0.3.1"
},
"packageManager": "pnpm@12.4.1"
}