mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44465 Allows us to `yarn build ios` the helloworld app. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D57067038 fbshipit-source-id: 3e2f3184a698fc5f39da9949c1ee17bd2b2ca7f5
37 lines
912 B
JSON
37 lines
912 B
JSON
{
|
|
"name": "helloworld",
|
|
"version": "0.75.0-main",
|
|
"private": true,
|
|
"scripts": {
|
|
"bootstrap": "node ./cli.js bootstrap",
|
|
"build": "node ./cli.js build",
|
|
"launch": "node ./scripts/metro.js",
|
|
"lint": "eslint .",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"react": "18.3.1",
|
|
"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.75.0-main",
|
|
"@react-native/core-cli-utils": "0.75.0-main",
|
|
"@react-native/eslint-config": "0.75.0-main",
|
|
"@react-native/metro-config": "0.75.0-main",
|
|
"babel-jest": "^29.6.3",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^12.0.0",
|
|
"eslint": "^8.19.0",
|
|
"jest": "^29.6.3",
|
|
"listr": "^0.14.3",
|
|
"react-test-renderer": "18.3.1",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|