-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 916 Bytes
/
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
{
"name": "yt-mre",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@types/react": "~18.2.79",
"base-64": "^1.0.0",
"event-target-polyfill": "^0.0.4",
"expo": "~51.0.20",
"expo-dev-client": "~4.0.20",
"expo-status-bar": "~1.12.1",
"jintr": "^2.0.0",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-mmkv": "^2.12.2",
"react-native-url-polyfill": "^2.0.0",
"text-encoding-polyfill": "^0.6.7",
"typescript": "~5.3.3",
"web-streams-polyfill": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@types/base-64": "^1.0.2"
},
"private": true
}