-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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": "film-arsiv",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint ."
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@react-navigation/bottom-tabs": "^6.0.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.0.6",
"@types/react": "~18.3.12",
"expo": "^52.0.0",
"expo-av": "~15.0.1",
"expo-checkbox": "~4.0.0",
"expo-linear-gradient": "~14.0.1",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "^3.16.1",
"react-native-reanimated-carousel": "^4.0.0-canary.22",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"typescript": "~5.3.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"tailwindcss": "^3.4.15"
},
"private": true
}