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.

18 lines
414 B

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