-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 996 Bytes
/
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
{
"name": "kite-notes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:update-package": "pnpm dlx vp-update",
"prepare": "husky install",
"markdownlint": "npx markdownlint-cli2 **/*.md #node_modules",
"commit": "cz"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@vuepress/client": "2.0.0-rc.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"katex": "^0.16.9",
"markdownlint-cli2": "^0.5.1",
"vue": "^3.3.13",
"vuepress": "2.0.0-rc.0",
"vuepress-theme-hope": "2.0.0-rc.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}