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
380 B

  1. {
  2. "name": "breakups-webapp",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "jest-cli": "^21.2.1",
  7. "react": "^16.0.0",
  8. "react-dom": "^16.0.0",
  9. "react-scripts": "1.0.16"
  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. }