-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 994 Bytes
/
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
{
"name": "five-in-a-row",
"version": "0.0.1",
"description": "A boilerplate of React, Socket.io and Webpack",
"main": "app-server.js",
"dependencies": {
"classnames": "^2.2.3",
"express": "^4.13.4",
"immutable": "^3.7.6",
"material-ui": "^0.14.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0",
"react-tap-event-plugin": "^0.2.2",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"webpack": "^1.12.13"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^1.7.3",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.6.3",
"style-loader": "^0.13.0"
},
"scripts": {
"prestart": "webpack",
"start": "node app-server.js",
"lint": "eslint ./src"
},
"author": "Yong Su",
"license": "MIT"
}