-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.62 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.62 KB
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
71
{
"name": "react-native-supabase-group-chat",
"version": "1.1.13",
"main": "expo-router/entry",
"scripts": {
"clear": "find ./ -type d -and \\( -name node_modules -or -name build -or -name dist \\) -exec rm -rf '{}' +",
"ncu": "pnpx npm-check-updates",
"dev": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web --clear",
"doc": "pnpx expo-doctor@latest",
"prebuild": "expo prebuild --platform ios --clean --no-install",
"build:simulator": "pnpx eas-cli build --profile simulator --platform ios --local",
"build:development": "pnpx eas-cli build --profile development --platform ios --local",
"build:production": "pnpx eas-cli build --profile production --platform ios --local",
"update:production": "pnpx eas-cli update --non-interactive -p ios --branch=production --auto",
"types": "supabase gen types typescript --local > src/lib/database.types.ts",
"lint": "eslint src"
},
"dependencies": {
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@faker-js/faker": "8.3.1",
"@journeyapps/react-native-quick-sqlite": "^2.1.1",
"@powersync/common": "workspace:*",
"@powersync/react": "workspace:*",
"@powersync/react-native": "workspace:*",
"@react-native-async-storage/async-storage": "1.23.1",
"@shopify/flash-list": "1.6.4",
"@supabase/supabase-js": "2.39.0",
"@tamagui/animations-react-native": "1.79.6",
"@tamagui/babel-plugin": "1.79.6",
"@tamagui/config": "1.79.6",
"@tamagui/font-inter": "1.79.6",
"@tamagui/lucide-icons": "1.79.6",
"@tamagui/theme-base": "1.79.6",
"date-fns": "^2.30.0",
"expo": "~51.0.10",
"expo-build-properties": "~0.12.1",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.15",
"expo-linking": "~6.3.1",
"expo-router": "^3.5.15",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"metro": "~0.80.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.2",
"react-native-pager-view": "6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "0.19.12",
"tamagui": "1.79.6"
},
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/plugin-transform-async-generator-functions": "^7.23.4",
"@types/react": "^18.2.42",
"eas-cli": "^7.2.0",
"eslint": "8.55.0",
"eslint-config-universe": "12.0.0",
"prettier": "^3.1.0",
"typescript": "5.3.3"
},
"license": "UNLICENSED",
"private": true
}