Edit stuff
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.

16 lines
347 B

  1. {
  2. "name": "stuffedit",
  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.4"
  9. },
  10. "scripts": {
  11. "start": "react-scripts start",
  12. "build": "react-scripts build",
  13. "test": "react-scripts test --env=jsdom",
  14. "eject": "react-scripts eject"
  15. }
  16. }