-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.83 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
{
"name": "expo-router",
"main": "expo-router/entry",
"version": "1.0.0",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"check:tamagui": "tamagui check",
"start": "expo start -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-navigation/native": "^6.1.17",
"@tamagui/config": "^1.116.15",
"@tamagui/linear-gradient": "^1.116.15",
"@tamagui/lucide-icons": "^1.116.15",
"@tamagui/toast": "^1.116.15",
"babel-preset-expo": "~12.0.0",
"burnt": "^0.12.2",
"expo": "^52.0.21",
"expo-build-properties": "~0.13.1",
"expo-font": "~13.0.1",
"expo-linear-gradient": "^14.0.1",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.6",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.3",
"expo-web-browser": "~14.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-device-info": "^14.0.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"tamagui": "^1.116.15",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@expo/metro-config": "~0.19.0",
"@expo/metro-runtime": "~4.0.0",
"@tamagui/babel-plugin": "^1.116.15",
"@tamagui/cli": "^1.116.15",
"@tamagui/metro-plugin": "^1.116.15",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"typescript": "^5.5.2"
}
}