Files
trezor-suite/packages/components/package.json
2026-01-05 10:19:42 +01:00

66 lines
2.4 KiB
JSON

{
"name": "@trezor/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 9003 -c .storybook",
"storybook-build": "storybook build -c .storybook -o .build-storybook",
"test:unit": "yarn g:jest",
"test-unit:watch": "yarn g:jest -o --watch"
},
"dependencies": {
"@floating-ui/react": "^0.27.12",
"@suite-common/icons": "workspace:*",
"@suite-common/suite-constants": "workspace:*",
"@testing-library/jest-dom": "6.9.1",
"@trezor/device-utils": "workspace:*",
"@trezor/env-utils": "workspace:*",
"@trezor/theme": "workspace:*",
"@trezor/type-utils": "workspace:*",
"@trezor/utils": "workspace:*",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.3",
"lottie-react": "2.4.1",
"react": "19.1.0",
"react-date-range": "^2.0.1",
"react-dom": "19.1.0",
"react-focus-lock": "^2.13.6",
"react-intl": "^8.0.6",
"react-markdown": "^10.1.0",
"react-select": "^5.10.2",
"react-svg": "16.3.0",
"react-use": "^17.6.0",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@babel/preset-react": "^7.28.5",
"@storybook/addon-docs": "^9.0.16",
"@storybook/addon-links": "^9.0.16",
"@storybook/react": "^9.0.16",
"@storybook/react-webpack5": "^9.0.16",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@trezor/eslint": "workspace:*",
"@types/react": "^19.0.0",
"@types/react-date-range": "^1.4.10",
"babel-loader": "^10.0.0",
"postcss-styled-syntax": "^0.7.1",
"storybook": "^9.0.16",
"stream-browserify": "^3.0.0",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^38.0.0",
"typescript-styled-plugin": "^0.18.3"
}
}