-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.06 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
65
66
67
68
69
70
{
"name": "contrail",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"start": "npx expo start -c",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"test": "jest --watchAll",
"lint": "depcheck && tsc --noEmit && biome lint",
"format": "biome format --write ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/native": "^6.1.18",
"@shopify/flash-list": "1.7.1",
"@tamagui/config": "^1.109.1",
"@tamagui/font-inter": "^1.109.1",
"@tamagui/lucide-icons": "^1.109.1",
"@tamagui/toast": "^1.109.1",
"babel-preset-expo": "^11.0.14",
"burnt": "^0.12.2",
"expo": "~51.0.31",
"expo-dev-client": "^4.0.25",
"expo-font": "~12.0.9",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-status-bar": "^1.12.1",
"expo-system-ui": "^3.0.7",
"nanoid": "^5.0.7",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-native": "0.75.2",
"react-native-chart-kit": "^6.12.0",
"react-native-get-random-values": "^1.11.0",
"react-native-reanimated": "~3.15.0",
"react-native-safe-area-context": "~4.10.9",
"react-native-screens": "~3.34.0",
"react-native-svg": "^15.6.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.109.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@biomejs/biome": "1.8.3",
"@tamagui/babel-plugin": "^1.109.1",
"@tamagui/metro-plugin": "^1.109.1",
"@types/node": "^22.5.0",
"@types/react": "~18.3.4",
"@types/react-native": "^0.73.0",
"depcheck": "^1.4.7",
"typescript": "^5.5.4"
},
"private": true,
"packageManager": "yarn@4.0.2",
"trustedDependencies": [
"@biomejs/biome",
"@swc/core",
"core-js",
"esbuild"
]
}