/
githubmirror
/
styled-components
Обзор
Документация
Войти
/
githubmirror
/
styled-components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/native-showcase/package.json
49 строк
1 KB
Evan Jacobs
build(native-showcase): unbreak the dev app on iOS and Android
08 авг 2026, 01:36
08 авг 2026, 01:36
37de29a
Код
Авторство
О чём код?
{ "name": "native-showcase", "private": true, "main": "expo-router/entry", "scripts": { "start": "expo start --port 8081 --dev-client", "dev": "pnpm start", "ios": "expo run:ios", "android": "expo run:android", "web": "expo start --web", "prebuild": "expo prebuild", "typecheck": "tsc --noEmit" }, "dependencies": { "@expo-google-fonts/figtree": "*", "@expo-google-fonts/jetbrains-mono": "*", "@expo/metro-runtime": "~56.0.19", "@expo/vector-icons": "^15.1.1", "@react-native-async-storage/async-storage": "~2.2.0", "expo": "~56.0.19", "expo-asset": "~56.0.22", "expo-constants": "~56.0.23", "expo-font": "~56.0.7", "expo-linking": "~56.0.16", "expo-router": "~56.2.18", "expo-splash-screen": "~56.0.14", "expo-status-bar": "56.0.4", "expo-system-ui": "~56.0.5", "markdown-to-jsx": "9.7.16", "react": "19", "react-dom": "19", "react-native": "0.85.3", "react-native-gesture-handler": "*", "react-native-safe-area-context": "*", "react-native-screens": "~4.26.0", "react-native-web": "~0.21.2", "styled-components": "workspace:*" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "^19", "babel-plugin-styled-components": "2.1.4", "babel-preset-expo": "~56.0.8", "typescript": "^5.8.3" }, "engines": { "node": ">= 22.11.0" } }