-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.1 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
48
49
50
{
"name": "flagsfinder",
"version": "0.1.0",
"private": true,
"dependencies": {
"express": "^4.15.4",
"http": "0.0.0",
"path": "^0.12.7",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.73.1",
"socket.io": "^2.4.0",
"socket.io-client": "^2.0.3",
"socket.io-react": "^1.2.0"
},
"scripts": {
"start": "node server",
"test": "react-scripts start",
"heroku-postbuild": "npm run build",
"build": "react-scripts build"
},
"cacheDirectories": [
"node_modules"
],
"description": "Juego para IAW, simulando el buscaminas PvP del MSN.",
"main": "index.js",
"devDependencies": {
"eslint-plugin-react": "^7.4.0",
"eslint-watch": "^3.1.2",
"prettier": "^1.7.3",
"prettier-eslint": "^8.2.0"
},
"keywords": [
"reactjs",
"react",
"game",
"socket.io",
"websockets",
"nodejs",
"node",
"javascript",
"js"
],
"author": "rferromoreno",
"license": "MIT"
}