@simply-stream/react-components
Version:
A set of common components that rely on simply-stream systems or are used by them
61 lines (60 loc) • 1.76 kB
JSON
{
"name": "@simply-stream/react-components",
"version": "0.4.5",
"description": "A set of common components that rely on simply-stream systems or are used by them",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"type": "module",
"files": [
"/dist"
],
"private": false,
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simply-Stream/react-components.git"
},
"keywords": [
"react",
"simplystream",
"simply-stream",
"twitch",
"clips",
"randomizer"
],
"author": "AaricDev <aaricdev@simply-stream.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Simply-Stream/react-components/issues"
},
"homepage": "https://github.com/Simply-Stream/react-components#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@twurple/api": "^6.2.1",
"@types/react": "^18.2.21",
"@types/styled-components": "^5.1.27",
"rollup": "^3.29.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@twurple/api": "^6.2.1",
"@twurple/auth": "^6.2.1",
"encoding": "^0.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.11"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"tailwindcss": ">=3.3.3"
}
}