Files
trezor-suite/suite-common/formatters/package.json
2024-08-02 10:58:23 +02:00

29 lines
953 B
JSON

{
"name": "@suite-common/formatters",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "yarn g:jest -c=../../jest.config.base.js",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@formatjs/intl": "2.10.0",
"@mobily/ts-belt": "^3.13.1",
"@suite-common/suite-config": "workspace:*",
"@suite-common/suite-constants": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@trezor/connect": "workspace:*",
"@trezor/utils": "workspace:*",
"date-fns": "^2.30.0",
"react": "18.2.0",
"react-intl": "^6.6.8"
}
}