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.

17 lines
387 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-client": "^2.0.4"
  10. },
  11. "scripts": {
  12. "start": "react-scripts start",
  13. "build": "react-scripts build",
  14. "test": "react-scripts test --env=jsdom",
  15. "eject": "react-scripts eject"
  16. }
  17. }