{
|
|
"name": "googletrendsgame",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"express": "^4.16.2",
|
|
"google-trends-api": "^4.4.0",
|
|
"mysql": "^2.15.0",
|
|
"promise": "^8.0.1",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-fontawesome": "^1.6.1",
|
|
"react-scripts": "1.1.0",
|
|
"sanitizer": "^0.1.3",
|
|
"socket.io": "^2.0.4",
|
|
"socket.io-client": "^2.0.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|