Files
trezor-suite/suite-native/icons/package.json
2026-02-16 16:11:39 +01:00

36 lines
1.2 KiB
JSON

{
"name": "@suite-native/icons",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build",
"generate-icons": "yarn workspace @suite-common/icons generate-icons",
"test:unit": "yarn g:jest"
},
"dependencies": {
"@reduxjs/toolkit": "2.11.2",
"@shopify/react-native-skia": "2.2.12",
"@suite-common/icons": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-types": "workspace:*",
"@suite-common/wallet-utils": "workspace:*",
"@suite-native/intl": "workspace:*",
"@suite-native/theme": "workspace:*",
"@trezor/asset-utils": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/styles": "workspace:*",
"@trezor/theme": "workspace:*",
"expo-image": "~3.0.11",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.5"
},
"devDependencies": {
"@suite-native/test-utils": "workspace:*"
}
}