-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.17 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
61
62
63
64
{
"name": "bloossom",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^19.0.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "^7.2.0",
"@react-native-firebase/app": "^21.6.1",
"@react-native-firebase/messaging": "^21.6.1",
"@react-native-seoul/kakao-login": "^5.4.1",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"axios": "^1.7.7",
"expo": "~49.0.15",
"expo-device": "~5.4.0",
"expo-image-picker": "~14.3.2",
"expo-location": "~16.1.0",
"expo-notifications": "~0.20.1",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native-calendars": "^1.1307.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "~1.9.0",
"react-native-gifted-chat": "^2.6.4",
"react-native-image-picker": "^7.1.2",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@types/react": "~18.2.14",
"@types/react-native": "^0.73.0",
"metro-react-native-babel-transformer": "^0.77.0",
"typescript": "^5.7.2"
},
"private": true,
"resolutions": {
"@babel/core": "^7.20.0",
"babel-preset-expo": "^10.0.0"
}
}