-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 912 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 912 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
{
"name": "cloudbase-rn-demo",
"version": "0.0.1",
"private": true,
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint ."
},
"dependencies": {
"@cloudbase/adapter-interface": "^0.7.1",
"@cloudbase/adapter-rn": "^1.0.0",
"@cloudbase/js-sdk": "^2.24.9",
"expo": "~52.0.0",
"expo-asset": "~11.0.5",
"expo-constants": "~17.0.8",
"expo-document-picker": "~13.0.3",
"expo-file-system": "~18.0.12",
"expo-font": "~13.0.4",
"expo-secure-store": "~14.0.1",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-mmkv": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@react-native-community/cli": "^20.1.0",
"@types/react": "~18.3.0",
"typescript": "~5.3.0"
}
}