Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "name": "english-words",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "react": "^15.5.4",
  7. "react-dom": "^15.5.4"
  8. },
  9. "devDependencies": {
  10. "react-scripts": "0.9.5"
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement