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.
 
 
 
 

19 lines
441 B

  1. {
  2. "name": "flyingant_sroll_to_the_section_demo",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "react": "^15.5.4",
  7. "react-dom": "^15.5.4",
  8. "react-scroll-to-component": "^1.0.1"
  9. },
  10. "devDependencies": {
  11. "react-scripts": "0.9.5"
  12. },
  13. "scripts": {
  14. "start": "react-scripts start",
  15. "build": "react-scripts build",
  16. "test": "react-scripts test --env=jsdom",
  17. "eject": "react-scripts eject"
  18. }
  19. }