2 Star 0 Fork 0

mirrors_svgdotjs/svgdotjs.github.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Ulrich-Matthias Schäfer 提交于 2024-11-12 15:38 . fix ribbon
{
"name": "kdocbuild",
"version": "0.1.0",
"author": "Nate Steiner <nate@natesteiner.com> (http://natesteiner.com)",
"description": "SCSS build and PHP preview for kdoc Kirby theme",
"license": "MIT",
"private": false,
"main": "assets/scss/main.scss",
"repository": {
"type": "git",
"url": "https://github.com/nsteiner/kdoc.git"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssmin": "^0.4.3",
"node-sass": "^3.4.2",
"nodemon": "^3.1.7",
"opener": "^1.5.2",
"parallelshell": "^3.0.2",
"postcss-cli": "^11.0.0",
"rimraf": "^6.0.1"
},
"scripts": {
"clean": "rimraf assets/css/*",
"prebuild": "npm run clean -s",
"build": "node-sass assets/scss/main.scss | postcss --use autoprefixer -c postcss.json | cssmin > assets/css/main.css",
"watch": "nodemon -e scss -w assets/scss --exec npm run build",
"serve": "php -S localhost:8030",
"open:dev": "opener http://localhost:8030/",
"dev": "parallelshell \"npm run serve -s\" \"npm run watch -s\" \"npm run open:dev -s\""
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_svgdotjs/svgdotjs.github.io.git
git@gitee.com:mirrors_svgdotjs/svgdotjs.github.io.git
mirrors_svgdotjs
svgdotjs.github.io
svgdotjs.github.io
source-3.1

搜索帮助