-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 1.14 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
{
"name": "igeekfan-docs",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "vuepress build docs",
"dev": "vuepress dev docs",
"lint": "prettier --check --write .",
"lint:check": "prettier --check .",
"lint-md": "markdownlint **/*.md --ignore node_modules --fix",
"test": "echo \"Warning: no test specified\" && exit 0",
"deploy": "bash deploy.sh",
"deploy:linux": "pnpm build&node ./deploy"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/plugin-docsearch": "2.0.0-rc.37",
"@vuepress/plugin-google-analytics": "2.0.0-beta.43",
"@vuepress/theme-default": "2.0.0-rc.37",
"igeekfan-docs": "file:",
"vue": "^3.4.31",
"vuepress": "2.0.0-rc.14",
"vuepress-plugin-md-enhance": "2.0.0-rc.50",
"vuepress-theme-hope": "2.0.0-rc.50"
},
"devDependencies": {
"@vuepress/plugin-feed": "2.0.0-rc.37",
"@vuepress/plugin-pwa": "2.0.0-rc.37",
"flowchart.ts": "^3.0.0",
"katex": "^0.16.11",
"sass": "^1.77.7"
}
}