forked from pubkey/rxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.36 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.36 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
{
"name": "rxdb-example-react-native",
"version": "0.2.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"preinstall": "(cd ../../ && npx yarn pack ../../ --filename ./examples/react-native/rxdb-local.tgz)",
"start": "expo start",
"eject": "expo eject",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest",
"test:bundle": "rimraf -rf ./dist && rimraf -rf ./expo && EXPO_DEBUG=true expo export"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@expo/cli": "55.0.26",
"babel-preset-expo": "54.0.9",
"buffer": "6.0.3",
"cross-fetch": "4.1.0",
"expo": "54.0.31",
"expo-sqlite": "55.0.15",
"global": "4.4.0",
"jest": "29.7.0",
"jest-expo": "54.0.16",
"random-token": "0.0.8",
"react": "19.2.5",
"react-native": "0.84.1",
"react-native-gesture-handler": "2.31.1",
"react-native-get-random-values": "2.0.0",
"react-native-quick-base64": "2.2.2",
"react-test-renderer": "19.2.5",
"rimraf": "6.1.3",
"rxjs": "7.8.2",
"schedule": "0.5.0",
"stream": "0.0.3"
},
"//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead",
"dependencies": {
"expo-crypto": "55.0.14",
"expo-sqlite": "55.0.15",
"rxdb": "file:rxdb-local.tgz"
}
}