加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 601 Bytes
一键复制 编辑 原始数据 按行查看 历史
PlanB16 提交于 2022-06-18 21:56 . 升级parcel版本
{
"name": "design",
"version": "1.0.0",
"description": "答题题目设计工具",
"source": "./index.html",
"scripts": {
"start": "parcel index.html",
"buildQcloud": "parcel build index.html --dist-dir ./deploy",
"build": "parcel build index.html --public-url /exam-tool/ --dist-dir ./deploy"
},
"author": "yu",
"license": "ISC",
"dependencies": {
"copy-to-clipboard": "^3.3.1",
"gotpl": "^8.4.5",
"md5": "^2.3.0",
"pretty-print-json": "^1.1.1"
},
"devDependencies": {
"cssnano": "^5.0.11",
"parcel": "^2.6.1",
"postcss": "^8.2.15"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化