package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "sh-gbg-h5",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.16.5",
  7. "@testing-library/react": "^13.4.0",
  8. "@testing-library/user-event": "^13.5.0",
  9. "@types/jest": "^27.5.2",
  10. "@types/node": "^16.18.38",
  11. "@types/react": "^18.2.14",
  12. "@types/react-dom": "^18.2.6",
  13. "axios": "^1.4.0",
  14. "classnames": "^2.3.2",
  15. "react": "^18.2.0",
  16. "react-dom": "^18.2.0",
  17. "react-router-dom": "^6.14.1",
  18. "react-scripts": "5.0.1",
  19. "typescript": "^4.9.5",
  20. "web-vitals": "^2.1.4"
  21. },
  22. "scripts": {
  23. "start": "cross-env REACT_APP_BACKEND_URL=https://sit-shgybwg.4dage.com react-scripts start",
  24. "build": "cross-env PUBLIC_URL=./ REACT_APP_BACKEND_URL=https://sit-shgybwg.4dage.com react-scripts build",
  25. "test": "react-scripts test",
  26. "eject": "react-scripts eject"
  27. },
  28. "eslintConfig": {
  29. "extends": [
  30. "react-app",
  31. "react-app/jest"
  32. ]
  33. },
  34. "browserslist": {
  35. "production": [
  36. ">0.2%",
  37. "not dead",
  38. "not op_mini all"
  39. ],
  40. "development": [
  41. "last 1 chrome version",
  42. "last 1 firefox version",
  43. "last 1 safari version"
  44. ]
  45. },
  46. "devDependencies": {
  47. "cross-env": "^7.0.3",
  48. "node-sass": "6.x",
  49. "sass-loader": "^13.3.2"
  50. }
  51. }