123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "private": true,
- "dependencies": {
- "@ant-design/pro-layout": "^7.14.3",
- "@radix-ui/colors": "^0.1.8",
- "@radix-ui/react-icons": "^1.3.0",
- "@radix-ui/react-popover": "^1.0.6",
- "@radix-ui/react-select": "^1.2.2",
- "@radix-ui/react-toast": "^1.1.4",
- "@react-pdf-viewer/bookmark": "^3.12.0",
- "@react-pdf-viewer/core": "^3.12.0",
- "@react-pdf-viewer/default-layout": "^3.12.0",
- "@react-pdf-viewer/locales": "^1.0.0",
- "@react-pdf-viewer/scroll-mode": "^3.12.0",
- "@testing-library/jest-dom": "^5.16.5",
- "@testing-library/react": "^13.4.0",
- "@testing-library/user-event": "^14.4.3",
- "antd": "^5.5.2",
- "antd-img-crop": "^4.12.2",
- "babel-polyfill": "^6.26.0",
- "core-js": "^3.31.0",
- "flv.js": "^1.6.2",
- "i18next": "^23.2.3",
- "moment": "^2.29.4",
- "pdfjs-dist": "2.16.105",
- "plyr-react": "^5.2.0",
- "qrcode.react": "^3.1.0",
- "react": "^18.2.0",
- "react-app-polyfill": "^3.0.0",
- "react-dom": "^18.2.0",
- "react-i18next": "^13.0.1",
- "react-modal": "^3.16.1",
- "react-router-dom": "^6.11.2",
- "react-scripts": "^5.0.1",
- "react-use": "^17.4.0",
- "tailwindcss": "^3.3.2",
- "translation-check": "^1.0.3",
- "video.js": "^8.3.0",
- "vod-js-sdk-v6": "^1.6.1"
- },
- "scripts": {
- "start": "cross-env NODE_ENV=development react-scripts start",
- "build": "cross-env NODE_ENV=production react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "prettier": "npx prettier --write **/*.jsx"
- },
- "eslintConfig": {
- "extends": [
- "react-app",
- "react-app/jest"
- ]
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "devDependencies": {
- "@faker-js/faker": "^8.0.2",
- "cross-env": "^7.0.3",
- "eslint": "^8.43.0",
- "eslint-plugin-i18next": "^6.0.3",
- "eslint-plugin-react": "^7.32.2",
- "i18next-scanner": "^4.2.0",
- "prettier": "^2.8.8"
- }
- }
|