-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.55 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
45
46
47
48
49
50
{
"name": "react_native_jobs",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@aws-amplify/api": "^6.0.54",
"@aws-amplify/react-native": "^1.1.6",
"@aws-amplify/ui-react-native": "^2.2.16",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-picker/picker": "^2.8.1",
"@react-navigation/native": "^6.1.18",
"aws-amplify": "^6.6.6",
"axios": "^1.7.7",
"expo": "~51.0.38",
"expo-constants": "~16.0.1",
"expo-font": "^12.0.10",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.9",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-appwrite": "^0.5.0",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "^1.11.0",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.11.1",
"react-native-screens": "3.31.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "^3.3.2"
},
"private": true
}