-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.18 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.18 KB
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
{
"name": "chatApp",
"version": "0.0.1",
"description": "My first chat app",
"keywords": [
"Chat",
"Instant",
"Messages",
"comchat",
"talk",
"socket"
],
"author": "Aman Jain",
"license": "MIT",
"engines": {
"node": "4.2.2"
},
"main": "web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/server/index.js"
},
"dependencies": {
"balloon-css": "0.3.0",
"express": "4.14.0",
"socket.io": "1.4.8",
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"webpack": "^1.12.9",
"babel-preset-react": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"lodash": "^3.10.1",
"style-loader": "^0.13.0",
"css-loader": " ^0.23.0",
"sass-loader": "^3.1.2",
"react-dom": "^0.14.3",
"classnames": "^v2.2.3",
"react": "^0.14.7",
"node-sass": "^3.4.2",
"left-pad": "^1.0.2",
"jquery": "^2.2.3",
"material-ui": "^0.14.4",
"react-tap-event-plugin": "^0.2.0",
"redux": "^3.5.2",
"react-redux": "^4.4.5",
"autolinker": "^0.25.2",
"halogen": "0.2.0",
"mysql" : "2.11.1",
"whatwg-fetch" : "^1.0.0",
"mousetrap":"1.6.0"
}
}