1 Star 0 Fork 692

白蚁 / CmsWing

forked from CmsWing / CmsWing 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿特 提交于 2016-04-27 18:53 . 项目依赖配置
{
"name": "CmsWing",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js",
"compile": "babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir app/ --source-maps",
"watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
"watch": "npm run watch-compile"
},
"dependencies": {
"babel-runtime": "6.x.x",
"geetest": "*",
"node-crontab": "*",
"nunjucks": "^2.2.0",
"pingpp": "*",
"source-map-support": "^0.4.0",
"tar.gz": "^1.0.2",
"think-pagination": "*",
"think-wechat": "*",
"thinkjs": "2.2.x",
"wechat-api":"*",
"jimp":"*",
"qiniu":"*"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-stage-1": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-core": "6.x.x"
}
}
1
https://gitee.com/xyyie/CmsWing.git
git@gitee.com:xyyie/CmsWing.git
xyyie
CmsWing
CmsWing
master

搜索帮助