mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 16:58:32 +01:00
66 lines
2.5 KiB
JSON
66 lines
2.5 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": {
|
|
"lint": "yarn lint:js && yarn lint:styles",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react": "^0.26.9",
|
|
"@suite-common/icons": "workspace:*",
|
|
"@suite-common/icons-deprecated": "workspace:*",
|
|
"@suite-common/suite-constants": "workspace:*",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@suite-common/validators": "workspace:*",
|
|
"@trezor/connect": "workspace:*",
|
|
"@trezor/dom-utils": "workspace:*",
|
|
"@trezor/env-utils": "workspace:*",
|
|
"@trezor/react-utils": "workspace:*",
|
|
"@trezor/styles": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"date-fns": "^2.30.0",
|
|
"framer-motion": "^11.0.3",
|
|
"lottie-react": "^2.4.0",
|
|
"polished": "^4.3.1",
|
|
"react": "18.2.0",
|
|
"react-date-range": "^1.4.0",
|
|
"react-dom": "18.2.0",
|
|
"react-focus-lock": "^2.9.7",
|
|
"react-intl": "^6.6.8",
|
|
"react-markdown": "^9.0.1",
|
|
"react-select": "^5.8.0",
|
|
"react-svg": "^16.1.33",
|
|
"react-use": "^17.5.0",
|
|
"styled-components": "^6.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "^7.6.13",
|
|
"@storybook/addon-controls": "^7.6.13",
|
|
"@storybook/addon-links": "^7.6.13",
|
|
"@storybook/addon-viewport": "^7.6.13",
|
|
"@storybook/addons": "^7.6.13",
|
|
"@storybook/client-api": "^7.6.13",
|
|
"@storybook/react": "^7.6.13",
|
|
"@storybook/react-webpack5": "^7.6.13",
|
|
"@types/react": "18.2.79",
|
|
"@types/react-date-range": "^1.4.9",
|
|
"postcss-styled-syntax": "^0.6.4",
|
|
"storybook": "^7.6.13",
|
|
"stylelint": "^16.2.1",
|
|
"stylelint-config-standard": "^36.0.0",
|
|
"typescript-styled-plugin": "^0.18.3"
|
|
}
|
|
}
|