-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.38 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.38 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
{
"name": "offline-transactions-react-native",
"version": "1.0.2",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"ios": "expo run:ios",
"android": "expo run:android",
"reset-cache": "expo start --clear",
"server": "npx tsx server/index.ts"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.5",
"@op-engineering/op-sqlite": "^15.2.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/netinfo": "11.4.1",
"@tanstack/db": "^0.6.2",
"@tanstack/offline-transactions": "^1.0.27",
"@tanstack/query-db-collection": "^1.0.33",
"@tanstack/react-db": "^0.1.80",
"@tanstack/react-native-db-sqlite-persistence": "^0.1.6",
"@tanstack/react-query": "^5.90.20",
"expo": "~53.0.26",
"expo-constants": "~17.1.0",
"expo-linking": "~7.1.0",
"expo-router": "~5.1.11",
"expo-status-bar": "~2.2.0",
"metro": "0.82.5",
"react": "19.0.0",
"react-native": "0.79.6",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"use-latest-callback": "^0.3.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/react": "^19.2.13",
"cors": "^2.8.6",
"express": "^5.2.1",
"tsx": "^4.21.0",
"typescript": "^5.9.2"
}
}