|
6 | 6 | "start": "react-native start" |
7 | 7 | }, |
8 | 8 | "dependencies": { |
| 9 | + "@callstack/brownie": "*", |
9 | 10 | "@callstack/react-native-brownfield": "*", |
| 11 | + "@react-navigation/native": "^7.0.15", |
| 12 | + "@react-navigation/native-stack": "^7.2.1", |
10 | 13 | "react": "19.1.1", |
11 | | - "react-native": "0.82.1" |
| 14 | + "react-native": "0.82.1", |
| 15 | + "react-native-safe-area-context": "^5.3.0", |
| 16 | + "react-native-screens": "^4.15.2" |
12 | 17 | }, |
13 | 18 | "devDependencies": { |
14 | 19 | "@babel/core": "^7.25.2", |
|
20 | 25 | "@react-native/babel-preset": "0.82.1", |
21 | 26 | "@react-native/metro-config": "0.82.1", |
22 | 27 | "@react-native/typescript-config": "0.82.1", |
23 | | - "@react-navigation/native": "^7.0.15", |
24 | | - "@react-navigation/native-stack": "^7.2.1", |
25 | | - "react-native-safe-area-context": "^5.3.0", |
26 | | - "react-native-screens": "^4.15.2" |
| 28 | + "@types/react": "^19.1.1", |
| 29 | + "babel-plugin-module-resolver": "^5.0.2", |
| 30 | + "react-native-monorepo-config": "^0.3.1" |
27 | 31 | }, |
28 | 32 | "engines": { |
29 | 33 | "node": ">=20" |
30 | 34 | }, |
31 | | - "brownfield": { |
| 35 | + "brownie": { |
32 | 36 | "stores": { |
33 | 37 | "schema": "./brownfield-store.schema.ts", |
34 | 38 | "typeName": "BrownfieldStore", |
|
0 commit comments