mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ebf1a7b79b
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45015 Set package versions to `0.76.0-main` (`0.75-stable` branch was cut). Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D58687399 fbshipit-source-id: 27ed987e4557705845d57d64e7547cddbd982a03
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "helloworld",
|
|
"version": "0.76.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.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/babel-preset": "0.76.0-main",
|
|
"@react-native/core-cli-utils": "0.76.0-main",
|
|
"@react-native/eslint-config": "0.76.0-main",
|
|
"@react-native/metro-config": "0.76.0-main",
|
|
"babel-jest": "^29.6.3",
|
|
"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"
|
|
}
|
|
}
|