-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "react-native-movie-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"dev": "expo start",
"build:android": "expo build:android",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "^1.4.0",
"expo": "~49.0.7",
"expo-linear-gradient": "~12.3.0",
"expo-status-bar": "~1.6.0",
"lodash": "^4.17.21",
"nativewind": "^2.0.11",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-heroicons": "^3.2.0",
"react-native-progress": "^5.0.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"prettier": "^3.0.1",
"react-native-dotenv": "^3.4.9",
"tailwindcss": "3.3.2"
}
}