1 Star 0 Fork 1

皓如清月/xd-copy-html-css

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Ichitaro Masuda 提交于 2020-05-13 21:35 . 配布パッケージをminify
{
"private": true,
"scripts": {
"dev": "nodemon -w src -e js -w webpack.config.js --exec yarn dev:reload",
"dev:reload": "yarn build && yarn xdpm:install && yarn xd:reload",
"build": "webpack --mode development",
"build:prod": "NODE_ENV=production webpack --mode production",
"package": "yarn build:prod && yarn xdpm:package",
"xdpm:install": "xdpm install -o dist",
"xdpm:package": "xdpm package dist && mv dist.xdx copy-html-css.xdx",
"xd:reload": "node ./scripts/reload-and-run.js"
},
"devDependencies": {
"@adobe/xdpm": "^4.0.0",
"applescript": "^1.0.0",
"brfs": "^2.0.2",
"eslint": "^6.8.0",
"nodemon": "^2.0.2",
"transform-loader": "^0.2.4",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@sindresorhus/is": "^2.1.0",
"hash-sum": "^2.0.0",
"js-beautify": "^1.10.3",
"mini-svg-data-uri": "^1.1.3",
"minimist": "^1.2.5",
"shell-quote": "^1.7.2",
"stylelint-config-recess-order": "^2.0.4",
"svgo": "^1.3.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/helloro/xd-copy-html-css.git
git@gitee.com:helloro/xd-copy-html-css.git
helloro
xd-copy-html-css
xd-copy-html-css
master

搜索帮助