1 Star 0 Fork 0

New小韩/auto-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
赵志达 提交于 2020-11-11 19:29 . update: gh-pages
{
"name": "auto-ui",
"version": "2.4.24",
"description": "auto ui components",
"main": "es/index",
"typings": "es/index",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"docs": "gh-pages -d demo",
"commit": "git-cz",
"np": "np --yolo --no-yarn"
},
"repository": "git@github.com:aotuzuche/auto-ui.git",
"author": "atzuche",
"license": "MIT",
"files": [
"es",
"lib",
"index.js",
"index.d.ts"
],
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/react": "^16.7.22",
"@types/react-dom": "^16.0.11",
"conventional-changelog": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"gh-pages": "^2.0.1",
"git-cz": "^1.8.0",
"gulp": "^4.0.2",
"gulp-px2rem": "^1.1.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "3.2.1",
"gulp-sequence": "^1.0.0",
"husky": "^1.3.1",
"marked": "^0.7.0",
"np": "^5.1.3",
"plugin-error": "^1.0.1",
"prismjs": "^1.15.0",
"typescript": "^3.2.4"
},
"dependencies": {
"@types/react-router-dom": "^5.1.2",
"react-router-dom": "^5.1.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyx50_866/auto-ui.git
git@gitee.com:hyx50_866/auto-ui.git
hyx50_866
auto-ui
auto-ui
master

搜索帮助