-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.4 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.4 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
{
"name": "@contentpass/examples-sourcepoint",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
"build:ios": "react-native build-ios --scheme ContentpassSourcepointExample --mode Debug"
},
"dependencies": {
"@babel/runtime": "^7.28.6",
"@contentpass/examples-sourcepoint-shared": "workspace:*",
"@contentpass/react-native-contentpass": "workspace:*",
"@contentpass/react-native-contentpass-ui": "workspace:*",
"@sourcepoint/react-native-cmp": "^1.0.13",
"react": "19.2.4",
"react-native": "0.83.1",
"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",
"@react-native-community/cli": "^20.1.1",
"@react-native-community/cli-platform-android": "^20.1.1",
"@react-native-community/cli-platform-ios": "^20.1.1",
"@react-native/babel-preset": "0.83.1",
"@react-native/metro-config": "0.83.1",
"@react-native/typescript-config": "0.83.1",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"react-native-builder-bob": "^0.40.17"
},
"engines": {
"node": ">=18"
}
}