-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "modenc",
"type": "module",
"version": "1.0.0",
"description": "A site for documents and daily records.",
"packageManager": "yarn@4.12.0",
"author": "modenicheng <cheng20070225@outlook.com>",
"license": "MIT",
"engines": {
"node": "^20.6.0 || >=22.0.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "yarn dlx vp-update"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"http-server": "^14.1.1",
"typescript": "^5.9.3",
"vue": "^3.5.17",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-plume": "1.0.0-rc.181"
},
"dependencies": {
"@algolia/client-search": "^5.46.0",
"@types/three": "^0.181.0",
"@vuepress/shiki-twoslash": "2.0.0-rc.120",
"algoliasearch": "^5.46.0",
"artplayer": "^5.2.3",
"chart.js": "^4.5.0",
"corepack": "^0.34.5",
"echarts": "^6.0.0",
"express": "^5.2.1",
"flowchart.ts": "^3.0.1",
"markdown-it": "^14.1.0",
"mermaid": "^11.12.2",
"pyodide": "^0.29.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"search-insights": "^2.17.3",
"three": "^0.181.2"
}
}