当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
26 Star 89 Fork 1

liu/LC-Finder
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-13 20:59 +08:00 . build: update node-sass options
{
"name": "lc-finder",
"version": "0.3.0",
"description": "A simple picture resource manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm-run-all build-bin build-css",
"build-bin": "xmake",
"build-css": "npm-run-all build-css-main build-css-themes",
"build-css-themes": "node-sass --include-path vendor/src --output app/assets/stylesheets/themes --output-style expanded src/scss/themes/default.scss",
"build-css-main": "node-sass --include-path vendor/src --output app/assets/stylesheets --output-style expanded src/scss/main.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lc-soft/LC-Finder.git"
},
"keywords": [
"C",
"LCUI",
"uwp",
"windows",
"linux",
"tool"
],
"author": "Liu Chao <lc-soft@live.cn>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/lc-soft/LC-Finder/issues"
},
"homepage": "https://github.com/lc-soft/LC-Finder#readme",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@commitlint/travis-cli": "^8.2.0",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.3"
},
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lc-soft/LC-Finder.git
git@gitee.com:lc-soft/LC-Finder.git
lc-soft
LC-Finder
LC-Finder
develop

搜索帮助