-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1001 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1001 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
34
35
{
"name": "fxss-blog",
"version": "2.0.0",
"description": "个人博客搭建",
"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": "npx vp-update",
"tsToMd": "tsx scripts/tsToMd.ts",
"changeMd": "tsx scripts/changeMd.ts",
"addInfoMd": "tsx scripts/addInfoMd.ts"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.21",
"@vuepress/plugin-slimsearch": "2.0.0-rc.94",
"consola": "^3.4.2",
"echarts": "^5.6.0",
"flowchart.ts": "^3.0.1",
"mermaid": "^11.6.0",
"sass-embedded": "1.86.3",
"tsx": "^4.19.3",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.21",
"vuepress-theme-hope": "2.0.0-rc.82"
},
"dependencies": {
"@vuepress/plugin-register-components": "2.0.0-rc.94",
"dayjs": "^1.11.13",
"nodejs-jieba": "0.3.0",
"swiper": "^8.4.4"
}
}