reference/package.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2022-09-26 09:52:59 +08:00
{
2022-10-15 13:33:34 +08:00
"name": "@wcj/reference",
2022-11-20 03:42:40 +08:00
"version": "1.24.0",
2022-09-26 09:52:59 +08:00
"description": "为开发人员分享快速参考备忘单(主要是方便自己)。",
2022-09-28 16:31:01 +08:00
"author": "jaywcjlove",
"license": "MIT",
"homepage": "https://jaywcjlove.github.io/reference",
2022-09-26 09:52:59 +08:00
"private": false,
"scripts": {
2022-10-29 00:24:39 +08:00
"prepare": "husky install",
2022-09-27 23:09:51 +08:00
"build": "node scripts/build.mjs",
2022-10-29 00:24:39 +08:00
"start": "node scripts/watch.mjs",
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",
"markdownlint": "npx markdownlint-cli --fix ./docs/*.md"
2022-09-26 09:52:59 +08:00
},
"repository": {
"type": "git",
2022-10-25 14:47:18 +08:00
"url": "https://github.com/jaywcjlove/reference.git"
2022-09-26 09:52:59 +08:00
},
"bugs": {
"url": "https://github.com/jaywcjlove/reference/issues"
},
2022-09-28 16:31:01 +08:00
"keywords": [],
2022-09-26 09:52:59 +08:00
"devDependencies": {
2022-11-17 13:26:30 +08:00
"@uiw/formatter": "^1.3.3",
2022-11-19 10:30:14 +08:00
"@wcj/markdown-to-html": "^2.2.0",
2022-09-29 23:09:45 +08:00
"chokidar": "^3.5.3",
2022-09-26 09:52:59 +08:00
"fs-extra": "^10.1.0",
2022-10-29 00:24:39 +08:00
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"markdownlint-cli": "^0.32.2",
2022-10-29 00:24:39 +08:00
"prettier": "^2.7.1",
2022-09-26 09:52:59 +08:00
"recursive-readdir-files": "^2.3.0",
2022-09-30 23:18:13 +08:00
"rehype-autolink-headings": "^6.1.1",
2022-09-26 09:52:59 +08:00
"rehype-document": "^6.1.0",
"rehype-parse": "^8.0.4",
"rehype-raw": "^6.1.1",
"rehype-rewrite": "^3.0.6",
2022-09-30 23:18:13 +08:00
"rehype-slug": "^5.0.1",
"remark-gemoji": "^7.0.1",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"vfile": "^5.3.5"
2022-10-29 00:24:39 +08:00
},
"engines": {
"node": ">=16.0.0"
2022-09-26 09:52:59 +08:00
}
}