package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "tools-auto-pt",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ant-design/icons": "^5.2.0",
  7. "@testing-library/jest-dom": "^5.16.4",
  8. "@testing-library/react": "^13.3.0",
  9. "@testing-library/user-event": "^13.5.0",
  10. "antd": "^5.8.0",
  11. "axios": "^1.4.0",
  12. "moment": "^2.29.4",
  13. "mysql2": "^3.6.0",
  14. "react": "^18.2.0",
  15. "react-dom": "^18.2.0",
  16. "react-router-dom": "^6.3.0",
  17. "react-scripts": "5.0.1",
  18. "web-vitals": "^2.1.4"
  19. },
  20. "scripts": {
  21. "start": "react-scripts start",
  22. "build": "react-scripts build",
  23. "test": "react-scripts test",
  24. "eject": "react-scripts eject"
  25. },
  26. "eslintConfig": {
  27. "extends": [
  28. "react-app",
  29. "react-app/jest"
  30. ]
  31. },
  32. "browserslist": {
  33. "production": [
  34. ">0.2%",
  35. "not dead",
  36. "not op_mini all"
  37. ],
  38. "development": [
  39. "last 1 chrome version",
  40. "last 1 firefox version",
  41. "last 1 safari version"
  42. ]
  43. },
  44. "proxy": "http://localhost:3001",
  45. "devDependencies": {
  46. "autoprefixer": "^10.4.21",
  47. "postcss": "^8.5.6",
  48. "tailwindcss": "^3.4.17"
  49. }
  50. }