-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.8 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.8 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
{
"dependencies": {
"axios": "^1.13.6",
"base-64": "^1.0.0",
"function-plot": "2.0.0-0",
"mermaid": "^11.12.3",
"mitt": "^3.0.1",
"qrcode.vue": "^3.8.0",
"utf8": "^3.0.0",
"vitepress": "^1.6.4",
"vue": "^3.5.29"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.18.2",
"@octokit/rest": "^22.0.1",
"@prettier/sync": "^0.6.1",
"@types/base-64": "^1.0.2",
"@types/blueimp-md5": "^2.18.2",
"@types/js-yaml": "^4.0.9",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-container": "^2.0.11",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^25.3.3",
"@types/pangu": "^4.0.2",
"@types/pinyin": "^2.10.2",
"@types/utf8": "^3.0.3",
"blueimp-md5": "^2.19.0",
"clang-format": "^1.8.0",
"cross-env": "^10.1.0",
"dotenv": "^17.3.1",
"json5": "^2.2.3",
"markdown-it-container": "^4.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-task-lists": "^2.1.1",
"pangu": "^7.2.1",
"pinyin": "4.0.0",
"prettier": "^3.8.1",
"segmentit": "^2.0.3",
"simple-git": "^3.32.3",
"vite": "^7.3.1",
"vitepress-plugin-group-icons": "^1.7.1"
},
"scripts": {
"dev": "vitepress dev",
"build": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress build",
"preview": "vitepress preview",
"devexp": "vitepress dev --host"
},
"pnpm": {
"patchedDependencies": {
"function-plot": "patches/function-plot.patch"
},
"overrides": {
"esbuild": "^0.25.0",
"lodash-es": "^4.17.23"
},
"ignoredBuiltDependencies": [
"esbuild"
]
}
}