-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 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
{
"name": "vueditor-docs",
"private": true,
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"description": "All editors based on Vue.js, other options",
"author": "litingyes",
"license": "Apache-2.0",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint .",
"format": "eslint --fix .",
"prepare": "husky"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@nolebase/vitepress-plugin-enhanced-mark": "^2.5.0",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.5.0",
"@nolebase/vitepress-plugin-git-changelog": "^2.5.0",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.5.0",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.5.0",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"vitepress": "^1.3.4"
},
"lint-staged": {
"*": "pnpm format"
}
}