package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "ai-proj-demo",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/compatible": "^1.1.2",
  7. "@ant-design/pro-components": "^1.1.15",
  8. "@testing-library/jest-dom": "^5.16.5",
  9. "@testing-library/react": "^13.3.0",
  10. "@testing-library/user-event": "^13.5.0",
  11. "add": "^2.0.6",
  12. "antd": "^4.22.4",
  13. "axios": "^0.27.2",
  14. "moment": "^2.29.4",
  15. "prop-types": "^15.8.1",
  16. "react": "^18.2.0",
  17. "react-dom": "^18.2.0",
  18. "react-router": "^6.3.0",
  19. "react-router-dom": "^6.3.0",
  20. "react-scripts": "5.0.1",
  21. "react-sortablejs": "^6.1.4",
  22. "sortablejs": "^1.15.0",
  23. "styled-components": "^5.3.5",
  24. "web-vitals": "^2.1.4",
  25. "yarn": "^1.22.19"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. }
  51. }