UNPKG

whip-sdk-react

Version:
75 lines (74 loc) 2.11 kB
{ "name": "whip-sdk-react", "version": "0.0.2", "description": "", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", "scripts": { "start": "rollup -c rollup.config.mjs -w", "build": "rollup -c rollup.config.mjs", "rome:format": "rome format --write ." }, "repository": { "type": "git", "url": "git+https://github.com/tomatoFQ/whip-sdk-react.git" }, "keywords": [ "WHIP", "WTN", "WebRTC" ], "author": "TAL Inc.", "license": "MIT", "bugs": { "url": "https://github.com/tomatoFQ/whip-sdk-react/issues" }, "homepage": "https://github.com/tomatoFQ/whip-sdk-react#readme", "peerDependencies": { "axios": "^1.3.5", "react": ">=16.8.0" }, "dependencies": { "jose": "^4.14.1", "uuid": "^9.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-typescript": "^11.1.0", "@types/jest": "^29.5.0", "@types/node": "^8.10.66", "@types/react": ">=16.8.0", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.7", "eslint": "^8.38.0", "eslint-config-airbnb": "^19.0.0", "eslint-config-prettier": "^8.0.0", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-compat": "^4.1.1", "eslint-plugin-import": "^2.21.1", "eslint-plugin-jest": "^27.0.1", "eslint-plugin-markdown": "^3.0.0", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.1.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-enzyme": "^7.1.2", "rollup": "^3.20.2", "rollup-plugin-copy": "^3.4.0", "rome": "^12.0.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "tslib": "^2.5.0", "typescript": "^5.0.4", "web-encoding": "^1.1.5" }, "lint-staged": { "*.{ts,tsx,js,jsx}": "rome format --write", "*.{json,less,md}": "prettier --ignore-unknown --write" } }