1 Star 5 Fork 3

LCUI 开发 / lcui-router-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2021-01-12 22:29 . build(deps): upgrade node-sass to 5.0.0
{
"private": true,
"name": "lcui-router-app",
"version": "0.1.0",
"description": "A very simple browser-like application to show the LCUI and LCUI Router features",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-makefile": "lcui generate makefile cmake && lcui generate makefile xmake",
"build:bin": "lcui build",
"build:css": "node ./scripts/build-css.js",
"run": "lcui run",
"start": "npm run generate-makefile && npm run build:css && lcui build && lcui 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 --env HUSKY_GIT_PARAMS"
}
},
"author": "lc-soft",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"husky": "^3.1.0",
"node-sass": "^5.0.0"
},
"dependencies": {}
}
C
1
https://gitee.com/lcui-dev/lcui-router-app.git
git@gitee.com:lcui-dev/lcui-router-app.git
lcui-dev
lcui-router-app
lcui-router-app
master

搜索帮助