-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "chatapplication",
"version": "1.0.0",
"description": "A basic chat application using websockets",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AishwaryaChat/Chat-Application.git"
},
"author": "Aishwarya Chaturvedi",
"license": "MIT",
"bugs": {
"url": "https://github.com/AishwaryaChat/Chat-Application/issues"
},
"homepage": "https://github.com/AishwaryaChat/Chat-Application#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"dev": "^0.1.3",
"express": "^4.15.3",
"express-session": "^1.15.3",
"express-socket.io-session": "^1.3.2",
"express-ws": "^3.0.0",
"mongoose": "^4.10.7",
"node-uuid": "^1.4.8",
"socket.io": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"brfs": "^1.4.3",
"css-loader": "^0.28.4",
"exports-loader": "^0.6.4",
"file-loader": "^0.11.2",
"imports-loader": "^0.7.1",
"json-loader": "^0.5.4",
"nodemon": "^1.11.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "^3.0.0",
"redux": "^3.7.1",
"style-loader": "^0.18.2",
"transform-loader": "^0.2.4",
"webpack": "^3.0.0"
}
}