package.json 933 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "antd",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/icons": "^5.3.6",
  7. "@testing-library/jest-dom": "^5.17.0",
  8. "@testing-library/react": "^13.4.0",
  9. "@testing-library/user-event": "^13.5.0",
  10. "@types/jest": "^27.5.2",
  11. "@types/node": "^16.18.95",
  12. "@types/react": "^18.2.74",
  13. "@types/react-dom": "^18.2.24",
  14. "antd": "^5.16.1",
  15. "react": "^18.2.0",
  16. "react-dom": "^18.2.0",
  17. "react-scripts": "5.0.1",
  18. "typescript": "^4.9.5",
  19. "web-vitals": "^2.1.4"
  20. },
  21. "scripts": {
  22. "start": "react-scripts start",
  23. "build": "react-scripts build",
  24. "test": "react-scripts test",
  25. "eject": "react-scripts eject"
  26. },
  27. "browserslist": {
  28. "production": [
  29. ">0.2%",
  30. "not dead",
  31. "not op_mini all"
  32. ],
  33. "development": [
  34. "last 1 chrome version",
  35. "last 1 firefox version",
  36. "last 1 safari version"
  37. ]
  38. }
  39. }