forked from 9oormthon-univ/2024_DANPOONG_TEAM_44_FE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
{
"name": "groom",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-navigation/bottom-tabs": "^7.0.4",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.0.3",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"expo": "~52.0.7",
"expo-file-system": "~18.0.3",
"expo-font": "~13.0.1",
"expo-image-picker": "~16.0.2",
"expo-location": "~18.0.2",
"expo-status-bar": "~2.0.0",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-config": "^1.5.3",
"react-native-geolocation-service": "^5.3.1",
"react-native-dotenv": "^3.4.11",
"react-native-kakao-logins": "^1.4.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-webview": "^13.12.4",
"react-native-xml2js": "^1.0.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"prettier": "^3.3.3"
},
"private": true
}