-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
42
{
"name": "bme-tutorial",
"version": "3.5.3b2",
"description": "Ballex 制图教程的 VuePress 源码",
"engines": {
"node": ">=20",
"pnpm": ">=8"
},
"homepage": "https://ballex.dilant.cn/",
"repository": {
"type": "git",
"url": "https://github.com/Dilant/BMETutorial.git"
},
"license": "CC-BY-NC-SA-4.0",
"private": "true",
"scripts": {
"check-format": "pnpm lint-md **/* --threads & prettier -c .",
"format": "pnpm lint-md **/* --fix --threads & prettier -w .",
"dev": "vuepress dev src",
"build": "vuepress build src",
"deploy": "sh deploy.sh"
},
"devDependencies": {
"@lint-md/cli": "^2.0.0",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-links-check": "2.0.0-rc.74",
"@vuepress/plugin-shiki": "2.0.0-rc.74",
"@vuepress/plugin-slimsearch": "2.0.0-rc.74",
"@vuepress/theme-default": "2.0.0-rc.74",
"nodejs-jieba": "^0.1.2",
"prettier": "^3.4.2",
"sass-embedded": "^1.83.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"nodejs-jieba"
]
}
}