package.json 815 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "popup",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.17.0",
  7. "@testing-library/react": "^13.4.0",
  8. "@testing-library/user-event": "^13.5.0",
  9. "@types/chrome": "^0.0.260",
  10. "antd": "^5.13.3",
  11. "cross-env": "^7.0.3",
  12. "react": "^18.2.0",
  13. "react-dom": "^18.2.0",
  14. "react-scripts": "5.0.1",
  15. "web-vitals": "^2.1.4"
  16. },
  17. "scripts": {
  18. "build": "cross-env NODE_ENV=production react-scripts build"
  19. },
  20. "eslintConfig": {
  21. "extends": [
  22. "react-app",
  23. "react-app/jest"
  24. ]
  25. },
  26. "browserslist": {
  27. "production": [
  28. ">0.2%",
  29. "not dead",
  30. "not op_mini all"
  31. ],
  32. "development": [
  33. "last 1 chrome version",
  34. "last 1 firefox version",
  35. "last 1 safari version"
  36. ]
  37. }
  38. }