mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-18 13:18:17 +01:00
52 lines
1.9 KiB
JSON
52 lines
1.9 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": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@suite-common/validators": "workspace:*",
|
|
"@suite-common/wallet-config": "workspace:*",
|
|
"@suite-common/wallet-utils": "workspace:*",
|
|
"@trezor/blockchain-link-types": "workspace:*",
|
|
"@trezor/components": "workspace:*",
|
|
"@trezor/device-utils": "workspace:*",
|
|
"@trezor/dom-utils": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/react-utils": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/urls": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"framer-motion": "^12.19.1",
|
|
"react": "19.0.0",
|
|
"react-hook-form": "^7.59.0",
|
|
"react-intl": "^7.1.11",
|
|
"react-svg": "16.3.0",
|
|
"styled-components": "^6.1.19",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.27.1",
|
|
"@storybook/addon-links": "^9.0.13",
|
|
"@storybook/react": "^9.0.13",
|
|
"@storybook/react-webpack5": "^9.0.13",
|
|
"@trezor/eslint": "workspace:*",
|
|
"@types/react": "^19.0.0",
|
|
"@types/zxcvbn": "4.4.5",
|
|
"storybook": "^9.0.13",
|
|
"stylelint": "^16.14.1",
|
|
"typescript-styled-plugin": "^0.18.3"
|
|
}
|
|
}
|