mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
148066e8f9
Summary: Bumps the CLI to the next version ## Changelog: [General][Changed] - Bump cli dependencies to 15.0.0-alpha.2 Pull Request resolved: https://github.com/facebook/react-native/pull/46394 Test Plan: CI Reviewed By: huntie Differential Revision: D62375405 Pulled By: cipolleschi fbshipit-source-id: fec99216bc7ad6decfd83840091d807f603184da
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "@react-native/tester",
|
|
"version": "0.76.0-main",
|
|
"private": true,
|
|
"description": "React Native tester app.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/rn-tester"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"android": "react-native run-android --mode HermesDebug",
|
|
"install-android-jsc": "../../gradlew :packages:rn-tester:android:app:installJscDebug",
|
|
"install-android-hermes": "../../gradlew :packages:rn-tester:android:app:installHermesDebug",
|
|
"clean-android": "rm -rf android/app/build",
|
|
"setup-ios-jsc": "bundle install && USE_HERMES=0 bundle exec pod install",
|
|
"setup-ios-hermes": "bundle install && USE_HERMES=1 bundle exec pod install",
|
|
"clean-ios": "rm -rf build/generated/ios Pods Podfile.lock"
|
|
},
|
|
"dependencies": {
|
|
"@react-native/oss-library-example": "0.76.0-main",
|
|
"@react-native/popup-menu-android": "0.76.0-main",
|
|
"flow-enums-runtime": "^0.0.6",
|
|
"invariant": "^2.2.4",
|
|
"nullthrows": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "19.0.0-rc-fb9a90fa48-20240614",
|
|
"react-native": "*"
|
|
},
|
|
"codegenConfig": {
|
|
"name": "AppSpecs",
|
|
"type": "all",
|
|
"jsSrcsDir": ".",
|
|
"android": {
|
|
"javaPackageName": "com.facebook.fbreact.specs"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/cli": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
|
|
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2"
|
|
}
|
|
}
|