-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.45 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.45 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "POCRePack",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"build:android": "cd android && ./gradlew assembleRelease",
"build:ios": "xcodebuild -workspace ios/POCRePack.xcworkspace -scheme POCRePack -configuration POCRePack.Release -sdk iphonesimulator",
"build:bundle:android": "react-native bundle --platform android --entry-file index.js --dev false",
"build:bundle:ios": "react-native bundle --platform ios --entry-file index.js --dev false",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"sync:assets": "react-native-asset",
"test": "jest"
},
"resolutions": {
"react-native-gesture-handler": "2.22.0",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "5.1.0",
"react-native-pager-view": "6.7.0"
},
"dependencies": {
"@digitaltitransversal/tr_superapp_theme": "file:./spin-packages/tr_superapp_theme-v1.tgz",
"@fintechdigitalventure/spin-mobile-illustrations": "file:./spin-packages/spin-mobile-illustrations-v1.tgz",
"@fluentui/react-context-selector": "9.1.57",
"@module-federation/enhanced": "0.10.0",
"@module-federation/runtime": "0.10.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/drawer": "7.1.1",
"@react-navigation/native": "7.0.14",
"@react-navigation/native-stack": "7.2.0",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-screens": "4.5.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@callstack/repack": "5.0.0",
"@callstack/repack-plugin-reanimated": "5.0.0",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@rnx-kit/align-deps": "^3.0.3",
"@rspack/core": "1.2.7",
"@swc/helpers": "0.5.15",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-syntax-hermes-parser": "0.26.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-asset": "2.1.1",
"react-test-renderer": "18.3.1",
"reactotron-react-native": "^5.1.12",
"terser-webpack-plugin": "5.3.14",
"typescript": "5.0.4"
},
"engines": {
"node": "20"
},
"packageManager": "yarn@3.8.7"
}