-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.31 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": "imdb-clone",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "react-native run-ios --simulator='iPhone 15 Pro Max'",
"web": "expo start --web"
},
"dependencies": {
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"expo": "~51.0.14",
"expo-app-loading": "^2.1.1",
"expo-asset": "~10.0.9",
"expo-blur": "~13.0.2",
"expo-font": "~12.0.7",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-swiper": "^1.6.0-rc.3",
"react-query": "^3.39.3",
"styled-components": "^6.1.11",
"expo-linear-gradient": "~13.0.2",
"expo-web-browser": "~13.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-test-renderer": "^18.3.0",
"typescript": "^5.5.2"
},
"private": true
}