2 Star 2 Fork 2

孢子组 / game-spore-preact

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
tangoboy 提交于 2020-03-11 01:35 . less support rpx
{
"name": "game-spore-preact",
"title": "项目中文名称",
"version": "1.0.2dev",
"description": "项目描述",
"main": "index.html",
"share": {
"title": "分享标题",
"content": "分享内容",
"picture": "分享图片"
},
"scripts": {
"build:prod": "node build/index.js --prod",
"build:dev": "node build/index.js --dev",
"build:lib": "node mergejs.js assets/js/lib/ .assets/js/lib/index.js",
"build:index": "php index.php > index.html",
"pack": "node build/packer.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"env": {
"dev": {
"appKey": "123456",
"host": "http://localhost"
},
"prod": {
"appKey": "654321",
"host": ""
},
"debug": {
"appKey": "666",
"host": ""
},
"local": {}
},
"designWidth": 750,
"enableDebug": true,
"keywords": [],
"author": "137757831@qq.com",
"gitee": "https://gitee.com/SporeTeam/game-spore-preact",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.6.2",
"@babel/plugin-transform-destructuring": "^7.6.0",
"@babel/preset-env": "^7.6.2",
"archiver": "^3.1.1",
"babel-plugin-htm": "^2.2.0",
"babel-preset-minify": "^0.5.1",
"less": "^3.10.3",
"less-plugin-rpx2rem": "^1.0.0"
}
}
JavaScript
1
https://gitee.com/SporeTeam/game-spore-preact.git
git@gitee.com:SporeTeam/game-spore-preact.git
SporeTeam
game-spore-preact
game-spore-preact
master

搜索帮助