package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "private": true,
  3. "dependencies": {
  4. "@ant-design/pro-layout": "^7.14.3",
  5. "@radix-ui/colors": "^0.1.8",
  6. "@radix-ui/react-icons": "^1.3.0",
  7. "@radix-ui/react-popover": "^1.0.6",
  8. "@radix-ui/react-select": "^1.2.2",
  9. "@radix-ui/react-toast": "^1.1.4",
  10. "@react-pdf-viewer/bookmark": "^3.12.0",
  11. "@react-pdf-viewer/core": "^3.12.0",
  12. "@react-pdf-viewer/default-layout": "^3.12.0",
  13. "@react-pdf-viewer/locales": "^1.0.0",
  14. "@react-pdf-viewer/scroll-mode": "^3.12.0",
  15. "@testing-library/jest-dom": "^5.16.5",
  16. "@testing-library/react": "^13.4.0",
  17. "@testing-library/user-event": "^14.4.3",
  18. "antd": "^5.5.2",
  19. "antd-img-crop": "^4.12.2",
  20. "babel-polyfill": "^6.26.0",
  21. "core-js": "^3.31.0",
  22. "flv.js": "^1.6.2",
  23. "i18next": "^23.2.3",
  24. "moment": "^2.29.4",
  25. "pdfjs-dist": "2.16.105",
  26. "plyr-react": "^5.2.0",
  27. "qrcode.react": "^3.1.0",
  28. "react": "^18.2.0",
  29. "react-app-polyfill": "^3.0.0",
  30. "react-dom": "^18.2.0",
  31. "react-i18next": "^13.0.1",
  32. "react-modal": "^3.16.1",
  33. "react-router-dom": "^6.11.2",
  34. "react-scripts": "^5.0.1",
  35. "react-use": "^17.4.0",
  36. "tailwindcss": "^3.3.2",
  37. "translation-check": "^1.0.3",
  38. "video.js": "^8.3.0",
  39. "vod-js-sdk-v6": "^1.6.1"
  40. },
  41. "scripts": {
  42. "start": "cross-env NODE_ENV=development react-scripts start",
  43. "build": "cross-env NODE_ENV=production react-scripts build",
  44. "test": "react-scripts test",
  45. "eject": "react-scripts eject",
  46. "prettier": "npx prettier --write **/*.jsx"
  47. },
  48. "eslintConfig": {
  49. "extends": [
  50. "react-app",
  51. "react-app/jest"
  52. ]
  53. },
  54. "browserslist": {
  55. "production": [
  56. ">0.2%",
  57. "not dead",
  58. "not op_mini all"
  59. ],
  60. "development": [
  61. "last 1 chrome version",
  62. "last 1 firefox version",
  63. "last 1 safari version"
  64. ]
  65. },
  66. "devDependencies": {
  67. "@faker-js/faker": "^8.0.2",
  68. "cross-env": "^7.0.3",
  69. "eslint": "^8.43.0",
  70. "eslint-plugin-i18next": "^6.0.3",
  71. "eslint-plugin-react": "^7.32.2",
  72. "i18next-scanner": "^4.2.0",
  73. "prettier": "^2.8.8"
  74. }
  75. }