Files
trezor-suite/suite-common/analytics/package.json
2024-06-18 13:07:58 +02:00

19 lines
489 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": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.5",
"@suite-common/redux-utils": "workspace:*",
"react": "18.2.0"
}
}