2017-07-03 16:16:05 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "yapi",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "-------------------------------------------------------------------------------- #### **项目管理**: #### *PMO*:(http://pmo.corp.qunar.com)<br /> -------------------------------------------------------------------------------- #### **CI/CD**: #### *QDR*:(http://qdr.corp.qunar.com/)<br /> #### *QCI*:(http://qci.corp.qunar.com/)<br /> #### *CABLE*:(http://wanshiwu.corp.qunar.com/qualitycheck/index/)<br />",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
"build-server": "babel server -d server_dist",
|
|
|
|
|
"dev-server": "nodemon server_dist/app.js dev"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@gitlab.corp.qunar.com:wenxiong.su/yapi.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"fs-extra": "^3.0.1",
|
|
|
|
|
"koa": "^2.0.0",
|
|
|
|
|
"koa-bodyparser": "^3.2.0",
|
|
|
|
|
"koa-logger": "^3.0.0",
|
|
|
|
|
"koa-mysql-session": "0.0.2",
|
|
|
|
|
"koa-router": "^7.0.1",
|
|
|
|
|
"koa-send": "^3.2.0",
|
|
|
|
|
"koa-session-minimal": "^3.0.3",
|
|
|
|
|
"koa-static": "^3.0.0",
|
|
|
|
|
"koa-views": "^5.2.0",
|
2017-07-05 16:17:58 +08:00
|
|
|
|
"mongoose": "4.10.8",
|
|
|
|
|
"mongoose-auto-increment": "^5.0.1"
|
2017-07-03 16:16:05 +08:00
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"babel-cli": "^6.24.1",
|
|
|
|
|
"babel-preset-stage-3": "^6.24.1",
|
|
|
|
|
"fs-extra": "^3.0.1",
|
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
|
"gulp-babel": "^6.1.2",
|
|
|
|
|
"gulp-watch": "^4.3.11",
|
2017-07-05 14:10:06 +08:00
|
|
|
|
"nodemon": "^1.11.0",
|
|
|
|
|
"axios": "^0.16.2",
|
|
|
|
|
"babel": "^6.5.2",
|
|
|
|
|
"babel-core": "^6.8.0",
|
|
|
|
|
"babel-eslint": "^6.0.4",
|
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
|
|
|
|
"babel-plugin-transform-runtime": "^6.9.0",
|
|
|
|
|
"babel-preset-es2015": "^6.9.0",
|
|
|
|
|
"babel-preset-react": "^6.5.0",
|
|
|
|
|
"babel-register": "^6.9.0",
|
|
|
|
|
"babel-runtime": "^6.9.2",
|
|
|
|
|
"buffer-shims": "^1.0.0",
|
|
|
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
|
|
|
|
"less": "^2.7.2",
|
|
|
|
|
"less-loader": "^4.0.4",
|
|
|
|
|
"node-sass": "^4.5.3",
|
|
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
|
"react": "^15.6.1",
|
|
|
|
|
"react-dom": "^15.6.1",
|
|
|
|
|
"react-redux": "^5.0.5",
|
|
|
|
|
"react-router-dom": "^4.1.1",
|
|
|
|
|
"react-router-redux": "^4.0.8",
|
|
|
|
|
"react-scripts": "1.0.10",
|
|
|
|
|
"sass-loader": "^6.0.6",
|
|
|
|
|
"scss-loader": "0.0.1",
|
|
|
|
|
"webpack": "^2.0.0",
|
|
|
|
|
"webpack-node-externals": "^1.6.0",
|
|
|
|
|
"css-loader": "^0.28.4",
|
|
|
|
|
"style-loader": "^0.18.2"
|
2017-07-03 16:16:05 +08:00
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 6.0.0",
|
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|