-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
{
"name": "latest-blogs",
"version": "0.2.6",
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "https://github.com/simply-none/latest-blogs.git"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"scripts": {
"cg": "node ./utils/generateChangelog.js",
"c": "conventional-changelog -p angular -i CHANGELOG.md -s",
"commit": "git pull && git add . && git-cz",
"r": "npm run cg && node ./utils/gitCommit.js",
"prepare": "husky install",
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress build docs && vitepress preview docs"
},
"dependencies": {
"@commitlint/format": "^17.4.4",
"@vue/reactivity": "^3.3.4",
"element-plus": "^2.4.0",
"gitlog": "^4.0.8",
"pagefind": "^1.0.3",
"shelljs": "^0.8.5",
"simple-git": "^3.24.0",
"vitepress-plugin-pagefind": "^0.2.10"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cz-commitlint": "^17.5.0",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^1.27.2",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^1.27.2",
"commitizen": "^4.3.0",
"conventional-changelog-atom": "^3.0.0",
"conventional-changelog-cli": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"husky": "^8.0.3",
"inquirer": "^8.2.5",
"moment": "^2.30.1",
"vitepress": "1.0.0",
"vue-router": "^4.2.2"
}
}