-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "expo-tamagui",
"description": "Clone of Tamagui starters expo-router",
"main": "expo-router/entry",
"version": "0.1.0",
"private": true,
"scripts": {
"android": "expo run android",
"check": "expo install --fix",
"clean": "git clean -xdf",
"doctor": "bunx expo-doctor & bunx @tamagui/cli check",
"ios": "expo run ios",
"lint": "bunx @biomejs/biome check --write .",
"start": "expo start -c",
"test": "jest --watchAll",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@react-navigation/native": "^6.1.18",
"@tamagui/config": "latest",
"@tamagui/constants": "latest",
"@tamagui/lucide-icons": "latest",
"@tamagui/toast": "latest",
"@vercel/analytics": "^1.3.2",
"expo": "^51.0.38",
"expo-asset": "^10.0.10",
"expo-build-properties": "^0.12.5",
"expo-linking": "^6.3.1",
"expo-router": "^3.5.23",
"expo-status-bar": "^1.12.1",
"expo-system-ui": "^3.0.7",
"jotai": "^2.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-svg": "15.2.0",
"react-native-web": "^0.19.13",
"tamagui": "latest"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@expo/metro-config": "^0.18.11",
"@expo/metro-runtime": "^3.2.3",
"@tamagui/babel-plugin": "latest",
"@tamagui/metro-plugin": "latest",
"@types/react": "~18.2.79",
"babel-preset-expo": "^11.0.15",
"burnt": "^0.12.2",
"typescript": "~5.3.3"
},
"jest": {
"preset": "jest-expo"
}
}