-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
184 lines (184 loc) · 7.05 KB
/
package.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"name": "aiagent",
"version": "1.0.1",
"private": true,
"main": ".electron/index.js",
"scripts": {
"android": "react-native run-android",
"android:build": "npm run android:build:unix",
"android:build:unix": "cross-env TARGET=android gulp androidUnix",
"android:build:windows": "cross-env TARGET=android gulp androidWin",
"ios": "cd ios && ls | grep .xcworkspace | xargs open",
"ios:build": "cd ios && ls | grep .xcworkspace | xargs open",
"start": "react-native start",
"web": "cross-env TARGET=web NODE_ENV=development webpack-dev-server --hot --open --config webpack.web.config.js",
"ts": "cross-env TARGET=web NODE_ENV=production webpack --config webpack.ts.config.js",
"web:build": "cross-env TARGET=web NODE_ENV=production webpack --config webpack.web.config.js",
"web-sdk": "cross-env TARGET=wsdk NODE_ENV=development gulp webSdk",
"web-sdk:build": "cross-env TARGET=wsdk NODE_ENV=production gulp webSdk",
"react-sdk": "cross-env TARGET=rsdk NODE_ENV=development gulp reactSdk",
"react-sdk:build": "cross-env TARGET=rsdk NODE_ENV=production gulp reactSdk",
"react-sdk:esbuild": "cross-env TARGET=rsdk NODE_ENV=production gulp reactSdkEsbuild",
"electron:start": "cross-env NODE_ENV=development gulp electron_development",
"electron:build": "cross-env NODE_ENV=production gulp electron_build",
"windows": "cross-env TARGET=windows npm run electron:start",
"windows:build": "cross-env TARGET=windows npm run electron:build",
"mac": "cross-env TARGET=mac npm run electron:start",
"mac:build": "cross-env TARGET=mac npm run electron:build",
"linux": "cross-env TARGET=linux npm run electron:start",
"linux:build": "cross-env TARGET=linux npm run electron:build",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"icons:android": "react-native set-icon --path ./build/icon.png",
"icons:ios": "react-native set-icon --path ./build/icon.png",
"package:mac": "npm run mac:build && electron-builder --publish=always",
"release": "electron-builder --mac --windows --linux --publish always --config ./electron-builder.js ",
"make-rsdk-ts-defs": "cross-env TARGET=rsdk NODE_ENV=production gulp makeRsdkTsDefs",
"make-wsdk-ts-defs": "cross-env TARGET=wsdk NODE_ENV=production gulp makeWsdkTsDefs"
},
"publish": [
{
"provider": "github",
"owner": "AgoraIO-Community",
"repo": "app-builder-core"
}
],
"repository": {
"type": "git",
"url": "https://github.com/AgoraIO-Community/app-builder-core"
},
"dependencies": {
"@apollo/client": "3.8.1",
"@datadog/browser-logs": "^5.15.0",
"@datadog/mobile-react-native": "^2.3.2",
"@gorhom/bottom-sheet": "4.4.7",
"@netless/react-native-whiteboard": "^0.0.14",
"@openspacelabs/react-native-zoomable-view": "^2.1.1",
"@react-native-async-storage/async-storage": "1.19.2",
"@react-native-community/checkbox": "0.5.16",
"@react-native-community/clipboard": "1.5.1",
"@supersami/rn-foreground-service": "^1.1.1",
"add": "^2.0.6",
"agora-chat": "^1.2.1",
"agora-extension-ai-denoiser": "1.1.0",
"agora-extension-beauty-effect": "^1.0.2-beta",
"agora-extension-virtual-background": "^1.1.3",
"agora-react-native-rtm": "1.5.1",
"agora-rtc-sdk-ng": "4.20.1-1",
"agora-rtm-sdk": "1.5.1",
"buffer": "^6.0.3",
"electron-log": "4.3.5",
"electron-squirrel-startup": "1.0.0",
"electron-updater": "4.3.9",
"emoji-mart-native": "^0.6.5-beta",
"emoji-picker-react": "^4.7.1",
"exponential-backoff": "3.1.0",
"fetch-retry": "^5.0.6",
"graphql": "15.5.0",
"hark": "^1.2.3",
"jwt-decode": "3.1.2",
"nanoevents": "7.0.1",
"nanoid": "4.0.0",
"nosleep.js": "0.12.0",
"npm": "^9.7.2",
"p-queue": "^7.3.4",
"protobufjs": "^7.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.0.0",
"react-native": "0.72.4",
"react-native-agora": "4.3.2",
"react-native-agora-chat": "1.2.1",
"react-native-document-picker": "^9.1.0",
"react-native-exit-app": "1.1.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.8.0",
"react-native-get-random-values": "^1.11.0",
"react-native-hyperlink": "0.0.19",
"react-native-inappbrowser-reborn": "3.5.1",
"react-native-keep-awake": "4.0.0",
"react-native-keyboard-manager": "6.5.4-1",
"react-native-reanimated": "3.4.2",
"react-native-responsive-fontsize": "0.5.1",
"react-native-share": "10.0.2",
"react-native-svg": "13.6.0",
"react-native-vector-icons": "9.2.0",
"react-native-walkthrough-tooltip": "1.4.0",
"react-native-web": "0.19.7",
"react-native-webview": "13.8.1",
"react-router-dom": "5.2.0",
"react-router-native": "5.2.0",
"react-spring-bottom-sheet": "3.4.1",
"react-tooltip": "4.5.1",
"rn-fetch-blob": "0.12.0",
"white-web-sdk": "2.16.42"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.16.0",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@babel/runtime": "^7.20.0",
"@bam.tech/react-native-make": "3.0.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
"@react-native-community/eslint-config": "1.1.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@tsconfig/react-native": "^3.0.0",
"@types/hark": "^1.2.2",
"@types/jest": "25.2.3",
"@types/react": "17.0.2",
"@types/react-is": "17.0.3",
"@types/react-native": "0.67.6",
"@types/react-native-keep-awake": "2.0.2",
"@types/react-router-dom": "5.1.7",
"@types/react-router-native": "5.1.0",
"@types/react-test-renderer": "18.0.0",
"@types/webpack-dev-server": "3.11.4",
"@types/webpack-env": "^1.16.4",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"babel-jest": "^29.2.1",
"babel-loader": "8.2.4",
"babel-plugin-module-resolver": "4.1.0",
"babel-plugin-transform-define": "2.0.1",
"cross-env": "7.0.3",
"css-loader": "6.7.2",
"del": "5.1.0",
"electron": "16.0.1",
"electron-builder": "23.6.0",
"electron-notarize": "1.0.0",
"eslint": "^8.19.0",
"file-loader": "6.2.0",
"gulp": "4.0.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-replace": "^1.1.3",
"html-webpack-plugin": "4.5.2",
"ignore-loader": "^0.1.2",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
"prettier": "^2.4.1",
"react-devtools-electron": "4.7.0",
"react-native-url-polyfill": "^2.0.0",
"react-refresh": "0.12.0",
"react-test-renderer": "18.2.0",
"style-loader": "3.3.1",
"ts-loader": "^8.3.0",
"typescript": "4.8.4",
"webpack": "5.72.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "4.8.1",
"webpack-merge": "5.8.0",
"webpack-node-externals": "3.0.0",
"yargs": "15.4.1"
},
"engines": {
"node": ">=18"
},
"workspaces": [
"customization"
]
}