yapi/package.json

85 lines
2.3 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-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-06 13:04:14 +08:00
"@qnpm/ykit-config-qunar": "^0.8.1",
2017-07-11 10:22:06 +08:00
"babel-plugin-transform-decorators-legacy": "^1.3.4",
2017-07-03 16:16:05 +08:00
"fs-extra": "^3.0.1",
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-10 20:02:44 +08:00
"mockjs": "^1.0.1-beta3",
"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-10 21:29:03 +08:00
"prop-types": "^15.5.10",
2017-07-11 10:17:44 +08:00
"sha1": "^1.1.1",
2017-07-09 21:33:21 +08:00
"redux": "^3.7.1",
2017-07-11 12:12:43 +08:00
"sha1": "^1.1.1",
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",
"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-05 16:35:31 +08:00
"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
"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-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
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
}