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.

28 lines
687 B

  1. {
  2. "name": "googletrendsgame",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "express": "^4.16.4",
  7. "express-session": "^1.15.6",
  8. "fs": "0.0.2",
  9. "google-trends-api": "^4.4.0",
  10. "mysql": "^2.15.0",
  11. "promise": "^8.0.1",
  12. "react": "^16.2.0",
  13. "react-dom": "^16.2.0",
  14. "react-fontawesome": "^1.6.1",
  15. "react-scripts": "1.1.0",
  16. "sanitizer": "^0.1.3",
  17. "socket.io": "^2.0.4",
  18. "socket.io-client": "^2.0.4",
  19. "url": "^0.11.0",
  20. "whiskers": "^0.4.0"
  21. },
  22. "scripts": {
  23. "start": "react-scripts start",
  24. "build": "react-scripts build",
  25. "test": "react-scripts test --env=jsdom",
  26. "eject": "react-scripts eject"
  27. }
  28. }