You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.2 KiB

5 months ago
5 months ago
5 months ago
5 months ago
  1. {
  2. "name": "my-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.14.1",
  7. "@testing-library/react": "^13.0.0",
  8. "@testing-library/user-event": "^13.2.1",
  9. "@types/jest": "^27.0.1",
  10. "@types/node": "^16.7.13",
  11. "@types/react": "^18.0.0",
  12. "@types/react-dom": "^18.0.0",
  13. "antd": "^5.18.1",
  14. "mobx": "^6.12.4",
  15. "mobx-react": "^9.1.1",
  16. "qrcode": "^1.5.3",
  17. "react": "^18.3.1",
  18. "react-dom": "^18.3.1",
  19. "react-router-dom": "^6.23.1",
  20. "react-scripts": "5.0.1",
  21. "sass": "^1.77.5",
  22. "typescript": "^4.4.2",
  23. "web-vitals": "^2.1.0"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. },
  49. "devDependencies": {
  50. "@types/qrcode": "^1.5.5"
  51. }
  52. }