-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.09 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.09 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
{
"name": "react-native-supabase-todolist",
"version": "1.3.8",
"main": "./index.js",
"scripts": {
"android": "expo run:android",
"test:build": "expo prebuild",
"ios": "expo run:ios",
"clean": "watchman watch-del-all && rm -rf .expo"
},
"dependencies": {
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@dr.pogodin/react-native-fs": "2.37.0",
"@expo/vector-icons": "^15.1.1",
"@journeyapps/react-native-quick-sqlite": "^2.5.2",
"@powersync/attachments-storage-react-native": "^0.0.2",
"@powersync/common": "^1.52.0",
"@powersync/react": "^1.10.0",
"@powersync/react-native": "^1.34.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@rneui/base": "4.0.0-rc.8",
"@rneui/themed": "4.0.0-rc.8",
"@supabase/supabase-js": "^2.97.0",
"base64-arraybuffer": "^1.0.2",
"expo": "~54.0.33",
"expo-build-properties": "~1.0.10",
"expo-camera": "~17.0.10",
"expo-constants": "~18.0.13",
"expo-crypto": "~15.0.8",
"expo-file-system": "~19.0.21",
"expo-font": "~14.0.11",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"lodash": "^4.17.21",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-encrypted-storage": "^4.0.3",
"react-native-gesture-handler": "~2.28.0",
"react-native-prompt-android": "^1.1.0",
"react-native-reanimated": "~4.1.6",
"react-native-reanimated-table": "^0.0.2",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "~4.16.0",
"react-native-worklets": "0.5.1",
"react-navigation-stack": "^2.10.4"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-transform-async-generator-functions": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@types/lodash": "^4.14.202",
"@types/react": "~19.1.17",
"babel-preset-expo": "~54.0.10",
"prettier": "^3.2.5",
"typescript": "~5.9.3"
},
"private": true
}