-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.68 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
{
"name": "itzfriday_chatapp",
"version": "1.0.0",
"description": "Simple Chat Application using socket.io",
"main": "server.js",
"scripts": {
"start": "concurrently \"webpack\" \"node server/server.js\""
},
"author": "Gowtham",
"license": "ISC",
"dependencies": {
"async": "^2.1.4",
"babel-polyfill": "^6.22.0",
"base-64": "^0.1.0",
"body-parser": "^1.16.0",
"classnames": "^2.2.5",
"concurrently": "^3.2.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.1",
"express-static": "^1.0.3",
"flexboxgrid": "^6.3.1",
"formsy": "^0.19.2",
"formsy-material-ui": "^0.5.5",
"formsy-react": "^0.19.2",
"googleapis": "^16.1.0",
"jsonwebtoken": "^7.3.0",
"material-auto-rotating-carousel": "^1.3.0",
"material-ui": "^0.16.7",
"mongoose": "^4.8.1",
"oauth": "^0.9.15",
"react": "^15.4.2",
"react-cookie": "^1.0.4",
"react-dom": "^15.4.2",
"react-drawer": "^1.2.5",
"react-flexbox-grid": "^0.10.2",
"react-grid-layout": "^0.13.9",
"react-linkify": "^0.2.0",
"react-motion": "^0.4.7",
"react-router": "^3.0.2",
"react-superagent": "^1.1.1",
"react-swipeable-views": "^0.10.3",
"react-tap-event-plugin": "^2.0.1",
"redis": "^2.6.5",
"socket.io": "^1.7.2",
"superagent": "^3.3.2",
"superagent-relative": "^0.2.0",
"utf8": "^2.1.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.26.1",
"http-server": "^0.8.5",
"npm": "^4.1.2",
"style-loader": "^0.13.1"
}
}