forked from Tencent/Hippy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 863 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
{
"name": "hippy",
"private": true,
"author": "Hippy Team <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"markdownlint": "markdownlint --config .markdownlintrc.json \"./@(README|README.zh_CN|PUBLISH.zh_CN).md\" \"./docs/**/*.md\"",
"doc": "docsify serve docs",
"prepare": "is-ci || husky install"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/lint": "^16.2.1",
"@commitlint/prompt-cli": "^16.2.1",
"ansi-regex": "^6.0.1",
"commitlint-plugin-function-rules": "^1.6.0",
"docsify-cli": "^4.4.4",
"husky": "^7.0.4",
"is-ci": "^2.0.0",
"markdown-it": "^12.3.2",
"markdownlint-cli": "^0.31.1",
"marked": "^4.0.10",
"minimist": "^1.2.6",
"prismjs": "^1.27.0"
}
}