-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "n",
"version": "1.0.0",
"dependencies": {
"@apollo/client": "^3.10.4",
"@nhost/react": "^3.5.1",
"@nhost/react-apollo": "^12.0.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"axios": "^1.7.2",
"expo": "^51.0.8",
"expo-av": "~14.0.5",
"expo-device": "^6.0.2",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"graphql": "^16.8.1",
"graphql-ws": "^5.16.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "npm:react-native-tvos@^0.74.1-0",
"react-native-device-info": "^11.1.0",
"react-native-safe-area-context": "4.10.1",
"react-native-view-shot": "^3.8.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@react-native-tvos/config-tv": "^0.0.9",
"@types/react": "~18.2.45",
"typescript": "~5.3.3"
},
"expo": {
"install": {
"exclude": [
"react-native"
]
}
},
"private": true,
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
}
}