11{
22 "name" : " react-native" ,
3- "private" : true ,
4- "version" : " 1000.0.0" ,
3+ "version" : " 0.66.0-rc.0" ,
54 "bin" : " ./cli.js" ,
65 "description" : " A framework for building native apps using React" ,
76 "license" : " MIT" ,
8180 "test-ios-e2e" : " detox test -c ios.sim.release packages/rn-tester/e2e" ,
8281 "test-ios" : " ./scripts/objc-test.sh test"
8382 },
84- "workspaces" : [
85- " packages/!(eslint-config-react-native-community)" ,
86- " repo-config"
87- ],
8883 "peerDependencies" : {
8984 "react" : " 17.0.2"
9085 },
123118 },
124119 "devDependencies" : {
125120 "flow-bin" : " ^0.158.0" ,
126- "react" : " 17.0.2"
121+ "react" : " 17.0.2" ,
122+ "@babel/core" : " ^7.14.0" ,
123+ "@babel/generator" : " ^7.14.0" ,
124+ "@babel/template" : " ^7.0.0" ,
125+ "@babel/types" : " ^7.0.0" ,
126+ "@react-native-community/eslint-plugin" : " *" ,
127+ "@reactions/component" : " ^2.0.2" ,
128+ "async" : " ^2.4.0" ,
129+ "babel-eslint" : " ^10.1.0" ,
130+ "babel-preset-fbjs" : " ^3.4.0" ,
131+ "clang-format" : " ^1.2.4" ,
132+ "connect" : " ^3.6.5" ,
133+ "coveralls" : " ^3.0.2" ,
134+ "detox" : " 16.7.2" ,
135+ "eslint" : " 7.12.0" ,
136+ "eslint-config-fb-strict" : " ^24.9.0" ,
137+ "eslint-config-fbjs" : " 2.1.0" ,
138+ "eslint-config-prettier" : " ^6.0.0" ,
139+ "eslint-plugin-babel" : " ^5.3.0" ,
140+ "eslint-plugin-eslint-comments" : " ^3.1.1" ,
141+ "eslint-plugin-flowtype" : " 2.50.3" ,
142+ "eslint-plugin-jest" : " 22.4.1" ,
143+ "eslint-plugin-jsx-a11y" : " 6.2.1" ,
144+ "eslint-plugin-prettier" : " 2.6.2" ,
145+ "eslint-plugin-react" : " 7.21.5" ,
146+ "eslint-plugin-react-hooks" : " ^4.2.0" ,
147+ "eslint-plugin-react-native" : " 3.10.0" ,
148+ "eslint-plugin-relay" : " 1.8.1" ,
149+ "jest" : " ^26.6.3" ,
150+ "jest-junit" : " ^10.0.0" ,
151+ "jscodeshift" : " ^0.11.0" ,
152+ "metro-transform-plugins" : " ^0.66.0" ,
153+ "mkdirp" : " ^0.5.1" ,
154+ "prettier" : " 1.19.1" ,
155+ "react-shallow-renderer" : " 16.14.1" ,
156+ "react-test-renderer" : " 17.0.2" ,
157+ "shelljs" : " ^0.7.8" ,
158+ "signedsource" : " ^1.0.0" ,
159+ "ws" : " ^6.1.4" ,
160+ "yargs" : " ^15.3.1"
127161 },
128162 "detox" : {
129163 "test-runner" : " jest" ,
162196 }
163197 }
164198 }
165- }
199+ }
0 commit comments