加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peter Motschmann 提交于 2020-01-11 23:21 . Added patch notes
{
"name": "evolveidle",
"version": "0.7.18",
"description": "Evolve Idle",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"less": "lessc -x src/evolve.less dist/evolve.css",
"dev": "npx webpack src/main.js --mode=development",
"build": "npx webpack src/main.js --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmotschmann/Evolve.git"
},
"keywords": [
"Evolve"
],
"author": "Peter Motschmann",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/pmotschmann/Evolve/issues"
},
"homepage": "https://github.com/pmotschmann/Evolve#readme",
"devDependencies": {
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"vue": "^2.6.10"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化