8 Star 6 Fork 6

老牛/cmpage-exam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
gooon 提交于 2017-03-23 17:36 . 项目代码和数据库初始化
{
"name": "cmpage-application",
"description": "application created by defans",
"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",
"excel-export": "0.5.1",
"source-map-support": "0.4.0",
"thinkjs": "2.2.x",
"moment":"2.x.x",
"request":"2.x.x",
"sequelize":"3.x.x"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-core": "^6.20.0"
},
"repository": "",
"license": "Apache"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/defans/cmpage-exam.git
git@gitee.com:defans/cmpage-exam.git
defans
cmpage-exam
cmpage-exam
master

搜索帮助