forked from Tencent/Taitank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "taitank",
"description": "Taitank Layout",
"scripts": {
"markdownlint": "markdownlint --config .markdownlintrc.json ./*.md",
"commitlint": "commitlint --color",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:delpoy": "./deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tencent/Taitank.git"
},
"keywords": [
"Taitank",
"Layout",
"C++"
],
"author": "Taitank Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Tencent/Taitank/issues"
},
"homepage": "https://github.com/Tencent/Taitank#readme",
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@commitlint/lint": "^12.1.1",
"glob": "^7.1.6",
"husky": "^1.0.1",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"lint-staged": "^7.0.0",
"markdown-it-disable-url-encode": "^1.0.1",
"markdownlint-cli": "^0.27.1",
"vuepress": "^1.5.0",
"yamljs": "^0.3.0"
},
"dependencies": {
"vue": "^2.6.12",
"vue-server-renderer": "^2.6.12",
"vue-tabs-component": "^1.5.0",
"vuepress-plugin-mermaidjs": "^1.5.1",
"vuepress-plugin-smooth-scroll": "^0.0.3"
}
}