forked from easy-mock/easy-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "easy-mock",
"version": "1.2.3",
"description": "可视化模拟数据生成服务",
"main": "app.js",
"scripts": {
"test": "cross-env NODE_ENV=test istanbul cover _mocha test/*",
"lint": "eslint --ignore-path .gitignore . --quiet --ext .vue,.js",
"dev": "nodemon --debug --ignore views/ app | bunyan -o short",
"dev:client": "node app | bunyan -o short",
"dev:server": "cross-env NODE_ENV=production npm run dev",
"start": "cross-env NODE_ENV=production node app | bunyan -o short",
"build": "cross-env NODE_ENV=production npm run build:dev",
"build:dev": "rimraf dist && npm run build:client && npm run build:server",
"build:client": "webpack --config build/webpack.client.config.js --progress --hide-modules",
"build:server": "webpack --config build/webpack.server.config.js --progress --hide-modules"
},
"author": "Chuangker",
"license": "MIT",
"keywords": [
"easy-mock",
"mock"
],
"dependencies": {
"@tweenjs/tween.js": "^17.1.0",
"axios": "^0.15.3",
"bcrypt": "^0.8.7",
"brace": "^0.10.0",
"bunyan": "^1.8.5",
"clipboard": "^1.7.1",
"co": "^4.6.0",
"config": "^1.26.1",
"cross-env": "^5.0.1",
"flatnest": "^1.0.0",
"iview": "^2.0.0",
"js-beautify": "^1.6.4",
"json-schema-faker": "^0.4.0",
"jszip": "^3.1.3",
"koa": "^1.2.4",
"koa-bodyparser": "^2.2.0",
"koa-bunyan-logger": "^1.3.0",
"koa-cors": "0.0.16",
"koa-error": "^2.1.0",
"koa-favicon": "^1.2.1",
"koa-jwt-mongo": "^1.2.0",
"koa-router": "^5.4.0",
"koa-static-cache": "4.1.1",
"koa-validate": "^1.0.7",
"lodash": "^4.16.6",
"lru-cache": "^4.0.2",
"mkdirp": "^0.5.1",
"mockjs": "^1.0.1-beta3",
"moment": "^2.17.1",
"mongoose": "4.7.6",
"path-to-regexp": "^1.7.0",
"react-cookie": "^1.0.4",
"restc": "^0.2.1",
"swagger-tools": "^0.10.1",
"v-click-outside": "^0.0.8",
"vm2": "^3.4.6",
"vue": "^2.4.2",
"vue-ls": "^2.3.0",
"vue-router": "^2.7.0",
"vue-server-renderer": "^2.4.2",
"vue-shortkey": "^2.2.1",
"vuex": "^2.3.1",
"vuex-router-sync": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"codecov": "^2.3.0",
"css-loader": "^0.26.1",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"highlight.js": "^9.9.0",
"istanbul": "^0.4.5",
"markdown-it": "8.3.0",
"markdown-it-anchor": "^2.6.0",
"markdown-it-attrs": "^0.8.0",
"mocha": "^3.1.2",
"nodemon": "^1.11.0",
"postcss": "^6.0.8",
"postcss-css-reset": "^1.0.2",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"postcss-partial-import": "^4.1.0",
"postcss-url": "^7.1.1",
"postcss-utils": "^1.0.2",
"precss": "^2.0.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"saladcss-bem": "^0.0.2",
"should": "^11.1.1",
"supertest": "^2.0.1",
"transliteration": "^1.2.2",
"url-loader": "^0.5.7",
"vue-loader": "^13.0.2",
"vue-markdown-loader": "^2.0.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.4.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"webpack-merge": "^4.1.0",
"webpack-node-externals": "^1.6.0"
}
}