-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 893 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 893 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
{
"name": "biomaker-pku",
"version": "1.0.0",
"description": "A collection of useful resources for BioMaker class @ PKU",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "bunx vp-update"
},
"devDependencies": {
"@vue/repl": "^4.2.1",
"@vuepress/bundler-vite": "2.0.0-rc.31",
"@vuepress/plugin-docsearch": "2.0.0-rc.115",
"@vuepress/plugin-redirect": "^2.0.0-rc.8",
"@waline/client": "^3.2.2",
"chart.js": "^4.4.3",
"echarts": "^6.0.0",
"flowchart.ts": "^3.0.0",
"katex": "^0.18.0",
"mermaid": "^12.0.0",
"reveal.js": "^5.1.0",
"vue": "^3.4.29",
"vuepress": "2.0.0-rc.23",
"vuepress-theme-hope": "2.0.0-rc.52"
},
"trustedDependencies": [
"core-js"
]
}