mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 18:02:16 +01:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"name": "@suite-native/intl",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": [
|
|
"src/i18n.ts"
|
|
],
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build",
|
|
"test:unit": "yarn g:jest",
|
|
"translations:format": "yarn g:prettier --write \"translations/*\"",
|
|
"translations:extract": "yarn g:tsx ./scripts/extractTranslations.ts",
|
|
"translations:backport-en": "yarn g:tsx ./scripts/backportEnglish.ts && yarn g:prettier --write src/messages.ts",
|
|
"translations:list-unused": "yarn g:tsx ./scripts/listUnused.ts",
|
|
"translations:remove-unused": "yarn g:tsx ./scripts/listUnused.ts --cleanup",
|
|
"translations:upload": "crowdin upload",
|
|
"translations:download": "crowdin download --all -l en -l cs -l de -l fr -l pt-BR -l ja -l zh-CN"
|
|
},
|
|
"dependencies": {
|
|
"@formatjs/intl-getcanonicallocales": "^3.2.1",
|
|
"@formatjs/intl-listformat": "^8.2.1",
|
|
"@formatjs/intl-locale": "^5.2.1",
|
|
"@reduxjs/toolkit": "2.11.2",
|
|
"@suite-common/suite-types": "workspace:*",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"expo-localization": "~17.0.8",
|
|
"intl-pluralrules": "^2.0.1",
|
|
"react": "19.1.0",
|
|
"react-intl": "^8.1.3",
|
|
"react-native": "0.81.5",
|
|
"react-redux": "9.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@crowdin/cli": "4.13.0"
|
|
}
|
|
}
|