-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1023 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
{
"name": "catch-pokemons",
"version": "2.0.0",
"description": "Multiplayer game with HTML5, Node.js, React and socket.io",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pabloanabalonf/catch-the-monster.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pabloanabalonf/catch-the-monster/issues"
},
"homepage": "https://github.com/pabloanabalonf/catch-the-monster#readme",
"dependencies": {
"babel-plugin-styled-components": "^1.1.4",
"express": "^4.15.3",
"lodash": "^4.17.4",
"next": "^2.4.4",
"next-redux-wrapper": "^1.1.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.0",
"redux-thunk": "^2.2.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"styled-components": "^2.1.0"
}
}