forked from BearsBathAndBeyond/JamSesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.89 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
{
"name": "JamSesh",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"start:production": "node server.js",
"test": "eslint app && mocha test/.setup.js test",
"pm2": "pm2 start server.js --name=\"jt-client\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"animate.css": "^3.5.1",
"bootstrap": "^3.3.7",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-http-proxy": "^0.7.2",
"firebase": "^3.6.4",
"firechat": "^3.0.1",
"isomorphic-style-loader": "^1.1.0",
"jquery": "^3.1.1",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"react": "^15.4.1",
"react-chat-client": "^0.1.0",
"react-chat-server": "^0.1.1",
"react-dom": "^15.4.1",
"react-hot-loader": "^1.3.1",
"react-router": "^3.0.0",
"react-validation": "^2.10.9",
"request-promise": "^4.1.1",
"skeleton-css": "^2.0.4",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.2",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"validator": "^6.2.0",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.11.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"enzyme": "^2.6.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.0",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"image-webpack-loader": "^3.1.0",
"jsdom": "^9.8.3",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}