forked from stackroute-immersive-wave/Zynla
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
125 lines (125 loc) · 3.41 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
125
{
"name": "Zynla",
"version": "1.0.0",
"scripts": {
"test": "mocha",
"wpbuild": "node ./node_modules/webpack/bin/webpack.js",
"gbuild": "gulp lint",
"clean": "gulp clean",
"start": "nodemon -L bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackroute-immersive-wave/Zynla.git"
},
"keywords": [
"zynla",
"search",
"collaborative search",
"semantic",
"graph",
"nodejs"
],
"author": "StackRoute",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stackroute-immersive-wave/Zynla/issues"
},
"homepage": "https://github.com/stackroute-immersive-wave/Zynla#readme",
"dependencies": {
"amqplib": "^0.5.1",
"array-flatten": "^2.1.1",
"async": "^2.1.4",
"axios": "^0.15.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"deasync": "^0.1.9",
"express": "^4.14.0",
"express-session": "^1.15.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"highland": "^2.10.1",
"html-webpack-plugin": "^2.26.0",
"https": "^1.0.0",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.3.0",
"keyword-extractor": "0.0.13",
"log4js": "^1.1.1",
"material-ui": "^0.17.0",
"mongodb": "^2.2.11",
"mongoose": "^4.9.0",
"morgan": "^1.8.1",
"muicss": "^0.9.4",
"neo4j-driver": "^1.1.1",
"nodemailer": "^3.1.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-instagram": "^1.0.0",
"passport-local": "^1.0.0",
"rc-pagination": "^1.6.1",
"react": "^15.3.2",
"react-cookie": "^1.0.4",
"react-country-select": "^1.0.5",
"react-dnd": "^2.2.4",
"react-dnd-card": "^0.3.7",
"react-dnd-html5-backend": "^2.2.4",
"react-dom": "^15.3.2",
"react-grid-system": "^1.5.2",
"react-material-snackbar": "^3.0.0",
"react-packery-component": "^1.0.2",
"react-router": "^3.0.0",
"react-rte": "^0.11.0",
"react-select-country": "0.0.15",
"react-textarea-autosize": "^4.0.5",
"react-toastr": "^2.8.2",
"redis": "^2.7.0",
"request": "^2.79.0",
"semantic-ui-react": "^0.63.5",
"seneca": "^3.3.0",
"sinon": "^1.17.7",
"sinon-mongoose": "^1.3.0",
"superagent": "^2.3.0",
"supertest": "^3.0.0",
"validator": "^6.2.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"css-loader": "^0.25.0",
"eslint": "^3.9.1",
"eslint-plugin-react": "^6.4.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.3.1",
"gulp-htmlhint": "^0.3.1",
"gulp-min": "0.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-mocha": "^3.0.1",
"gulp-rev": "^7.1.2",
"gulp-uglify": "^2.0.0",
"gulp-usemin": "^0.3.25",
"gulp-webpack": "^1.5.0",
"json-loader": "^0.5.4",
"mocha": "^3.1.2",
"react-hot-loader": "^1.3.1",
"request": "^2.79.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.13.2"
}
}