-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "chatty-node",
"version": "0.0.1",
"repository": "https://github.com/bigbinary/reactjs-by-example",
"description": "Example of using ActionCable in nodejs. Demonstrates usage in ReactJS",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"author": "Vipul A M <vipulnsward@gmail.com> (http://github.com/vipulnsward)",
"license": "MIT",
"homepage": "https://github.com/bigbinary/reactjs-by-example",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.15.5",
"eslint-plugin-react": "^2.3.0",
"file-loader": "^0.8.4",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"file-loader": "^0.8.4",
"imports-loader": "^0.6.5",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"url-loader": "^0.5.6",
"vipul_actioncable": "^5.1.0-alpha",
"whatwg-fetch": "^1.0.0"
}
}