{
    "name": "video-player-library",
    "version": "0.0.101",
    "main": "./dist/index.js",
    "module": "./dist/index.cjs",
    "types": "./dist/index.d.ts",
    "resolutions": {
        "@types/react": "18.2.45",
        "@types/react-dom": "18.2.18"
    },
    "peerDependencies": {
        "react": "^18.2.0",
        "react-dom": "^18.2.0"
    },
    "dependencies": {
        "@emoji-mart/data": "^1.1.2",
        "@emoji-mart/react": "^1.1.1",
        "@reduxjs/toolkit": "^2.0.1",
        "adblock-detect-react": "^1.1.0",
        "axios": "^1.6.3",
        "chart.js": "4.4.0",
        "emoji-mart": "^5.5.2",
        "fast-xml-parser": "^4.2.7",
        "hls.js": "^1.4.12",
        "js-cookie": "^3.0.5",
        "keen-slider": "^6.8.6",
        "lottie-react": "^2.4.0",
        "mobin-toast": "^2.0.4",
        "next": "^12.3.0",
        "next-themes": "^0.2.1",
        "react": "^18.2.0",
        "react-circular-progressbar": "^2.1.0",
        "react-confetti": "^6.1.0",
        "react-countdown": "^2.3.5",
        "react-dom": "^18.2.0",
        "react-redux": "^9.0.4",
        "react-truncate-markup": "^5.1.2",
        "redux": "^5.0.1",
        "socket.io-client": "^4.7.2",
        "tailwind-merge": "^1.14.0",
        "use-count-up": "^3.0.1",
        "use-double-tap": "^1.3.4"
    },
    "devDependencies": {
        "@types/chart.js": "2.9.41",
        "@types/js-cookie": "^3.0.3",
        "@types/node": "^20.5.2",
        "@types/react": "18.2.45",
        "@types/react-dom": "18.2.18",
        "autoprefixer": "^10.4.13",
        "postcss": "^8.4.20",
        "tailwindcss": "^3.2.4",
        "tsup": "^8.0.1",
        "typescript": "4.8.3"
    },
    "scripts": {
        "tailwind-build": "npx tailwindcss -i ./styles/playerStyles/videoPlayerLibrary/globals.css -o ./dist/videoPlayerStyles.css",
        "tsup-publish": "tsup && @powershell copy package.json ./dist && npm run tailwind-build && npm publish ./dist",
        "tsup-publish-prod": "tsup && cp package.json ./dist && npm run tailwind-build && npm publish ./dist"
    }
}
