/
githubmirror
/
styled-components
Обзор
Документация
Войти
/
githubmirror
/
styled-components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/ios-benchmark/package.json
32 строки
957 B
Evan Jacobs
build(native-showcase): unbreak the dev app on iOS and Android
08 авг 2026, 01:36
08 авг 2026, 01:36
37de29a
Код
Авторство
О чём код?
{ "name": "ios-benchmark", "private": true, "scripts": { "ios": "react-native run-ios --simulator='iPhone 17'", "start": "react-native start --port 8083", "pods": "cd ios && bundle install && bundle exec pod install" }, "dependencies": { "react": "19.2.3", "react-native": "0.85.3", "react-native-safe-area-context": "^5.5.2", "styled-components": "workspace:*", "styled-components-v6": "npm:styled-components@6.4.1" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/cli": "20.1.0", "@react-native-community/cli-platform-ios": "20.1.0", "@react-native/babel-preset": "0.85.2", "@react-native/metro-config": "0.85.3", "@react-native/typescript-config": "0.85.2", "@types/react": "^19.2.0", "typescript": "^5.8.3", "xcode": "3.0.1" }, "engines": { "node": ">= 22.11.0" } }