-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.02 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
{
"name": "education",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"signature": "OurEDA",
"author": "oureda",
"license": "ISC",
"dependencies": {
"async": "^2.1.5",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.4.7",
"co": "^4.6.0",
"co-redis": "^2.1.1",
"co-views": "^2.1.0",
"css-loader": "^0.25.0",
"ect": "^0.5.9",
"expose": "^0.1.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"inflation": "^2.0.0",
"jpush-sdk": "^3.2.9",
"jquery": "^3.1.1",
"js2xmlparser": "^2.0.2",
"koa": "^2.0.0",
"koa-body": "^1.6.0",
"koa-multer": "^1.0.0",
"koa-router": "^7.0.1",
"koa-static": "^2.0.0",
"koa-validate": "^0.2.11",
"log4js": "^1.1.0",
"nodemailer": "^2.7.0",
"nodemon": "^1.11.0",
"pg": "^6.1.0",
"raw-body": "^2.1.7",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"redis": "^2.6.3",
"request": "^2.81.0",
"sass-loader": "^4.0.2",
"sequelize": "^3.24.3",
"sequelize-short": "^1.0.0",
"should": "^11.2.0",
"socket.io": "^1.7.2",
"style-loader": "^0.13.1",
"superagent": "^2.3.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"ws": "^1.1.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"imagemin-pngcrush": "^4.1.0",
"jshint": "^2.9.1",
"mime": "^1.3.4",
"mocha": "^5.2.0"
}
}