mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-10 01:08:23 +01:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "@trezor/connect-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@suite-common/validators": "workspace:*",
|
|
"@trezor/components": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/connect-analytics": "workspace:*",
|
|
"@trezor/connect-common": "workspace:*",
|
|
"@trezor/dom-utils": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/product-components": "workspace:*",
|
|
"@trezor/react-utils": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/urls": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"framer-motion": "^12.19.1",
|
|
"react-intl": "^7.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "19.0.0",
|
|
"react-error-boundary": "^6.0.0",
|
|
"styled-components": "^6.1.19",
|
|
"stylelint": "^16.19.0",
|
|
"stylelint-config-standard": "^38.0.0"
|
|
}
|
|
}
|