-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.52 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.52 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
{
"name": "shopping-list-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",
"db:up": "docker compose up -d",
"db:down": "docker compose down"
},
"dependencies": {
"@electric-sql/client": "^1.5.15",
"@expo/metro-runtime": "~5.0.5",
"@op-engineering/op-sqlite": "^15.2.11",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.5.2",
"@tanstack/db": "^0.6.5",
"@tanstack/electric-db-collection": "^0.3.3",
"@tanstack/offline-transactions": "^1.0.30",
"@tanstack/react-db": "^0.1.83",
"@tanstack/react-native-db-sqlite-persistence": "^0.1.9",
"@tanstack/react-query": "^5.99.2",
"expo": "~53.0.27",
"expo-constants": "~17.1.8",
"expo-linking": "~7.1.7",
"expo-router": "~5.1.11",
"expo-status-bar": "~2.2.3",
"metro": "0.84.3",
"metro-cache": "0.84.3",
"react": "19.2.5",
"react-native": "0.85.2",
"react-native-safe-area-context": "5.7.0",
"react-native-screens": "~4.24.0",
"use-latest-callback": "^0.3.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/react": "^19.2.14",
"cors": "^2.8.6",
"express": "^5.2.1",
"postgres": "^3.4.9",
"tsx": "^4.21.0",
"typescript": "^5.9.2"
}
}