-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
{
"name": "FullstackPlays",
"version": "1.0.0",
"description": "FSA Hackathon project. All connected users can interact via chat, and if they type a valid game command, the game state will change. Thus, users can collaboratively make decisions and play games together",
"main": "index.js",
"scripts": {
"postinstall": "webpack",
"start": "node server",
"start-dev": "webpack & nodemon server",
"start-server": "nodemon server",
"build-client": "webpack"
},
"author": "Tae-Young Patrick Kim",
"license": "ISC",
"dependencies": {
"body-parser": "^1.16.1",
"bootstrap": "^3.3.7",
"express": "^4.15.3",
"file-loader": "^0.11.2",
"http": "0.0.0",
"morgan": "^1.8.1",
"path": "^0.12.7",
"prop-types": "^15.5.8",
"react": "^15.6.1",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "^3.0.5",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"socket.io": "^2.0.3",
"url-loader": "^0.5.9",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"css-loader": "^0.26.1",
"node-sass": "^4.5.0",
"nodemon": "^1.11.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
}
}