-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
49
50
51
{
"name": "myfirstapp",
"license": "0BSD",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web"
},
"dependencies": {
"@expo-google-fonts/arimo": "^0.2.3",
"@expo/metro-runtime": "~6.1.2",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-seoul/kakao-login": "^5.4.2",
"@react-navigation/bottom-tabs": "^7.4.7",
"@react-navigation/native": "^7.1.17",
"@stomp/stompjs": "^7.2.1",
"expo": "~54.0.24",
"expo-auth-session": "~7.0.9",
"expo-constants": "^18.0.10",
"expo-file-system": "^19.0.18",
"expo-image-picker": "^17.0.8",
"expo-linear-gradient": "^15.0.7",
"expo-notifications": "^0.32.13",
"expo-status-bar": "~3.0.8",
"expo-web-browser": "~15.0.9",
"nativewind": "2.0.11",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.0",
"sockjs-client": "^1.6.1",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "^19.1.0",
"@types/react-native": "~0.73.0",
"metro-react-native-babel-transformer": "^0.77.0",
"prettier": "^3.6.2",
"react-native-svg-transformer": "^1.5.1",
"typescript": "^5.3.3"
},
"private": true
}