/
mustreets
/
TestApp
Обзор
Документация
Войти
/
mustreets
/
TestApp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
master
package.json
82 строки
3 KB
Slava
Remove Crashlytics integration from the beta lane in Fastfile
07 июн 2026, 20:06
07 июн 2026, 20:06
f21773c
Код
Авторство
О чём код?
{ "name": "TestApp", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "sync-aliases": "node scripts/sync-tsconfig-paths.js", "postinstall": "node scripts/sync-tsconfig-paths.js", "prestart": "node scripts/sync-tsconfig-paths.js", "pretest": "node scripts/sync-tsconfig-paths.js", "start": "react-native start", "lint": "eslint . --ext .js,.jsx,.ts,.tsx --no-cache", "lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix --no-cache", "cosmos": "cosmos-native", "cosmos:build": "cosmos-native --export", "build:android": "cd android && bundle exec fastlane android beta", "test": "jest" }, "dependencies": { "@react-native-async-storage/async-storage": "^3.1.1", "@react-native/new-app-screen": "0.85.3", "@react-navigation/native": "^7.2.5", "@react-navigation/native-stack": "^7.16.0", "css-to-react-native": "^3.2.0", "i18next": "^26.3.0", "react": "19.2.3", "react-i18next": "^17.0.8", "react-native": "0.85.3", "react-native-gesture-handler": "^3.0.0", "react-native-keyboard-controller": "^1.21.9", "react-native-localize": "^3.7.0", "react-native-reanimated": "^4.4.0", "react-native-safe-area-context": "^5.5.2", "react-native-screens": "^4.25.2", "react-native-svg": "^15.15.5", "react-native-worklets": "^0.9.1", "styled-components": "^6.4.2", "zod": "^3.25.76" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/plugin-proposal-decorators": "^7.29.7", "@babel/plugin-transform-export-namespace-from": "^7.29.7", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.25.0", "@react-native-community/cli": "20.1.0", "@react-native-community/cli-platform-android": "20.1.0", "@react-native-community/cli-platform-ios": "20.1.0", "@react-native/babel-preset": "0.85.3", "@react-native/eslint-config": "0.85.3", "@react-native/jest-preset": "0.85.3", "@react-native/metro-config": "0.85.3", "@react-native/typescript-config": "^0.85.3", "@types/jest": "^29.5.13", "@types/react": "^19.2.15", "@types/react-native": "^0.72.8", "@types/react-test-renderer": "^19.1.0", "@typescript-eslint/eslint-plugin": "^8.60.0", "@typescript-eslint/parser": "^8.60.0", "babel-plugin-module-resolver": "^5.0.3", "eslint": "^8.19.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.5", "eslint-plugin-better-mutation": "^2.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-simple-import-sort": "^13.0.0", "eslint-plugin-unused-imports": "^4.4.1", "jest": "^29.6.3", "prettier": "3.8.3", "react-cosmos": "^7.3.0", "react-cosmos-native": "^7.3.0", "react-test-renderer": "19.2.3", "reactotron-react-native": "^5.2.0", "typescript": "^5.9.3" }, "engines": { "node": ">= 22.11.0" }, "packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc" }