-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 973 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 973 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
33
34
35
36
{
"name": "cactus-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@op-engineering/op-sqlite": "^15.0.0",
"@powersync/attachments-storage-react-native": "^0.0.2",
"@powersync/common": "^1.47.0",
"@powersync/op-sqlite": "^0.9.1",
"@powersync/react": "^1.9.0",
"@powersync/react-native": "^1.30.2",
"@supabase/supabase-js": "^2.49.1",
"async-mutex": "^0.5.0",
"cactus-react-native": "^1.7.0",
"expo": "~55.0.4",
"expo-audio": "^55.0.8",
"expo-document-picker": "^55.0.8",
"expo-file-system": "^55.0.10",
"expo-status-bar": "~55.0.4",
"pako": "^2.1.0",
"react": "19.2.0",
"react-native": "0.83.2",
"tslib": "^2.8.1"
},
"private": true,
"devDependencies": {
"@types/react": "~19.2.14",
"typescript": "~5.9.3"
}
}