forked from ICS-25Fall-FDU/ICS-25Fall-FDU.github.io
-
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.61 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.61 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": "ics-25fall-fdu.docs",
"version": "1.0.0",
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:preview": "vitepress preview docs"
},
"author": "Zecyel <i@zecyel.xyz>",
"maintainers": [
{ "name": "Zecyel", "url": "https://github.com/Zecyel" },
{ "name": "fduTristin", "url": "https://github.com/fduTristin" },
{ "name": "Caibao7", "url": "https://github.com/Caibao7" },
{ "name": "JurFal", "url": "https://github.com/JurFal" },
{ "name": "ranxiaoxiao-mmm", "url": "https://github.com/ranxiaoxiao-mmm" },
{ "name": "xzh2004", "url": "https://github.com/xzh2004" },
{ "name": "ell77abu", "url": "https://github.com/ell77abu" }
],
"dependencies": {
"@nolebase/vitepress-plugin-enhanced-mark": "^2.12.0",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.11.1",
"@nolebase/vitepress-plugin-git-changelog": "^2.11.1",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.11.1",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.11.1",
"@nolebase/vitepress-plugin-page-properties": "^2.11.1",
"@shikijs/vitepress-twoslash": "^3.12.0",
"@theojs/lumen": "^6.4.4",
"canvas-confetti": "^1.9.3",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-task-lists": "^2.1.1",
"mermaid": "^11.4.0",
"vitepress-markdown-timeline": "^1.2.1",
"vitepress-plugin-codeblocks-fold": "^1.2.35",
"vitepress-plugin-group-icons": "^1.3.2",
"vitepress-plugin-mermaid": "^2.0.17"
},
"devDependencies": {
"vitepress": "^1.6.4"
}
}