mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 14:18:16 +01:00
* feat(suite-native): Implement test utils * chore(suite-native): Deduplicate deps * feat(suite-native): Implement time switch test * refactor(suite-native): Rename test * fix(suite-native): Circular deps * refactor(suite-native): Test ids * fix(suite-native): Remove state from test utils * refactor(suite-native): Remove scripts * refactor(suite-native): Move tests store * refactor(suite-native): Use root config
28 lines
781 B
JSON
28 lines
781 B
JSON
{
|
|
"name": "@suite-native/module-settings",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"lint": "eslint '**/*.{ts,tsx,js}'",
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/core": "^6.2.2",
|
|
"@react-navigation/native": "^6.0.11",
|
|
"@react-navigation/stack": "^6.2.2",
|
|
"@reduxjs/toolkit": "^1.8.3",
|
|
"@suite-native/atoms": "*",
|
|
"@suite-native/navigation": "*",
|
|
"@trezor/styles": "*",
|
|
"react": "^17.0.2",
|
|
"react-native": "0.68.2",
|
|
"react-redux": "7.2.2",
|
|
"@trezor/theme": "*",
|
|
"@trezor/icons": "*"
|
|
}
|
|
}
|