2 Star 2 Fork 2

LCUI 开发 / lc-design-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lcpkg.json 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-03 13:40 . chore: version 0.2.0
{
"name": "lc-design-app",
"version": "0.2.0",
"description": "A minimal LCUI application for preview LC Design component library",
"author": "lc-soft",
"homepage": "https://github.com/lc-ui/lcui-quick-start",
"bugs": {
"url": "https://github.com/lc-ui/lcui-quick-start/issues"
},
"arch": [
"x86",
"x64"
],
"platform": [
"windows",
"uwp",
"linux"
],
"mode": [
"debug",
"release"
],
"scripts": {
"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": "lcpkg run configure && lcpkg run build:bin && lcpkg run build:css && lcpkg run run"
},
"private": true,
"dependencies": {
"LCUI": {
"version": "v2.0.0",
"uri": "github:lc-soft/LCUI",
"resolved": {
"all": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-windows.lcpkg.zip",
"x64-uwp": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x64-uwp.lcpkg.zip",
"x64-windows": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x64-windows.lcpkg.zip",
"x86-uwp": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-uwp.lcpkg.zip",
"x86-windows": "https://github.com/lc-soft/LCUI/releases/download/v2.0.0/LCUI-2.0.0_x86-windows.lcpkg.zip"
},
"linkage": "auto"
},
"lc-design": {
"version": "v1.1.0",
"uri": "github:lc-ui/lc-design",
"resolved": {
"x64-uwp": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x64-uwp.lcpkg.zip",
"all": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-demo.zip",
"x64-windows": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x64-windows.lcpkg.zip",
"x86-uwp": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x86-uwp.lcpkg.zip",
"x86-windows": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x86-windows.lcpkg.zip"
},
"linkage": "auto"
}
}
}
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

搜索帮助