/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
private/helloworld/package.json
38 строк
1 KB
Riccardo Cipolleschi
Sync React 19.2 into React Native (#54109)
10 окт 2025, 21:44
10 окт 2025, 21:44
6f48270
Код
Авторство
О чём код?
{ "name": "helloworld", "version": "0.0.0", "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.2.0", "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.83.0-main", "@react-native/core-cli-utils": "0.83.0-main", "@react-native/eslint-config": "0.83.0-main", "@react-native/metro-config": "0.83.0-main", "@react-native/typescript-config": "0.83.0-main", "@types/jest": "^29.5.14", "commander": "^12.0.0", "eslint": "^8.19.0", "jest": "^29.7.0", "listr2": "^8.2.1", "react-test-renderer": "19.2.0", "rxjs": "^7.8.1" }, "engines": { "node": ">= 20.19.4" } }