-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.44 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
51
52
53
54
55
56
57
58
59
60
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"expo": "^52.0.21",
"expo-constants": "^17.0.3",
"expo-font": "^13.0.2",
"expo-linking": "~7.0.3",
"expo-router": "^4.0.14",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.10",
"json5": "2.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.21.2",
"react-native-reanimated": "~3.16.6",
"react-native-safe-area-context": "5.0.0",
"react-native-screens": "~4.4.0",
"react-native-web": "~0.19.13",
"xml2js": "0.6.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9"
},
"resolutions": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"overrides": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"name": "jobs-react-native",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "Sanidhya Kr. Verma",
"description": "The Next Generation Job Finder App using React Native",
"keywords": [
"reactjs",
"react",
"react-native",
"job-web-app",
"modern-ui/ux",
"js",
"javascript",
"html",
"css"
]
}