package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "demo-utm",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/dom": "^10.4.0",
  7. "@testing-library/jest-dom": "^6.6.3",
  8. "@testing-library/react": "^16.3.0",
  9. "@testing-library/user-event": "^13.5.0",
  10. "@types/jest": "^27.5.2",
  11. "@types/node": "^16.18.126",
  12. "@types/react": "^19.1.8",
  13. "@types/react-dom": "^19.1.6",
  14. "react": "^19.1.0",
  15. "react-dom": "^19.1.0",
  16. "react-scripts": "5.0.1",
  17. "typescript": "^4.9.5",
  18. "utm-params-extractor-test": "^1.0.10",
  19. "web-vitals": "^2.1.4"
  20. },
  21. "scripts": {
  22. "presync-env": "cp ../.env .env",
  23. "start": "npm run presync-env && react-scripts start",
  24. "build": "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. }