-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.08 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
{
"name": "kolaboard",
"version": "1.0.0",
"description": "A Realtime collaboration and productivity enhancement app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Alamgir Munir Qazi",
"license": "MIT",
"dependencies": {
"after": "^0.8.2",
"auth0-lock": "^10.14.0",
"backo2": "^1.0.2",
"base64id": "^1.0.0",
"body-parser": "^1.17.1",
"component-bind": "^1.0.0",
"component-inherit": "0.0.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"engine.io": "^3.1.0",
"express": "^4.13.4",
"express-fileupload": "^0.1.4",
"express-jwt": "^5.1.0",
"express-session": "^1.15.3",
"gridfs-stream": "^1.1.1",
"has-binary2": "^1.0.2",
"jwt-decode": "^2.2.0",
"material-ui": "^0.16.7",
"mobx": "^2.3.0",
"mobx-react": "^3.0.0",
"mongoose": "^4.9.5",
"mongoose-unique-validator": "^1.0.5",
"multer": "^1.3.0",
"parsejson": "0.0.3",
"parseqs": "0.0.5",
"parseuri": "0.0.5",
"react": "^0.14.9",
"react-alert": "^2.1.3",
"react-custom-scrollbars": "^4.0.2",
"react-dom": "^0.14.9",
"react-dragula": "^1.1.17",
"react-linkifier": "^2.2.1",
"react-router": "^2.0.0",
"react-search-input": "^0.11.0",
"react-tap-event-plugin": "^0.2.0",
"socket.io": "^2.0.1",
"to-array": "^0.1.4",
"webpack": "^1.15.0",
"xmlhttprequest-ssl": "^1.5.3",
"yeast": "^0.1.2"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"foundation-sites": "6.2.0",
"jquery": "^2.2.1",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.13"
}
}