-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 905 Bytes
/
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
{
"name": "frontend",
"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": {
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@journeyapps/react-native-quick-sqlite": "^2.2.0",
"@powersync/attachments": "^2.2.0",
"@powersync/react": "^1.5.1",
"@powersync/react-native": "^1.16.1",
"@types/react": "^18.2.64",
"expo": "~50.0.8",
"expo-dev-client": "~3.3.9",
"expo-status-bar": "~1.11.1",
"react": "^18.2.0",
"react-native": "0.73.4",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-get-random-values": "1.8.0",
"typescript": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"prettier": "^3.4.2"
},
"private": true
}