3
0

package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "my-project",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "vite build",
  9. "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview --host"
  11. },
  12. "dependencies": {
  13. "@ant-design/pro-layout": "^7.14.3",
  14. "@radix-ui/colors": "^0.1.8",
  15. "@radix-ui/react-icons": "^1.3.0",
  16. "@radix-ui/react-popover": "^1.0.6",
  17. "@radix-ui/react-select": "^1.2.2",
  18. "@radix-ui/react-toast": "^1.1.4",
  19. "@react-pdf-viewer/bookmark": "^3.12.0",
  20. "@react-pdf-viewer/core": "^3.12.0",
  21. "@react-pdf-viewer/default-layout": "^3.12.0",
  22. "@react-pdf-viewer/locales": "^1.0.0",
  23. "@react-pdf-viewer/scroll-mode": "^3.12.0",
  24. "@testing-library/jest-dom": "^5.16.5",
  25. "@testing-library/react": "^13.4.0",
  26. "@testing-library/user-event": "^14.4.3",
  27. "antd": "^5.13.1",
  28. "antd-img-crop": "^4.21.0",
  29. "babel-polyfill": "^6.26.0",
  30. "core-js": "^3.31.0",
  31. "flv.js": "^1.6.2",
  32. "i18next": "^23.2.3",
  33. "media-icons": "^1.0.0",
  34. "moment": "^2.29.4",
  35. "pdfjs-dist": "2.16.105",
  36. "plyr-react": "^5.2.0",
  37. "qrcode.react": "^3.1.0",
  38. "react": "^18.2.0",
  39. "react-app-polyfill": "^3.0.0",
  40. "react-dom": "^18.2.0",
  41. "react-i18next": "^13.0.1",
  42. "react-modal": "^3.16.1",
  43. "react-router-dom": "^6.11.2",
  44. "react-use": "^17.4.0",
  45. "translation-check": "^1.0.3",
  46. "video.js": "^8.3.0",
  47. "vod-js-sdk-v6": "^1.6.1"
  48. },
  49. "devDependencies": {
  50. "@types/react": "^18.2.43",
  51. "@types/react-dom": "^18.2.17",
  52. "@vitejs/plugin-react": "^4.2.1",
  53. "autoprefixer": "^10.4.16",
  54. "eslint": "^8.55.0",
  55. "eslint-plugin-react": "^7.33.2",
  56. "eslint-plugin-react-hooks": "^4.6.0",
  57. "eslint-plugin-react-refresh": "^0.4.5",
  58. "i18next-scanner": "^4.2.0",
  59. "postcss": "^8.4.32",
  60. "tailwindcss": "^3.4.0",
  61. "tailwindcss-animate": "^1.0.7",
  62. "vite": "^5.0.8"
  63. }
  64. }