2017-07-03 16:16:05 +08:00
|
|
|
{
|
|
|
|
"name": "yapi",
|
2017-10-17 11:22:21 +08:00
|
|
|
"version": "1.1.2",
|
2017-07-05 19:31:50 +08:00
|
|
|
"description": "YAPI",
|
2017-07-03 16:16:05 +08:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2017-09-06 10:18:13 +08:00
|
|
|
"dev-server": " nodemon server/app.js dev -L",
|
|
|
|
"install-server": " node server/install.js",
|
2017-09-06 11:09:15 +08:00
|
|
|
"dev-client": "ykit s -p 4000",
|
2017-09-03 10:08:39 +08:00
|
|
|
"dev": "npm run dev-server & npm run dev-client",
|
2017-10-19 15:59:14 +08:00
|
|
|
"start": " node server/app.js",
|
|
|
|
"test": "ava"
|
2017-07-03 16:16:05 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-10-19 15:59:14 +08:00
|
|
|
"url": "git@github.com:YMFE/yapi.git"
|
2017-07-03 16:16:05 +08:00
|
|
|
},
|
|
|
|
"author": "",
|
2017-10-08 16:20:27 +08:00
|
|
|
"license": "Apache2.0",
|
2017-07-03 16:16:05 +08:00
|
|
|
"dependencies": {
|
2017-07-12 12:00:49 +08:00
|
|
|
"axios": "^0.16.2",
|
2017-08-08 14:45:19 +08:00
|
|
|
"chalk": "^2.0.1",
|
2017-07-26 16:25:34 +08:00
|
|
|
"clipboard": "^1.7.1",
|
2017-10-16 20:33:23 +08:00
|
|
|
"deref": "^0.7.0",
|
2017-07-03 16:16:05 +08:00
|
|
|
"fs-extra": "^3.0.1",
|
2017-10-16 20:33:23 +08:00
|
|
|
"json-schema-ref-parser": "^4.0.0",
|
2017-08-14 16:30:30 +08:00
|
|
|
"json5": "^0.5.1",
|
2017-07-10 20:51:04 +08:00
|
|
|
"jsonwebtoken": "^7.4.1",
|
2017-10-19 15:59:14 +08:00
|
|
|
"kerberos": "0.0.23",
|
2017-07-03 16:16:05 +08:00
|
|
|
"koa": "^2.0.0",
|
|
|
|
"koa-bodyparser": "^3.2.0",
|
2017-08-31 17:26:09 +08:00
|
|
|
"koa-multer": "^1.0.2",
|
2017-07-03 16:16:05 +08:00
|
|
|
"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-08-17 11:24:46 +08:00
|
|
|
"koa-websocket": "^4.0.0",
|
2017-07-10 20:02:44 +08:00
|
|
|
"mockjs": "^1.0.1-beta3",
|
2017-07-18 17:15:29 +08:00
|
|
|
"moment": "^2.18.1",
|
2017-10-18 10:04:16 +08:00
|
|
|
"mongoose": "^4.12.3",
|
2017-07-05 19:31:50 +08:00
|
|
|
"mongoose-auto-increment": "^5.0.1",
|
2017-07-11 16:50:17 +08:00
|
|
|
"nodemailer": "^4.0.1",
|
2017-08-08 14:45:19 +08:00
|
|
|
"ora": "^1.3.0",
|
2017-10-16 20:33:23 +08:00
|
|
|
"randexp": "^0.4.6",
|
2017-09-26 14:19:07 +08:00
|
|
|
"request": "^2.81.0",
|
|
|
|
"sha1": "^1.1.1",
|
2017-10-16 20:33:23 +08:00
|
|
|
"tslib": "^1.8.0",
|
2017-09-26 14:19:07 +08:00
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"universal-cookie": "^2.0.8",
|
2017-10-13 19:53:42 +08:00
|
|
|
"url": "^0.11.0"
|
2017-09-26 14:19:07 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-09-26 14:24:44 +08:00
|
|
|
"assets-webpack-plugin": "^3.5.1",
|
2017-10-19 15:59:14 +08:00
|
|
|
"ava": "^0.22.0",
|
2017-09-26 14:24:44 +08:00
|
|
|
"babel": "^6.5.2",
|
|
|
|
"babel-core": "^6.8.0",
|
|
|
|
"babel-eslint": "^7.2.3",
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
"babel-plugin-import": "^1.3.1",
|
|
|
|
"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-preset-stage-3": "^6.24.1",
|
|
|
|
"babel-register": "^6.9.0",
|
|
|
|
"babel-runtime": "^6.9.2",
|
|
|
|
"brace": "^0.10.0",
|
|
|
|
"buffer-shims": "^1.0.0",
|
|
|
|
"compression-webpack-plugin": "^1.0.0",
|
2017-09-26 14:19:07 +08:00
|
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
|
|
"core-decorators": "^0.17.0",
|
|
|
|
"css-loader": "^0.28.4",
|
|
|
|
"eslint": "^3.19.0",
|
|
|
|
"eslint-loader": "^1.9.0",
|
|
|
|
"eslint-plugin-import": "^2.2.0",
|
|
|
|
"eslint-plugin-react": "^7.1.0",
|
2017-09-26 14:24:44 +08:00
|
|
|
"extract-text-webpack-plugin": "2.0.0",
|
|
|
|
"fast-sass-loader-china": "^1.2.5",
|
|
|
|
"ghooks": "^2.0.0",
|
2017-10-19 15:59:14 +08:00
|
|
|
"happypack": "^4.0.0-beta.5",
|
2017-09-26 14:19:07 +08:00
|
|
|
"less": "^2.7.2",
|
|
|
|
"less-loader": "^4.0.5",
|
|
|
|
"node-sass-china": "^4.5.0",
|
2017-09-26 14:24:44 +08:00
|
|
|
"nodemon": "^1.11.0",
|
2017-10-19 15:59:14 +08:00
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"rc-queue-anim": "^1.2.0",
|
|
|
|
"rc-scroll-anim": "^1.0.7",
|
2017-08-08 14:45:19 +08:00
|
|
|
"react": "^15.6.1",
|
2017-09-19 17:20:37 +08:00
|
|
|
"react-dnd": "^2.5.1",
|
|
|
|
"react-dnd-html5-backend": "^2.5.1",
|
2017-08-08 14:45:19 +08:00
|
|
|
"react-dom": "^15.6.1",
|
|
|
|
"react-redux": "^5.0.5",
|
|
|
|
"react-router-dom": "^4.1.1",
|
|
|
|
"react-scripts": "1.0.10",
|
2017-09-19 17:20:37 +08:00
|
|
|
"reactabular-dnd": "^8.9.0",
|
|
|
|
"reactabular-table": "^8.9.0",
|
2017-07-09 21:33:21 +08:00
|
|
|
"redux": "^3.7.1",
|
2017-09-26 14:24:44 +08:00
|
|
|
"redux-devtools": "^3.4.0",
|
|
|
|
"redux-devtools-dock-monitor": "^1.1.2",
|
|
|
|
"redux-devtools-log-monitor": "^1.3.0",
|
2017-07-12 11:39:06 +08:00
|
|
|
"redux-promise": "^0.5.3",
|
|
|
|
"redux-thunk": "^2.2.0",
|
2017-07-25 14:18:57 +08:00
|
|
|
"string-replace-webpack-plugin": "^0.1.3",
|
2017-08-08 14:45:19 +08:00
|
|
|
"style-loader": "^0.18.2",
|
2017-09-26 14:24:44 +08:00
|
|
|
"table-resolver": "^3.2.0",
|
2017-08-08 14:45:19 +08:00
|
|
|
"validate-commit-msg": "^2.12.2",
|
2017-09-14 18:14:48 +08:00
|
|
|
"wangeditor": "^3.0.8",
|
2017-09-25 10:39:49 +08:00
|
|
|
"webpack": "^2.2.0",
|
2017-09-06 10:18:13 +08:00
|
|
|
"webpack-dev-middleware": "^1.12.0",
|
2017-09-26 14:24:44 +08:00
|
|
|
"webpack-node-externals": "^1.6.0",
|
2017-09-06 17:23:52 +08:00
|
|
|
"ykit-config-antd": "^0.1.3",
|
2017-09-26 14:24:44 +08:00
|
|
|
"ykit-config-es6": "^1.1.0"
|
2017-07-03 16:16:05 +08:00
|
|
|
},
|
2017-07-14 12:18:55 +08:00
|
|
|
"config": {
|
2017-07-19 15:12:10 +08:00
|
|
|
"ghooks": {
|
|
|
|
"commit-msg": "validate-commit-msg"
|
2017-07-14 12:18:55 +08:00
|
|
|
},
|
2017-07-19 15:12:10 +08:00
|
|
|
"validate-commit-msg": {
|
|
|
|
"types": [
|
|
|
|
"feat",
|
|
|
|
"fix",
|
|
|
|
"docs",
|
|
|
|
"test",
|
|
|
|
"chore",
|
|
|
|
"refactor",
|
|
|
|
"opti"
|
|
|
|
],
|
|
|
|
"warnOnFail": false,
|
|
|
|
"maxSubjectLength": 100,
|
|
|
|
"subjectPattern": ".+",
|
|
|
|
"subjectPatternErrorMsg": "请输入message信息!",
|
|
|
|
"helpMessage": "Commit message 格式错误, \n请查看规范: http://wiki.corp.qunar.com/pages/viewpage.action?pageId=159698767"
|
|
|
|
}
|
|
|
|
},
|
2017-07-03 16:16:05 +08:00
|
|
|
"engines": {
|
2017-10-08 16:20:27 +08:00
|
|
|
"node": ">= 7.6.0",
|
|
|
|
"npm": ">= 4.1.2"
|
2017-10-19 15:59:14 +08:00
|
|
|
},
|
|
|
|
"ava":{
|
|
|
|
"files": ["test/**/*.js"]
|
2017-07-03 16:16:05 +08:00
|
|
|
}
|
|
|
|
}
|