/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.77.3
packages/helloworld/package.json
37 строк
951 B
React Native Bot
Release 0.77.3
21 июл 2025, 17:59
21 июл 2025, 17:59
0d3a7ca
Код
Авторство
О чём код?
{ "name": "helloworld", "version": "0.77.3", "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.77.3" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native/babel-preset": "0.77.3", "@react-native/core-cli-utils": "0.77.3", "@react-native/eslint-config": "0.77.3", "@react-native/metro-config": "0.77.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" } }