|
20 | 20 | "name": "Microsoft Open Source", |
21 | 21 | "email": "microsoftopensource@users.noreply.github.com" |
22 | 22 | }, |
| 23 | + "repository": { |
| 24 | + "type": "git", |
| 25 | + "url": "https://github.com/microsoft/react-native-test-app.git", |
| 26 | + "directory": "packages/app" |
| 27 | + }, |
| 28 | + "bin": { |
| 29 | + "init": "scripts/init.mjs", |
| 30 | + "init-test-app": "scripts/init.mjs", |
| 31 | + "configure-test-app": "scripts/configure.mjs", |
| 32 | + "install-windows-test-app": "windows/app.mjs" |
| 33 | + }, |
23 | 34 | "files": [ |
24 | 35 | "*.md", |
25 | 36 | "ReactTestApp-DevSupport.podspec", |
|
55 | 66 | "!.clang-format" |
56 | 67 | ], |
57 | 68 | "main": "scripts/configure-projects.js", |
58 | | - "bin": { |
59 | | - "init": "scripts/init.mjs", |
60 | | - "init-test-app": "scripts/init.mjs", |
61 | | - "configure-test-app": "scripts/configure.mjs", |
62 | | - "install-windows-test-app": "windows/app.mjs" |
63 | | - }, |
64 | | - "repository": { |
65 | | - "type": "git", |
66 | | - "url": "https://github.com/microsoft/react-native-test-app.git", |
67 | | - "directory": "packages/app" |
68 | | - }, |
69 | 69 | "scripts": { |
70 | 70 | "format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm')", |
71 | | - "format:js": "oxfmt $(git ls-files '*.[cm][jt]s' '*.[jt]s' '*.tsx' '*.yml' 'README.md' 'test/**/*.json')", |
72 | 71 | "format:swift": "swiftformat $(git ls-files '*.swift')", |
73 | 72 | "generate:code": "node scripts/internal/generate-manifest.mts", |
74 | 73 | "generate:docs": "node scripts/internal/generate-manifest-docs.mts", |
|
95 | 94 | "semver": "^7.3.5", |
96 | 95 | "uuid": "^11.0.0" |
97 | 96 | }, |
98 | | - "peerDependencies": { |
99 | | - "@callstack/react-native-visionos": "0.76 - 0.79", |
100 | | - "@expo/config-plugins": ">=5.0", |
101 | | - "react": "18.2 - 19.2", |
102 | | - "react-native": "0.76 - 0.84 || >=0.84.0-0 <0.85.0", |
103 | | - "react-native-macos": "^0.0.0-0 || 0.76 - 0.81", |
104 | | - "react-native-windows": "^0.0.0-0 || 0.76 - 0.81" |
105 | | - }, |
106 | | - "peerDependenciesMeta": { |
107 | | - "@callstack/react-native-visionos": { |
108 | | - "optional": true |
109 | | - }, |
110 | | - "@expo/config-plugins": { |
111 | | - "optional": true |
112 | | - }, |
113 | | - "react-native-macos": { |
114 | | - "optional": true |
115 | | - }, |
116 | | - "react-native-windows": { |
117 | | - "optional": true |
118 | | - } |
119 | | - }, |
120 | 97 | "devDependencies": { |
121 | 98 | "@babel/core": "^7.25.2", |
122 | 99 | "@babel/preset-env": "^7.25.3", |
|
150 | 127 | "react-native-windows": "^0.81.0", |
151 | 128 | "suggestion-bot": "^4.0.0" |
152 | 129 | }, |
| 130 | + "peerDependencies": { |
| 131 | + "@callstack/react-native-visionos": "0.76 - 0.79", |
| 132 | + "@expo/config-plugins": ">=5.0", |
| 133 | + "react": "18.2 - 19.2", |
| 134 | + "react-native": "0.76 - 0.84 || >=0.84.0-0 <0.85.0", |
| 135 | + "react-native-macos": "^0.0.0-0 || 0.76 - 0.81", |
| 136 | + "react-native-windows": "^0.0.0-0 || 0.76 - 0.81" |
| 137 | + }, |
| 138 | + "peerDependenciesMeta": { |
| 139 | + "@callstack/react-native-visionos": { |
| 140 | + "optional": true |
| 141 | + }, |
| 142 | + "@expo/config-plugins": { |
| 143 | + "optional": true |
| 144 | + }, |
| 145 | + "react-native-macos": { |
| 146 | + "optional": true |
| 147 | + }, |
| 148 | + "react-native-windows": { |
| 149 | + "optional": true |
| 150 | + } |
| 151 | + }, |
153 | 152 | "engines": { |
154 | 153 | "node": ">=18.12" |
155 | 154 | }, |
|
0 commit comments