-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 940 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 940 Bytes
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
{
"name": "powersync-react-native-network-status",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "expo prebuild",
"seed": "dotenv -- tsx scripts/seed-customers.ts",
"delete-customers": "dotenv -- tsx scripts/delete-customers.ts"
},
"dependencies": {
"@op-engineering/op-sqlite": "^15.2.11",
"@powersync/op-sqlite": "^0.9.6",
"@powersync/react": "^1.10.0",
"@powersync/react-native": "^1.34.0",
"@supabase/supabase-js": "^2.103.1",
"expo": "~54.0.33",
"expo-build-properties": "^55.0.13",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "^2.0.0",
"react-native-safe-area-context": "^5.7.0"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}