-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "thewall",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-minify-html": "^0.6.0",
"express-session": "^1.14.2",
"i18n": "^0.8.3",
"ioredis": "^2.4.0",
"lodash": "^4.16.6",
"morgan": "^1.7.0",
"socket.io": "^1.5.1",
"twit": "^2.2.5"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"browser-sync": "^2.17.5",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-imagemin": "^3.1.0",
"gulp-nodemon": "^2.2.1",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-stylecow": "^3.2.2",
"gulp-util": "^3.0.7",
"jquery": "^3.1.1",
"merge": "^1.2.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"run-sequence": "^1.2.2",
"webpack": "^2.1.0-beta.25"
}
}