-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.42 KB
/
package.json
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
{
"name": "react-native-database-benchmarks",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@powersync/react-native-quick-sqlite": "^1.1.8",
"@op-engineering/op-sqlite": "^5.0.5",
"@types/chance": "^1.1.6",
"@types/react": "~18.2.45",
"base-64": "^1.0.0",
"chance": "^1.1.11",
"expo": "~51.0.17",
"expo-asset": "~10.0.10",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.19",
"expo-file-system": "~17.0.1",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.17",
"expo-sqlite": "~14.0.4",
"expo-status-bar": "~1.12.1",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-fetch-api": "^3.0.0",
"react-native-get-random-values": "~1.11.0",
"react-native-performance": "^5.1.0",
"react-native-polyfill-globals": "^3.1.0",
"react-native-progress": "^5.0.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-url-polyfill": "^2.0.0",
"text-encoding": "^0.7.0",
"typescript": "~5.3.3",
"web-streams-polyfill": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true,
"op-sqlite": {
"performanceMode": "2"
}
}