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.

23 lines
551 B

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