mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8a18b53bcd
Summary: Changelog: [Internal] Publishing to check CI if bumping and aligning in the same commit will work, since these new versions are not available on npm yet, but maybe our new monorepo setup will resolve this **Adding back `react-native/virtualized-lists` as a workspace to `xplat/js` so that it won't be resolved from npm** #publish-packages-to-npm Pull Request resolved: https://github.com/facebook/react-native/pull/36556 Reviewed By: cipolleschi Differential Revision: D44255353 Pulled By: hoxyq fbshipit-source-id: 21372487d6e9c0b2382b7cd9af835beed46b8ce1
29 lines
711 B
JSON
29 lines
711 B
JSON
{
|
|
"name": "@react-native/gradle-plugin",
|
|
"version": "0.73.0",
|
|
"description": "⚛️ Gradle Plugin for React Native",
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/react-native-gradle-plugin"
|
|
},
|
|
"scripts": {
|
|
"build": "./gradlew build",
|
|
"clean": "./gradlew clean",
|
|
"test": "./gradlew check"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"settings.gradle.kts",
|
|
"build.gradle.kts",
|
|
"gradle",
|
|
"gradlew",
|
|
"gradlew.bat",
|
|
"src/main",
|
|
"README.md"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|