-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"dependencies": {
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/blur": "^4.3.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"expo": "^48.0.7",
"expo-font": "~11.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-splash-screen": "^0.18.2",
"lottie-ios": "^4.2.0",
"lottie-react-native": "^5.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-easy-toast": "^2.3.0",
"react-native-gesture-handler": "^2.11.0",
"react-native-ios-kit": "^0.0.22",
"react-native-safe-area-context": "^4.5.3",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.7",
"styled-components": "^6.0.0-rc.3"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"version": "1.0.0",
"private": true,
"name": "hackathon"
}