-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 918 Bytes
/
package.json
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
{
"name": "kitx-docs",
"version": "25.10.0",
"description": "Docs of KitX Project",
"main": "index.js",
"repository": "[email protected]:Crequency/KitX-Docs.git",
"author": "Dynesshely <[email protected]>",
"license": "MIT",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/theme-default": "2.0.0-rc.74",
"chart.js": "^4.4.7",
"echarts": "^5.6.0",
"flowchart.ts": "^3.0.1",
"mermaid": "^11.4.1",
"sass-embedded": "^1.83.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-plugin-components": "2.0.0-rc.71",
"vuepress-plugin-md-enhance": "2.0.0-rc.71",
"vuepress-theme-plume": "1.0.0-rc.129"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"kitx-docs": "file:"
}
}