not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
470 B

  1. {
  2. "name": "googletrendsgame",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "async": "^2.6.0",
  7. "google-trends-api": "^4.4.0",
  8. "promise": "^8.0.1",
  9. "react": "^16.2.0",
  10. "react-dom": "^16.2.0",
  11. "react-scripts": "1.1.0",
  12. "socket.io-client": "^2.0.4"
  13. },
  14. "scripts": {
  15. "start": "react-scripts start",
  16. "build": "react-scripts build",
  17. "test": "react-scripts test --env=jsdom",
  18. "eject": "react-scripts eject"
  19. }
  20. }