-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 KB
/
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
31
32
33
34
35
36
37
{
"name": "gislogic-my-blog",
"version": "1.0.0",
"description": "gislogic-my-blog",
"license": "MIT",
"scripts": {
"dev": "npx ts-node ./src/.vuepress/script.ts && vuepress-vite dev src",
"build": "vuepress-vite build src",
"clean-dev": "vuepress-vite dev src --clean-cache",
"update-package": "npx vp-update",
"update-markmap": "npx ts-node ./src/.vuepress/script.ts"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.15",
"katex": "^0.16.9",
"less": "^4.2.0",
"mermaid": "^10.9.0",
"sass-embedded": "^1.79.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vue": "^3.5.10",
"vuepress": "2.0.0-rc.15",
"vuepress-plugin-components": "2.0.0-rc.54",
"vuepress-plugin-search-pro": "2.0.0-rc.54",
"vuepress-theme-hope": "2.0.0-rc.56"
},
"dependencies": {
"@vueuse/core": "^10.11.1",
"axios": "^1.7.3",
"element-plus": "^2.8.0",
"glob": "^10.3.10",
"lodash-es": "^4.17.21",
"markmap-lib": "^0.16.1",
"markmap-render": "^0.16.0",
"mitt": "^3.0.1"
}
}