mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6f482708b5
Summary: X-link: https://github.com/facebook/metro/pull/1598 Pull Request resolved: https://github.com/facebook/react-native/pull/54109 This change syncs React 19.2 into React native. bypass-github-export-checks ## Changelog [General][Changed] - Bump React version to 19.2 Reviewed By: cortinico Differential Revision: D84282848 fbshipit-source-id: 8bc57be1f39a913c284fb782883ce91fae6750fc
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "@react-native/virtualized-lists",
|
|
"version": "0.83.0-main",
|
|
"description": "Virtualized lists for React Native.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/virtualized-lists"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/virtualized-lists#readme",
|
|
"keywords": [
|
|
"lists",
|
|
"virtualized-lists",
|
|
"section-lists",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"engines": {
|
|
"node": ">= 20.19.4"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"react-native-strict-api": "./types_generated/index.d.ts",
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"./*": {
|
|
"types": null,
|
|
"default": "./*.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"Lists",
|
|
"README.md",
|
|
"types_generated",
|
|
"Utilities",
|
|
"!**/__docs__/**",
|
|
"!**/__fixtures__/**",
|
|
"!**/__mocks__/**",
|
|
"!**/__tests__/**"
|
|
],
|
|
"dependencies": {
|
|
"invariant": "^2.2.4",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"react-test-renderer": "19.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^19.2.0",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|