-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "hello-vuepress",
"description": "no",
"version": "2.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@mathjax/src": "^4.1.1",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-register-components": "^1.9.10",
"katex": "^0.16.40",
"mermaid": "^11.13.0",
"sass-embedded": "^1.97.1",
"vue": "^3.5.26",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.102"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
],
"patchedDependencies": {
"@v-c/picker@1.0.4": "patches/@v-c__picker@1.0.4.patch"
}
},
"dependencies": {
"@antdv-next/icons": "^1.0.5",
"@tailwindcss/vite": "^4.1.18",
"@vuepress/client": "2.0.0-rc.2",
"antdv-next": "^1.1.7",
"element-plus": "^2.13.1",
"tailwindcss": "^4.1.18",
"tdesign-vue-next": "^1.18.0"
}
}