-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "movieapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@bacons/apple-colors": "^0.0.8",
"@expo/vector-icons": "^14.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@tanstack/react-query": "^5.66.0",
"expo": "~52.0.33",
"expo-linear-gradient": "~14.0.2",
"expo-status-bar": "~2.0.1",
"install": "^0.13.0",
"lottie-react-native": "7.1.0",
"npm": "^11.1.0",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-circular-progress": "^1.4.1",
"react-native-pager-view": "6.5.1",
"react-native-safe-area-context": "^5.2.0",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-tab-view": "^4.0.5",
"zustand": "^5.0.3",
"expo-symbols": "~0.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.3.12",
"typescript": "^5.3.3"
},
"private": true
}