Files
trezor-suite/suite-native/theme/package.json
2024-08-29 15:15:59 +02:00

23 lines
627 B
JSON

{
"name": "@suite-native/theme",
"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}'",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-native/analytics": "workspace:*",
"@suite-native/storage": "workspace:*",
"@trezor/theme": "workspace:*",
"jotai": "1.9.1",
"react": "18.2.0",
"react-fela": "^12.2.1",
"react-native": "0.75.2"
}
}