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.

24 lines
586 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-fontawesome": "^1.6.1",
  13. "react-scripts": "1.1.0",
  14. "sanitizer": "^0.1.3",
  15. "socket.io": "^2.0.4",
  16. "socket.io-client": "^2.0.4"
  17. },
  18. "scripts": {
  19. "start": "react-scripts start",
  20. "build": "react-scripts build",
  21. "test": "react-scripts test --env=jsdom",
  22. "eject": "react-scripts eject"
  23. }
  24. }