/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.6.0
shared/package.json
207 строк
10 KB
chrisnojima
update deps (#28860)
05 фев 2026, 17:31
Не верифицирован
05 фев 2026, 17:31
2b841d0
Код
Авторство
О чём код?
{ "name": "keybase", "version": "1.0.1", "description": "", "scripts": { "_helper": "yarn run _node desktop/yarn-helper", "_node": "cross-env-shell babel-node --extensions='.tsx' --extensions='.js' ", "help": "yarn run _helper help", "lint": "yarn run lint-specific .", "lint-warn": "eslint .", "lint-specific": "eslint --cache --quiet ", "lintd": "eslint_d --cache .", "postinstall": "yarn run _helper postinstall", "prettier": "./node_modules/.bin/prettier --write ", "prettier-bare": "./node_modules/.bin/prettier ", "prettier-check": "yarn run _helper prettier-check", "prettier-debug-check": "git ls-files | grep \"\\.\\(js\\|ts\\|tsx\\)\\$\" | xargs ./node_modules/.bin/prettier --debug-check", "prettier-write-all": "yarn run _helper prettier-write-all", "update-icon-constants": "yarn run _helper update-icon-constants", "update-icon-font": "yarn run _helper update-icon-font", "update-web-font": "yarn run _helper update-web-font", "update-protocol": "cd ../protocol && make clean && make && cd ../shared && yarn build-actions", "unused-assets": "yarn run _helper unused-assets", "build-treeshake": "yarn run _helper build-treeshake", "build-dev": "yarn run _helper build-dev", "build-profile": "yarn run _helper build-profile", "build-emoji": "yarn run _node common-adapters/markdown/generate-emoji-parser && cd ../go; go run ./chat/emoji/main.go -i ../shared/node_modules/emoji-datasource-apple/emoji.json -o ../go/chat/storage/emoji_codemap.go", "build-prod": "yarn run _helper build-prod", "build-actions": "yarn run _node --extensions \".tsx\" desktop/yarn-helper/action-creator-creator.tsx", "package": "yarn run _helper package", "hot-server": "yarn run _helper hot-server", "hot-server-dumb": "cross-env-shell DUMB=true yarn run _helper hot-server", "inject-code-prod": "yarn run _helper inject-code-prod", "inject-sourcemaps-prod": "yarn run _helper inject-sourcemaps-prod", "profile": "yarn run _helper profile", "start": "yarn run _helper start", "start-cold": "yarn run _helper start-cold", "start-hot": "yarn run _helper start-hot", "start-prod": "yarn run _helper start-prod", "start-profile": "yarn run _helper start-profile", "rn-start": "./react-native/packageAndBuild.sh", "rn-start2": "yarn react-native start --reset-cache", "rn-gobuild-ios": "./react-native/gobuild.sh ios && yarn postinstall", "rn-gobuild-android": "./react-native/gobuild.sh android && yarn postinstall", "rn-packager-wipe-cache": "watchman watch-del-all && rm -rf node_modules && yarn && node ./react-native/wipe-cache.js", "rn-download-android-bundle-prod": "curl -o ~/Desktop/bundle.prod.js 'http://localhost:8081/index.bundle?platform=android&dev=false&minify=false&app=io.keybase.ossifrage&modulesOnly=false&runModule=true'", "rn-download-android-bundle-debug": "curl -o ~/Desktop/bundle.dev.js 'http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=io.keybase.ossifrage&modulesOnly=false&runModule=true'", "rn-download-android-profile": "NODE_OPTIONS=--no-experimental-fetch npx react-native profile-hermes ~/Desktop/", "rn-test-ios": "xcodebuild test -project ./ios/Keybase.xcodeproj -scheme 'Keybase For Test' -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3'", "rn-jsbuild-ios": "mkdir -p ios/dist && react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output ios/dist/main.jsbundle --sourcemap-output ios/dist/main.jsbundle.sourcemap", "rn-jsbuild-android": "mkdir -p android/dist && react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/dist/main.jsbundle --sourcemap-output android/dist/main.jsbundle.sourcemap", "tsc": "node --max-old-space-size=4096 ./node_modules/.bin/tsc --project ./tsconfig.json ", "modules": "yarn install --pure-lockfile --ignore-optional --ignore-scripts && yarn postinstall && cd node_modules/electron && yarn postinstall", "log-to-trace": "yarn _node desktop/yarn-helper/log-to-trace", "pod-clean": "pod cache clean --all ; rm -rf ios/build; rm -rf ios/Pods; rm -f ios/.xcode.env.local; rm -rf ../rnmodules/react-native-kb/node_modules", "pod-install": "cd ios; pod install --repo-update", "android-clean": "cd android; rm -rf build; rm -rf app/.cxx ; ./gradlew clean", "android-debug": "NODE_ENV=development react-native run-android --mode 'debug'", "android-install-downgrade": "adb install -r -d android/app/build/outputs/apk/debug/app-debug.apk", "android-unsigned": "react-native run-android --mode 'releaseUnsigned' --appId io.keybase.ossifrage.unsigned", "android-install-downgrade-unsigned": "adb install -r -d android/app/build/outputs/apk/releaseUnsigned/app-releaseUnsigned.apk", "android-logs": "adb logcat | grep $(adb shell pidof io.keybase.ossifrage)", "android-log-clear": "adb logcat -b all -c", "clean-and-install": "rm -rf node_modules ; yarn pod-clean ; yarn modules ; yarn pod-install", "coverage": "rm -rf coverage-ts; npx typescript-coverage-report", "sync-kb-modules": "rm -rf node_modules/react-native-kb ; yarn --check-files" }, "keywords": [], "author": "", "license": "MIT", "private": true, "dependencies": { "@gorhom/bottom-sheet": "5.2.8", "@gorhom/portal": "1.0.14", "@khanacademy/simple-markdown": "2.1.4", "@msgpack/msgpack": "3.1.2", "@react-native-community/netinfo": "11.5.2", "@react-native-masked-view/masked-view": "0.3.2", "@react-native-picker/picker": "2.11.4", "@react-navigation/bottom-tabs": "7.9.1", "@react-navigation/core": "7.13.7", "@react-navigation/native": "7.1.27", "@react-navigation/native-stack": "7.9.1", "classnames": "2.5.1", "date-fns": "4.1.0", "emoji-datasource-apple": "16.0.0", "emoji-regex": "10.6.0", "expo": "54.0.31", "expo-av": "16.0.8", "expo-camera": "17.0.10", "expo-clipboard": "8.0.8", "expo-contacts": "15.0.11", "expo-file-system": "19.0.21", "expo-haptics": "15.0.8", "expo-image": "3.0.11", "expo-image-picker": "17.0.10", "expo-location": "19.0.8", "expo-mail-composer": "15.0.8", "expo-media-library": "18.2.1", "expo-sms": "14.0.8", "expo-task-manager": "14.0.9", "framed-msgpack-rpc": "keybase/node-framed-msgpack-rpc#nojima/HOTPOT-use-buffer", "google-libphonenumber": "3.2.43", "iced-runtime": "1.0.4", "immer": "11.1.3", "lodash": "4.17.23", "lottie-react-native": "7.3.5", "lottie-web": "5.13.0", "menubar": "9.5.2", "qrcode-generator": "1.4.4", "react": "19.1.0", "react-dom": "19.1.0", "react-error-boundary": "5.0.0", "react-is": "19.1.0", "react-list": "0.8.18", "react-native": "0.81.5", "react-native-gesture-handler": "2.30.0", "react-native-keyboard-controller": "1.20.6", "react-native-kb": "file:../rnmodules/react-native-kb", "react-native-reanimated": "4.2.1", "react-native-worklets": "0.7.1", "react-native-safe-area-context": "5.6.2", "react-native-screens": "4.18.0", "react-native-web": "0.21.2", "react-native-webview": "13.16.0", "react-native-zoom-toolkit": "5.0.1", "react-window": "2.2.5", "shallowequal": "1.1.0", "uint8array-extras": "1.5.0", "url-parse": "1.5.10", "use-debounce": "10.1.0", "util": "0.12.5", "zustand": "5.0.10" }, "devDependencies": { "@babel/core": "7.28.5", "@babel/node": "7.28.0", "@babel/preset-env": "7.28.5", "@babel/preset-react": "7.28.5", "@babel/preset-typescript": "7.28.5", "@electron/packager": "18.4.4", "@pmmmwh/react-refresh-webpack-plugin": "0.6.2", "@react-native-community/cli": "20.1.1", "@react-native-community/cli-platform-android": "20.1.1", "@react-native-community/cli-platform-ios": "20.1.1", "@react-native/babel-preset": "0.81.1", "@react-native/eslint-config": "0.81.1", "@react-native/metro-config": "0.81.1", "@types/google-libphonenumber": "7.4.30", "@types/lodash": "4.17.23", "@types/lodash-es": "4.17.12", "@types/react": "19.2.8", "@types/react-dom": "19.2.3", "@types/react-is": "19.2.0", "@types/react-list": "0.8.12", "@types/react-measure": "2.0.12", "@types/shallowequal": "1.1.5", "@types/webpack-env": "1.18.8", "@welldone-software/why-did-you-render": "10.0.1", "babel-loader": "10.0.0", "babel-plugin-module-resolver": "5.0.2", "babel-plugin-react-compiler": "1.0.0", "babel-plugin-react-native-web": "0.21.2", "babel-preset-expo": "54.0.9", "circular-dependency-plugin": "5.2.2", "cross-env": "7.0.3", "css-loader": "7.1.2", "electron": "39.2.7", "eslint": "9.39.2", "eslint-plugin-deprecation": "3.0.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-compiler": "19.1.0-rc.2", "eslint-plugin-react-hooks": "7.0.1", "fs-extra": "11.3.3", "html-webpack-plugin": "5.6.5", "json5": "2.2.3", "null-loader": "4.0.1", "patch-package": "8.0.1", "prettier": "3.8.0", "react-refresh": "0.18.0", "react-scan": "0.4.3", "react-test-renderer": "19.1.0", "rimraf": "6.1.2", "style-loader": "4.0.0", "terser-webpack-plugin": "5.3.16", "typescript": "5.9.3", "typescript-eslint": "8.53.0", "webpack": "5.104.1", "webpack-cli": "6.0.1", "webpack-dev-server": "5.2.3", "webpack-merge": "6.0.1" }, "resolutions": { "**/purepack": "keybase/nullModule", "**/@types/react": "19.2.8" }, "typecoverage": { "detail": true, "strict": true }, "expo": { "autolinking": { "exclude": [] } } }