-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 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": "vitepress-plugins-monorepo",
"version": "0.3.4",
"description": "Victor Bo's Vitepress Plugins.",
"author": {
"name": "Victor Bo",
"email": "hi@vtrbo.cn"
},
"license": "MIT",
"homepage": "https://github.com/vtrbo/vitepress-plugins",
"scripts": {
"dev": "vitepress dev docs --port 9999 --host --open",
"build": "vitepress build docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit",
"prepare": "pnpm -r run build",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r run release",
"nginx": "nr -C packages/nginx start",
"rc:dev": "nr -C packages/runcode dev",
"rc:build": "nr -C packages/runcode build"
},
"devDependencies": {
"@types/node": "^18.15.10",
"@vtrbo/eslint-config": "0.2.2",
"@vtrbo/ni": "^0.1.0",
"@vtrbo/utils": "^0.3.5",
"@vue/compiler-sfc": "^3.2.47",
"bumpp": "^9.0.0",
"eslint": "^8.36.0",
"pnpm": "^7.30.3",
"rimraf": "^4.4.1",
"typescript": "^5.0.2",
"vitepress": "1.0.0-alpha.63",
"vitepress-plugin-runcode": "workspace:*"
}
}