1 Star 0 Fork 332

王培/leetcode

forked from doocs/leetcode 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"scripts": {
"start": "docsify serve --open",
"convert": "docsify-pdf-converter",
"prepare": "husky install"
},
"dependencies": {
"docsify-cli": "^4.4.4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@prettier/plugin-php": "^0.19.6",
"clang-format": "1.8.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-rust": "^0.1.9",
"prettier-plugin-sql-cst": "^0.10.0"
},
"lint-staged": {
"*.{js,ts,php,sql,rs,md}": "prettier --write",
"*.py": "black -S"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wang_pein/leetcode.git
git@gitee.com:wang_pein/leetcode.git
wang_pein
leetcode
leetcode
main

搜索帮助