mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8972d0998f
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46539 Resubmission of D62583665, addressing internal CI errors from dep relocation. Changelog: [Internal] Reviewed By: robhogan Differential Revision: D62867287 fbshipit-source-id: d28d35e2c0a82d7d2bfdaa26c4f9fe8c3a5ef41a
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "helloworld",
|
|
"version": "0.77.0-main",
|
|
"private": true,
|
|
"scripts": {
|
|
"bootstrap": "node ./cli.js bootstrap",
|
|
"build": "node ./cli.js build",
|
|
"bundle": "node ./cli.js bundle ",
|
|
"install-and-run": "node ./cli.js install-and-run",
|
|
"launch": "node ./scripts/metro.js",
|
|
"lint": "eslint .",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "19.0.0-rc-fb9a90fa48-20240614",
|
|
"react-native": "1000.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"@babel/runtime": "^7.25.0",
|
|
"@react-native/babel-preset": "0.77.0-main",
|
|
"@react-native/core-cli-utils": "0.77.0-main",
|
|
"@react-native/eslint-config": "0.77.0-main",
|
|
"@react-native/metro-config": "0.77.0-main",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^12.0.0",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"listr2": "^8.2.1",
|
|
"react-test-renderer": "19.0.0-rc-fb9a90fa48-20240614",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|