-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.96 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 1.96 KB
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
{
"name": "DataPlatform",
"version": "0.0.1",
"author": [
{
"name": "fuqiang",
"email": "fuqiang-ds1@yolo24.com"
}
],
"description": "DataPlatform web project",
"engines": {
"node": ">=4.2.1"
},
"dependencies": {
"async": "^1.5.0",
"asyncawait": "^1.0.3",
"babel-runtime": "^6.6.1",
"body-parser": "1.14.1",
"commander": "^2.9.0",
"cookie-session": "2.0.0-alpha.1",
"echarts": "3.2.2",
"ejs": "2.3.4",
"eventproxy": "^0.3.5",
"excel-export": "^0.4.1",
"excel4node": "^1.2.1",
"express": "4.x",
"flashify": "0.1.2",
"ioredis": "^2.2.0",
"lactate": "0.13.12",
"ldapjs": "1.0.0",
"lodash": "^3.0.0",
"log4js": "0.6.29",
"moment": "^2.10.6",
"morgan": "^1.7.0",
"multistream": "^2.0.2",
"mysql": "2.9.0",
"node-cache": "^3.0.0",
"node-fetch": "^1.6.3",
"nodemailer": "1.10.0",
"orm": "^3.1.0",
"pdfkit": "0.7.1",
"request": "^2.67.0",
"stream-concat-files": "0.0.1",
"validator": "^4.4.0",
"vue-router": "^0.7.13"
},
"repository": {
"type": "git",
"url": "https://github.com/gomeplusFED/DataPlatform.git"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"babel-runtime": "^6.6.1",
"css-loader": "^0.23.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-rev-hash": "0.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jsx-loader": "^0.13.2",
"minimist": "^1.2.0",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.2.3",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.0",
"webpack-stream": "^3.2.0"
}
}