-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 845 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 845 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": "gzctf-docs",
"version": "1.8.5",
"private": true,
"type": "module",
"scripts": {
"dev": "rspress dev",
"build": "rspress build",
"preview": "rspress preview",
"prettier": "prettier --write ."
},
"dependencies": {
"@rspress/core": "^2.0.12",
"react-ga4": "^3.0.1",
"react-microsoft-clarity": "^2.0.0"
},
"devDependencies": {
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"katex": "^0.16.47",
"prettier": "^3.8.3",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"rsbuild-plugin-open-graph": "^1.1.2",
"rspress-plugin-devkit": "^1.0.0",
"rspress-plugin-sitemap": "^1.2.1",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js"
]
}
}