2 Star 21 Fork 5

cory_lin / halo-theme-xue-codeyee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
cory_lin 提交于 2020-08-24 13:01 . A 增加编译脚本
{
"name": "halo-theme-hshan",
"version": "1.0.0",
"description": "> 原始主题见[Subtle Galaxy](https://github.com/GalaxySuze/gridea-theme-subtle-galaxy),原设计自Ghost Subtle主题,感谢做出这么漂亮的主题, 在原主题上面新增日志页面和目录以及一些个性化配置",
"main": "index.js",
"scripts": {
"build": "npm run build-clean && npm run build-less && npm run build-autoprefix && npm run build-cleancss",
"build-autoprefix": "postcss --use autoprefixer --map false --output source/css/style.css source/css/style.css",
"build-clean": "rimraf css",
"build-cleancss": "lessc source/css/style.less source/css/style.css && cleancss -o dist/style.min.css source/css/style.css",
"build-less": "lessc source/css/style.less source/css/style.css",
"deploy": "npm run build",
"start": "npm run build-less -- --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xzzai/halo-theme-hshan.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xzzai/halo-theme-hshan/issues"
},
"homepage": "https://github.com/xzzai/halo-theme-hshan#readme",
"devDependencies": {
"autoprefixer": "^9.7.4",
"clean-css-cli": "^4.3.0",
"less": "^3.11.1",
"postcss-cli": "^7.1.0",
"rimraf": "^3.0.2",
"uglify-js": "^3.8.0"
},
"dependencies": {
"bulma": "^0.9.0",
"micromodal": "^0.4.6",
"tailwindcss": "^1.4.6"
}
}
CSS
1
https://gitee.com/codeyee/halo-theme-xue-codeyee.git
git@gitee.com:codeyee/halo-theme-xue-codeyee.git
codeyee
halo-theme-xue-codeyee
halo-theme-xue-codeyee
master

搜索帮助