-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 894 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 894 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": "air-duino-document",
"version": "1.0.0",
"description": "document of Air-duino",
"license": "CC BY-SA 4.0",
"type": "module",
"scripts": {
"build": "vuepress build docs",
"clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs",
"update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
"vue": "^3.3.9",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-china-search-console": "2.1.5",
"vuepress-plugin-search-pro": "2.0.0-rc.1",
"vuepress-theme-hope": "2.0.0-rc.1"
},
"dependencies": {
"@vue/repl": "^2.8.0",
"chart.js": "^4.4.0",
"echarts": "^5.4.3",
"flowchart.ts": "^1.0.1",
"katex": "^0.16.9",
"mermaid": "^10.6.1",
"reveal.js": "^5.0.2",
"vuepress-plugin-md-enhance": "2.0.0-rc.1"
}
}