-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 975 Bytes
/
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
{
"name": "yarko",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@expo/vector-icons": "^14.0.2",
"@types/react": "~18.2.79",
"expo": "~51.0.28",
"expo-router": "~3.5.23",
"expo-secure-store": "~13.0.2",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"nativewind": "^4.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.0",
"react-native": "0.74.5",
"react-native-reanimated": "^3.15.1",
"react-native-safe-area-context": "4.10.5",
"react-native-web": "~0.19.10",
"typescript": "~5.3.3",
"react-native-svg": "15.2.0",
"expo-checkbox": "~3.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "^3.4.10"
},
"private": true
}