This repository was archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 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
{
"name": "agora-rn-uikit",
"version": "5.0.2",
"author": {
"name": "Ekaansh Arora",
"email": "ekaansh@agora.io"
},
"main": "./index.ts",
"contributors": [
{
"name": "Vineeth S",
"email": "vineeth@agora.io"
}
],
"license": "MIT",
"files": [
"Components.ts",
"Contexts.ts",
"index.ts",
"/src/**/*"
],
"description": "Agora react native UI KIT. Rapidly integrate video calling into your React Native application with built in UI Elements.",
"repository": {
"type": "git",
"url": "https://github.com/AgoraIO-Community/ReactNative-UIKit"
},
"bugs": {
"url": "https://github.com/AgoraIO-Community/ReactNative-UIKit/issues"
},
"peerDependencies": {
"agora-react-native-rtm": "^1.5.1",
"react": "*",
"react-native": ">=0.62.2",
"react-native-agora": "^4.1.0"
},
"scripts": {
"docs": "typedoc --entryPoints index.ts --entryPoints Components.ts --entryPoints Contexts.ts && cp 'UI Kit.png' './docs/UI Kit.png'"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.1.0",
"@tsconfig/react-native": "^2.0.2",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.6",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"typedoc": "^0.22.15",
"typedoc-plugin-missing-exports": "^0.22.6",
"typedoc-plugin-rename-defaults": "^0.6.4"
}
}