package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "react-sneakers",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": "https://archakov06.github.io/react-sneakers",
  6. "dependencies": {
  7. "@testing-library/jest-dom": "^5.11.4",
  8. "@testing-library/react": "^11.1.0",
  9. "@testing-library/user-event": "^12.1.10",
  10. "axios": "^0.21.1",
  11. "gh-pages": "^3.2.3",
  12. "macro-css": "^1.0.4",
  13. "node-sass": "^4.14.1",
  14. "react": "^17.0.2",
  15. "react-content-loader": "^6.0.3",
  16. "react-dom": "^17.0.2",
  17. "react-router-dom": "^5.2.0",
  18. "react-scripts": "4.0.3",
  19. "web-vitals": "^1.0.1"
  20. },
  21. "scripts": {
  22. "start": "react-scripts start",
  23. "build": "react-scripts build",
  24. "test": "react-scripts test",
  25. "eject": "react-scripts eject",
  26. "predeploy": "npm run build",
  27. "deploy": "gh-pages -d build"
  28. },
  29. "eslintConfig": {
  30. "extends": [
  31. "react-app",
  32. "react-app/jest"
  33. ]
  34. },
  35. "browserslist": {
  36. "production": [
  37. ">0.2%",
  38. "not dead",
  39. "not op_mini all"
  40. ],
  41. "development": [
  42. "last 1 chrome version",
  43. "last 1 firefox version",
  44. "last 1 safari version"
  45. ]
  46. }
  47. }