package.json 638 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "fe13",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "node-sass": "^4.12.0",
  7. "react": "^16.8.6",
  8. "react-dom": "^16.8.6",
  9. "react-scripts": "3.0.1"
  10. },
  11. "scripts": {
  12. "start": "react-scripts start",
  13. "build": "react-scripts build",
  14. "test": "react-scripts test",
  15. "eject": "react-scripts eject"
  16. },
  17. "eslintConfig": {
  18. "extends": "react-app"
  19. },
  20. "browserslist": {
  21. "production": [
  22. ">0.2%",
  23. "not dead",
  24. "not op_mini all"
  25. ],
  26. "development": [
  27. "last 1 chrome version",
  28. "last 1 firefox version",
  29. "last 1 safari version"
  30. ]
  31. }
  32. }