generated from mateitudose/tamagui-expo-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 2.05 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
{
"name": "payfren",
"private": true,
"dependencies": {
"@react-native-community/netinfo": "9.3.7",
"@supabase/supabase-js": "^2.21.0",
"@tamagui/animations-react-native": "^1.17.0",
"@tamagui/config": "^1.17.0",
"@tamagui/font-inter": "^1.17.0",
"@tamagui/lucide-icons": "^1.17.0",
"@tamagui/shorthands": "^1.17.0",
"@tamagui/theme-base": "^1.17.0",
"@tamagui/themes": "^1.17.0",
"@tamagui/toast": "^1.23.0",
"@tanstack/react-query": "^4.29.5",
"base64-arraybuffer": "^1.0.2",
"burnt": "^0.10.0",
"expo": "~48.0.11",
"expo-barcode-scanner": "~12.3.2",
"expo-camera": "~13.2.1",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-font": "^11.1.1",
"expo-image-picker": "~14.1.1",
"expo-linking": "~4.0.1",
"expo-navigation-bar": "~2.1.1",
"expo-router": "^1.5.3",
"expo-secure-store": "~12.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.71.8",
"react-native-custom-qr-codes-expo": "^2.2.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "~0.18.10",
"tamagui": "^1.17.0",
"zustand": "^4.3.7"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@tamagui/babel-plugin": "^1.16.5",
"@types/react": "~18.0.31",
"@types/react-native": "~0.71.5",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"react-native-dotenv": "^3.4.8",
"sharp-cli": "^4.1.1",
"supabase": "^1.50.10",
"typescript": "^4.9.4"
},
"scripts": {
"start:development": "NODE_ENV=development expo start",
"start:production": "NODE_ENV=production expo start --no-dev --minify",
"build:android": "eas build --platform android --profile production --local",
"push:secrets": "supabase secrets set --env-file ./supabase/.env"
},
"version": "1.0.0"
}