mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
27 lines
893 B
JSON
27 lines
893 B
JSON
{
|
|
"name": "@suite-common/analytics",
|
|
"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",
|
|
"test:unit": "yarn g:jest -c ../../jest.config.base.js"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "2.8.2",
|
|
"@suite-common/redux-utils": "workspace:*",
|
|
"@suite-common/suite-config": "workspace:*",
|
|
"@suite-common/suite-constants": "workspace:*",
|
|
"@suite-common/trading": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-types": "workspace:*",
|
|
"@trezor/analytics": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"react": "19.0.0"
|
|
}
|
|
}
|