package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "iapt",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": "/my/",
  6. "dependencies": {
  7. "@emotion/react": "^11.8.2",
  8. "@emotion/styled": "^11.8.1",
  9. "@fontsource/roboto": "^4.5.3",
  10. "@loadable/component": "^5.15.2",
  11. "@mui/icons-material": "^5.5.0",
  12. "@mui/material": "^5.5.0",
  13. "@reduxjs/toolkit": "^1.8.0",
  14. "@testing-library/jest-dom": "^5.14.1",
  15. "@testing-library/react": "^12.0.0",
  16. "@testing-library/user-event": "^13.2.1",
  17. "@types/jest": "^27.0.1",
  18. "@types/loadable__component": "^5.13.4",
  19. "@types/node": "^16.7.13",
  20. "@types/react": "^17.0.20",
  21. "@types/react-dom": "^17.0.9",
  22. "@types/react-redux": "^7.1.23",
  23. "dinero.js": "^2.0.0-alpha.8",
  24. "emoji-mart": "^3.0.1",
  25. "google-map-react": "^2.1.10",
  26. "js-cookie": "^3.0.1",
  27. "jwt-decode": "^3.1.2",
  28. "material-design-icons": "^3.0.1",
  29. "moment": "^2.29.1",
  30. "moment-timezone": "^0.5.34",
  31. "qrcode.react": "^2.0.0",
  32. "react": "^17.0.2",
  33. "react-color": "^2.19.3",
  34. "react-copy-to-clipboard": "^5.0.4",
  35. "react-dom": "^17.0.2",
  36. "react-dropzone": "^12.0.4",
  37. "react-helmet-async": "^1.2.3",
  38. "react-highlight-words": "^0.17.0",
  39. "react-hook-form": "^7.27.1",
  40. "react-intl": "^5.24.6",
  41. "react-json-view": "^1.21.3",
  42. "react-markdown": "^8.0.0",
  43. "react-quill": "^2.0.0-beta.4",
  44. "react-redux": "^7.2.6",
  45. "react-router-dom": "6",
  46. "react-scripts": "5.0.0",
  47. "react-sparklines": "^1.7.0",
  48. "react-syntax-highlighter": "^15.4.5",
  49. "typescript": "^4.4.2",
  50. "video.js": "^7.17.0",
  51. "web-vitals": "^2.1.0"
  52. },
  53. "scripts": {
  54. "start": "react-scripts start",
  55. "build": "react-scripts build",
  56. "test": "react-scripts test",
  57. "eject": "react-scripts eject"
  58. },
  59. "eslintConfig": {
  60. "extends": [
  61. "react-app",
  62. "react-app/jest"
  63. ]
  64. },
  65. "browserslist": {
  66. "production": [
  67. ">0.2%",
  68. "not dead",
  69. "not op_mini all"
  70. ],
  71. "development": [
  72. "last 1 chrome version",
  73. "last 1 firefox version",
  74. "last 1 safari version"
  75. ]
  76. }
  77. }