27 Star 82 Fork 1

liu / LC-Finder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2020-03-13 20:59 . 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": {}
}
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

搜索帮助