-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.11 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.11 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
{
"name": "@contentpass/examples-sourcepoint-expo",
"version": "0.0.1",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@contentpass/examples-sourcepoint-shared": "workspace:*",
"@sourcepoint/react-native-cmp": "^1.0.13",
"expo": "~54.0.33",
"expo-status-bar": "~3.0.9",
"react": "19.2.4",
"react-native": "0.81.5",
"react-native-app-auth": "^8.1.0",
"react-native-encrypted-storage": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/runtime": "^7.28.6",
"@react-native-community/cli": "19.1.2",
"@react-native-community/cli-platform-android": "19.1.2",
"@react-native-community/cli-platform-ios": "19.1.2",
"@react-native/babel-preset": "0.81.5",
"@react-native/metro-config": "0.81.5",
"@react-native/typescript-config": "0.81.5",
"babel-preset-expo": "^54.0.10",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"react-native-builder-bob": "^0.40.17"
},
"private": true
}