1
1
{
2
2
"name" : " react-native" ,
3
- "private" : true ,
4
- "version" : " 1000.0.0" ,
3
+ "version" : " 0.71.0-rc.0" ,
5
4
"bin" : " ./cli.js" ,
6
5
"description" : " A framework for building native apps using React" ,
7
6
"license" : " MIT" ,
100
99
"test-ios" : " ./scripts/objc-test.sh test" ,
101
100
"test-typescript" : " dtslint types"
102
101
},
103
- "workspaces" : [
104
- " packages/*" ,
105
- " repo-config"
106
- ],
107
102
"peerDependencies" : {
108
103
"react" : " 18.2.0"
109
104
},
140
135
"stacktrace-parser" : " ^0.1.3" ,
141
136
"use-sync-external-store" : " ^1.0.0" ,
142
137
"whatwg-fetch" : " ^3.0.0" ,
143
- "ws" : " ^6.2.2"
138
+ "ws" : " ^6.2.2" ,
139
+ "react-native-codegen" : " ^0.71.2"
144
140
},
145
141
"devDependencies" : {
146
142
"flow-bin" : " ^0.191.0" ,
147
143
"hermes-eslint" : " 0.8.0" ,
148
144
"react" : " 18.2.0" ,
149
- "react-test-renderer" : " ^18.2.0"
145
+ "react-test-renderer" : " 18.2.0" ,
146
+ "@babel/core" : " ^7.14.0" ,
147
+ "@babel/eslint-parser" : " ^7.18.2" ,
148
+ "@babel/generator" : " ^7.14.0" ,
149
+ "@babel/plugin-transform-regenerator" : " ^7.0.0" ,
150
+ "@definitelytyped/dtslint" : " ^0.0.127" ,
151
+ "@react-native-community/eslint-config" : " *" ,
152
+ "@react-native-community/eslint-plugin" : " *" ,
153
+ "@react-native/eslint-plugin-specs" : " ^0.71.1" ,
154
+ "@reactions/component" : " ^2.0.2" ,
155
+ "@types/react" : " ^18.0.18" ,
156
+ "@typescript-eslint/parser" : " ^5.30.5" ,
157
+ "async" : " ^3.2.2" ,
158
+ "clang-format" : " ^1.8.0" ,
159
+ "connect" : " ^3.6.5" ,
160
+ "coveralls" : " ^3.1.1" ,
161
+ "eslint" : " ^8.19.0" ,
162
+ "eslint-config-prettier" : " ^8.5.0" ,
163
+ "eslint-plugin-babel" : " ^5.3.1" ,
164
+ "eslint-plugin-eslint-comments" : " ^3.2.0" ,
165
+ "eslint-plugin-ft-flow" : " ^2.0.1" ,
166
+ "eslint-plugin-jest" : " ^26.5.3" ,
167
+ "eslint-plugin-jsx-a11y" : " ^6.6.0" ,
168
+ "eslint-plugin-lint" : " ^1.0.0" ,
169
+ "eslint-plugin-prettier" : " ^4.2.1" ,
170
+ "eslint-plugin-react" : " ^7.30.1" ,
171
+ "eslint-plugin-react-hooks" : " ^4.6.0" ,
172
+ "eslint-plugin-react-native" : " ^4.0.0" ,
173
+ "eslint-plugin-relay" : " ^1.8.3" ,
174
+ "inquirer" : " ^7.1.0" ,
175
+ "jest" : " ^29.2.1" ,
176
+ "jest-junit" : " ^10.0.0" ,
177
+ "jscodeshift" : " ^0.13.1" ,
178
+ "metro-babel-register" : " 0.73.3" ,
179
+ "metro-memory-fs" : " 0.73.3" ,
180
+ "mkdirp" : " ^0.5.1" ,
181
+ "prettier" : " ^2.4.1" ,
182
+ "shelljs" : " ^0.8.5" ,
183
+ "signedsource" : " ^1.0.0" ,
184
+ "typescript" : " 4.1.3" ,
185
+ "ws" : " ^6.2.2" ,
186
+ "yargs" : " ^17.5.1"
150
187
},
151
188
"codegenConfig" : {
152
189
"libraries" : [
166
203
}
167
204
]
168
205
}
169
- }
206
+ }
0 commit comments