-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "demo-screen-capture",
"version": "1.0.0",
"scripts": {
"copy-files": "copyfiles -f plugin/src/static/* plugin/build/static",
"build:plugin": "yarn run copy-files && EXPO_NONINTERACTIVE=1 expo-module build plugin",
"clean:plugin": "expo-module clean plugin",
"postinstall": "yarn run build:plugin",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/react-native-webrtc": "^5.0.0",
"@notifee/react-native": "^7.0.0",
"expo": "~47.0.0",
"expo-build-properties": "~0.5.0",
"expo-status-bar": "~1.4.2",
"nativewind": "^2.0.11",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-is-screen-captured-ios": "^0.1.0",
"react-native-web": "~0.18.7",
"react-native-webrtc": "^106.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"copyfiles": "^2.4.1",
"expo-module-scripts": "^3.0.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.3"
},
"private": true
}