Files

60 lines
2.3 KiB
JSON

{
"name": "@trezor/product-components",
"version": "1.0.0",
"private": true,
"main": "src/index",
"author": "SatoshiLabs s.r.o.",
"license": "SEE LICENSE IN LICENSE.md",
"sideEffects": false,
"scripts": {
"depcheck": "yarn g:depcheck",
"lint": "yarn lint:js && yarn lint:styles",
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
"lint-fix": "npx eslint ./src --fix",
"type-check": "yarn g:tsc --build tsconfig.json",
"type-check:watch": "yarn type-check -- --watch",
"storybook": "storybook dev -p 9004 -c .storybook",
"storybook-build": "storybook build -c .storybook -o .build-storybook",
"icons:optimize": "svgo -rf ./src/images"
},
"dependencies": {
"@suite-common/suite-constants": "workspace:*",
"@suite-common/suite-types": "workspace:*",
"@suite-common/toast-notifications": "workspace:*",
"@suite-common/wallet-config": "workspace:*",
"@suite-common/wallet-core": "workspace:*",
"@suite-common/wallet-types": "workspace:^",
"@suite-common/wallet-utils": "workspace:*",
"@trezor/asset-utils": "workspace:*",
"@trezor/components": "workspace:*",
"@trezor/device-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/utils": "workspace:*",
"framer-motion": "^12.33.0",
"react": "19.1.0",
"react-hook-form": "^7.71.1",
"react-intl": "^8.1.3",
"react-svg": "16.4.2",
"styled-components": "^6.3.9",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/preset-react": "^7.28.5",
"@storybook/addon-docs": "^10.2.8",
"@storybook/addon-links": "^10.2.8",
"@storybook/react": "^10.2.8",
"@storybook/react-webpack5": "^10.2.8",
"@trezor/eslint": "workspace:*",
"@types/react": "19.1.6",
"@types/zxcvbn": "4.4.5",
"babel-loader": "^10.0.0",
"postcss-styled-syntax": "^0.7.1",
"storybook": "^10.2.8",
"stylelint": "^17.1.1",
"stylelint-config-standard": "^40.0.0",
"svgo": "4.0.0",
"typescript-styled-plugin": "^0.18.3"
}
}