mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 06:55:13 +01:00
38 lines
1.4 KiB
JSON
38 lines
1.4 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 pt-BR -l ja"
|
|
},
|
|
"dependencies": {
|
|
"@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.0.6",
|
|
"react-native": "0.81.5",
|
|
"react-redux": "9.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@crowdin/cli": "4.8.0"
|
|
}
|
|
}
|