-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 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
33
{
"name": "insuep",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "gh-pages -d docs/.vuepress/dist",
"clean-dist": "rimraf docs/.vuepress/dist"
},
"dependencies": {
"@vueuse/core": "^14.2.1",
"vue": "^3.5.29",
"vuepress-shared": "2.0.0-rc.94"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.5.0",
"@vuepress/bundler-vite": "^2.0.0-rc.24",
"@vuepress/plugin-search": "^2.0.0-rc.24",
"gh-pages": "^6.3.0",
"katex": "^0.16.44",
"mermaid": "^11.14.0",
"rimraf": "^6.1.3",
"sass-embedded": "^1.98.0",
"vuepress": "^2.0.0-rc.24",
"vuepress-plugin-md-enhance": "^2.0.0-rc.24",
"vuepress-shared": "2.0.0-rc.94",
"vuepress-theme-hope": "^2.0.0-rc.24"
},
"packageManager": "pnpm@8.15.0"
}