2 Star 2 Fork 2

LCUI 开发 / lc-design-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-03 13:40 . chore: version 0.2.0
{
"private": true,
"name": "lc-design-app",
"version": "0.2.0",
"description": "A minimal LCUI application for preview LC Design component library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:bin": "node ./scripts/build-bin.js",
"build:css": "node ./scripts/build-css.js",
"configure": "node ./scripts/configure.js",
"run": "node ./scripts/run.js",
"start": "npm run configure && npm run build:bin && npm run build:css && npm run run",
"build-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"update-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"author": "lc-soft",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"chalk": "^2.4.2",
"commander": "^3.0.1",
"fs-extra": "^8.1.0",
"husky": "^3.0.5",
"node-sass": "^4.13.1"
}
}
C
1
https://gitee.com/lcui-dev/lc-design-app.git
git@gitee.com:lcui-dev/lc-design-app.git
lcui-dev
lc-design-app
lc-design-app
master

搜索帮助