This repository was archived by the owner on Mar 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@simply-stream/react-components",
"version": "0.4.4",
"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"
}
}