1 Star 2 Fork 0

陈xx / blog-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
陈xx 提交于 2021-07-05 10:26 . feature:添加统计页面
{
"name": "halo-theme-sakura",
"version": "1.3.1",
"description": "<h1 align=\"center\">Sakura<img src=\"https://media.giphy.com/media/mGcNjsfWAjY5AEZNw6/giphy.gif\" width=\"50\"></h1>\r <p align=\"center\">\r <a href=\"https://lixingyong.com\">预览</a> | <a href=\"#安装主题\">安装</a> | <a href=\"https://lixingyong.com/s/halo-theme-sakure\">更新日志</a>\r </p>",
"main": "index.js",
"scripts": {
"build": "npm run build-clean && npm run build-autoprefix && npm run build-cleancss && npm run build-js",
"build-autoprefix": "postcss --use autoprefixer --map false --output styles/style.css styles/style.css",
"build-cleancss": "cleancss -o styles/style.min.css styles/style.css",
"build-clean": "rimraf css",
"build-app-js": "babel script/app.js -o script/app.min.js && uglifyjs script/app.min.js -o script/app.min.js",
"build-i18n-js": "babel script/i18n.js -o script/i18n.min.js && uglifyjs script/i18n.min.js -o script/i18n.min.js",
"build-utils-js": "babel script/utils.js -o script/utils.min.js && uglifyjs script/utils.min.js -o script/utils.min.js",
"build-js": "npm run build-app-js && npm run build-i18n-js && npm run build-utils-js",
"deploy": "npm run build"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
],
"sourceMap": true
}
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/LIlGG/halo-theme-sakura.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LIlGG/halo-theme-sakura/issues"
},
"homepage": "https://github.com/LIlGG/halo-theme-sakura#readme",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^9.7.4",
"clean-css-cli": "^4.3.0",
"postcss-cli": "^7.1.0",
"rimraf": "^3.0.2",
"uglify-js": "^3.8.0"
},
"dependencies": {}
}
HTML/CSS
1
https://gitee.com/cgd0526/blog-theme.git
git@gitee.com:cgd0526/blog-theme.git
cgd0526
blog-theme
blog-theme
master

搜索帮助