Files
react-native/packages/helloworld/package.json
T
React Native Bot b35291cbb8 Release 0.80.0-rc.2
#publish-packages-to-npm&next
2025-05-19 18:06:14 +00:00

38 lines
981 B
JSON

{
"name": "helloworld",
"version": "0.80.0-rc.2",
"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.1.0",
"react-native": "0.80.0-rc.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "0.80.0-rc.2",
"@react-native/core-cli-utils": "0.80.0-rc.2",
"@react-native/eslint-config": "0.80.0-rc.2",
"@react-native/metro-config": "0.80.0-rc.2",
"chalk": "^4.1.2",
"commander": "^12.0.0",
"eslint": "^8.19.0",
"jest": "^29.7.0",
"listr2": "^8.2.1",
"react-test-renderer": "19.1.0",
"rxjs": "^7.8.1"
},
"engines": {
"node": ">=18"
}
}