-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.45 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.7",
"dotenv": "^16.4.5",
"expo": "^51.0.38",
"expo-constants": "^16.0.2",
"expo-font": "^12.0.10",
"expo-linking": "~6.3.1",
"expo-router": "^3.5.23",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.27",
"json5": "2.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.0",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.11.1",
"react-native-screens": "~3.35.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"
]
}