-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
75 lines (75 loc) · 1.98 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
{
"name": "sibirix-helpdesk",
"version": "0.7.0",
"private": true,
"dependencies": {
"async": "1.4.2",
"body-parser": "~1.0.0",
"boron": "0.1.2",
"connect-mongodb": "*",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "~0.8.5",
"envify": "3.4.0",
"express": "~4.0.0",
"express-session": "1.11.3",
"extend": "3.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-csso": "^3.0.1",
"gulp-less": "^4.0.1",
"i18next": "^14.0.1",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-express-middleware": "^1.7.1",
"i18next-intervalplural-postprocessor": "^1.0.2",
"i18next-node-fs-backend": "^2.1.1",
"i18next-xhr-backend": "^1.5.1",
"imap": "0.8.15",
"jsonwebtoken": "5.0.5",
"less": "^3.9.0",
"mailparser": "0.5.2",
"minify-stream": "^1.2.0",
"moment": "2.10.6",
"mongodb": "*",
"mongoose": "~4.0.0",
"mongoose-auto-increment": "4.0.0",
"morgan": "~1.0.0",
"multer": "1.0.3",
"nodemailer": "1.4.0",
"react": "0.13.3",
"react-dropzone": "2.0.1",
"react-i18next": "^9.0.10",
"react-redux": "~2.1.0",
"react-router": "0.13.3",
"react-select": "0.6.12",
"redux": "2.0.0",
"redux-thunk": "0.1.0",
"serve-favicon": "*",
"socket.io": "1.3.6",
"socket.io-emitter": "0.2.0",
"socketio-jwt": "4.3.1",
"striptags": "2.0.3",
"superagent": "*",
"terser": "^3.16.1",
"uglify-es": "^3.3.9",
"uglify-js": "^3.4.9",
"underscore": "^1.8.3"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.0.1",
"gaze": "^0.5.1",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-notify": "^2.2.0",
"lorem-ipsum": "^1.0.3",
"reactify": "^1.1.1",
"superagent": "^1.4.0",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "node app.js",
"start-with-debug": "set DEBUG=* && node app.js ",
"build-front": "./node_modules/.bin/gulp -- browserify"
}
}