yapi/package.json

130 lines
3.6 KiB
JSON
Raw Normal View History

2017-07-03 16:16:05 +08:00
{
"name": "yapi",
"version": "1.0.0",
2017-07-05 19:31:50 +08:00
"description": "YAPI",
2017-07-03 16:16:05 +08:00
"main": "index.js",
"scripts": {
2017-07-11 18:22:20 +08:00
"build-server": "babel server -d server_dist",
"dev-server": "nodemon server_dist/app.js dev",
2017-07-05 16:35:31 +08:00
"start": "webpack-dev-server"
2017-07-03 16:16:05 +08:00
},
"repository": {
"type": "git",
"url": "git@gitlab.corp.qunar.com:wenxiong.su/yapi.git"
},
"author": "",
"license": "ISC",
"dependencies": {
2017-07-19 15:12:10 +08:00
"@qnpm/ykit-config-qunar": "^0.8.2",
"assets-webpack-plugin": "^3.5.1",
2017-07-12 12:00:49 +08:00
"axios": "^0.16.2",
2017-07-11 10:22:06 +08:00
"babel-plugin-transform-decorators-legacy": "^1.3.4",
2017-07-25 14:35:46 +08:00
"copy-webpack-plugin": "^4.0.1",
2017-07-12 15:41:11 +08:00
"core-decorators": "^0.17.0",
2017-07-25 15:11:43 +08:00
"fast-sass-loader": "^1.2.5",
2017-07-03 16:16:05 +08:00
"fs-extra": "^3.0.1",
2017-07-25 14:35:46 +08:00
"jsoneditor": "^5.9.3",
2017-07-10 20:51:04 +08:00
"jsonwebtoken": "^7.4.1",
2017-07-03 16:16:05 +08:00
"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-24 19:43:13 +08:00
"mock": "^0.1.1",
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-07-25 14:35:46 +08:00
"monaco-editor": "^0.9.0",
"mongoose": "4.10.8",
2017-07-05 19:31:50 +08:00
"mongoose-auto-increment": "^5.0.1",
2017-07-06 13:04:14 +08:00
"node-sass-china": "^4.5.0",
2017-07-11 16:50:17 +08:00
"nodemailer": "^4.0.1",
2017-07-10 21:29:03 +08:00
"prop-types": "^15.5.10",
"rc-queue-anim": "^1.2.0",
"rc-scroll-anim": "^1.0.7",
2017-07-25 14:35:46 +08:00
"react-monaco-editor": "^0.8.1",
2017-07-09 21:33:21 +08:00
"redux": "^3.7.1",
2017-07-12 11:39:06 +08:00
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
2017-07-12 17:01:27 +08:00
"request": "^2.81.0",
2017-07-11 12:12:43 +08:00
"sha1": "^1.1.1",
"string-replace-webpack-plugin": "^0.1.3",
2017-07-13 16:48:20 +08:00
"universal-cookie": "^2.0.8",
2017-07-20 14:48:29 +08:00
"wangeditor": "^3.0.4",
2017-07-05 19:31:50 +08:00
"ykit-config-antd": "^0.1.3",
2017-07-06 14:25:52 +08:00
"ykit-config-react": "^0.4.4"
2017-07-03 16:16:05 +08:00
},
"devDependencies": {
2017-07-05 14:10:06 +08:00
"axios": "^0.16.2",
"babel": "^6.5.2",
2017-07-05 16:35:31 +08:00
"babel-cli": "^6.24.1",
2017-07-05 14:10:06 +08:00
"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",
2017-07-05 16:35:31 +08:00
"babel-preset-stage-3": "^6.24.1",
2017-07-05 14:10:06 +08:00
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"buffer-shims": "^1.0.0",
2017-07-05 16:35:31 +08:00
"css-loader": "^0.28.4",
2017-07-06 01:09:33 +08:00
"eslint": "^3.19.0",
2017-07-12 14:04:06 +08:00
"eslint-plugin-import": "^2.2.0",
2017-07-06 01:09:33 +08:00
"eslint-plugin-react": "^7.1.0",
2017-07-05 16:35:31 +08:00
"express": "^4.15.3",
2017-07-06 01:09:33 +08:00
"extract-text-webpack-plugin": "^1.0.1",
2017-07-25 15:13:15 +08:00
"fast-sass-loader": "^1.2.5",
2017-07-05 16:35:31 +08:00
"fs-extra": "^3.0.1",
2017-07-14 12:00:55 +08:00
"ghooks": "^2.0.0",
2017-07-05 16:35:31 +08:00
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-watch": "^4.3.11",
2017-07-05 14:10:06 +08:00
"node-sass": "^4.5.3",
2017-07-05 16:35:31 +08:00
"nodemon": "^1.11.0",
2017-07-05 14:10:06 +08:00
"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",
2017-07-05 16:35:31 +08:00
"style-loader": "^0.18.2",
2017-07-14 12:00:55 +08:00
"validate-commit-msg": "^2.12.2",
2017-07-05 14:10:06 +08:00
"webpack": "^2.0.0",
2017-07-05 16:35:31 +08:00
"webpack-node-externals": "^1.6.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": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
}