@tycoonsystems/tycoon-modules
Version:
www.tv.tycoon.systems/documentation
80 lines (79 loc) • 2.1 kB
JSON
{
"name": "@tycoonsystems/tycoon-modules",
"version": "0.9.32",
"scripts": {
"dev": "next dev -p 3020",
"https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@glidejs/glide": "^3.6.0",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.14.0",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.53.0",
"@types/node": "18.16.3",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3",
"axios": "^1.6.8",
"babel-loader": "^9.1.2",
"dompurify": "^3.0.8",
"dotenv": "^16.0.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"jwt-decode": "^3.1.2",
"mux.js": "^6.3.0",
"next": "^13.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.2",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.30.0",
"react-textarea-autosize": "^8.5.3",
"sass": "^1.62.1",
"socket.io-client": "^4.7.5",
"typescript": "5.0.4",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.0",
"@types/eslint": "^9.6.1",
"@types/prop-types": "^15.7.14",
"@types/scheduler": "^0.23.0"
},
"description": "www.tv.tycoon.systems/documentation",
"main": "app.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Tycoon-Systems-Corp/video-streaming-client.git"
},
"keywords": [
"livestremaing",
"video",
"VAST",
"VMAP",
"MPEG-DASH",
"HLS",
"FFMPEG",
"RTMPS"
],
"author": "Tycoon Systems Corp.",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tycoon-Systems-Corp/video-streaming-client/issues"
},
"homepage": "https://github.com/Tycoon-Systems-Corp/video-streaming-client#readme",
"exports": {
".": {
"import": "./modules",
"require": "./modules"
},
"./package.json": "./package.json",
"./": "./modules/"
}
}