-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
38
39
40
41
42
43
{
"name": "editable-monorepo",
"version": "1.1.1",
"author": "veaba",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"docs:dev": "pnpm --filter *-docs run docs:dev",
"build": "pnpm --filter=@editpress/vuepress-plugin-editable run build",
"dev": "pnpm --filter=vuepress-docs run docs:dev",
"dev:vue": "pnpm --filter vuepress-docs run docs:dev",
"lint": "biome check . --diagnostic-level=warn"
},
"homepage": "https://github.com/editpress-org/editpress",
"bugs": {
"url": "https://github.com/editpress-org/editpress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/editpress-org/editpress.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rsbuild/core": "1.1.12",
"@rsbuild/plugin-node-polyfill": "1.2.0",
"@rsbuild/plugin-vue": "^1.0.5",
"@vitest/ui": "^2.1.8",
"fast-glob": "^3.3.2",
"rspress": "^1.38.0",
"tsup": "^8.3.5"
},
"dependencies": {
"@shikijs/markdown-it": "^1.24.2",
"markdown-it": "^14.1.0"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}