Files
react-native/packages/helloworld/package.json
React Native Bot 5106933c75 Release 0.76.0-rc.4
#publish-packages-to-npm&next
2024-10-08 22:20:58 +00:00

39 lines
1010 B
JSON

{
"name": "helloworld",
"version": "0.76.0-rc.4",
"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": "18.3.1",
"react-native": "0.76.0-rc.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "0.76.0-rc.4",
"@react-native/core-cli-utils": "0.76.0-rc.4",
"@react-native/eslint-config": "0.76.0-rc.4",
"@react-native/metro-config": "0.76.0-rc.4",
"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": "18.3.1",
"rxjs": "^7.8.1"
},
"engines": {
"node": ">=18"
}
}