forked from FakeSloth/gryph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 718 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 718 Bytes
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
{
"name": "react-starter-kit",
"version": "1.0.0",
"description": "A skeleton of a react web application.",
"scripts": {
"start": "node devServer.js",
"lint": "eslint *.js src"
},
"license": "MIT",
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5"
},
"devDependencies": {
"babel-core": "^5.6.18",
"babel-loader": "^5.1.4",
"babel-plugin-react-transform": "^1.1.0",
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0",
"express": "^4.13.3",
"react-transform-hmr": "^1.0.0",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
}
}