-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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
54
55
{
"name": "seniorFrontEnd",
"version": "0.2.0",
"description": "🔥 🔥🔥 🔥🔥 高级开发工程师必备,打通全栈任督二脉,文档地址gitee版(Senior development engineers must understand the web body of knowledge",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"prettier": "prettier -w '**/*.{js,md,json}'",
"build": "vuepress build docs",
"upload-server": "sh deploy.sh",
"changelog": "auto-changelog --remote upstream --commit-limit false",
"cm": "git-cz",
"release": "standard-version && git push origin --tags"
},
"keywords": [],
"author": "hejialiang",
"license": "MIT",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{md,js}": [
"prettier --write"
]
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"lint-staged": "^11.1.2",
"vuepress": "^1.2.0"
},
"dependencies": {
"@sentry/browser": "^6.1.0",
"@sentry/tracing": "^6.1.0",
"@vuepress/plugin-nprogress": "^1.8.2",
"auto-changelog": "^2.3.0",
"changelog": "^1.4.2",
"commander": "^6.1.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"express": "^4.17.1",
"lodash": "^4.17.15",
"prettier": "^2.3.2",
"standard-version": "^9.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}