mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "@trezor/styles",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "SEE ROOT LICENSE.md",
|
|
"main": "src/index",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build",
|
|
"test:unit": "yarn g:jest -c ../../jest.config.base.js"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@trezor/theme": "workspace:*",
|
|
"css-in-js-utils": "^3.1.0",
|
|
"csstype": "^3.1.3",
|
|
"fela": "^12.2.1",
|
|
"fela-enforce-longhands": "^12.2.1",
|
|
"fela-native": "^12.2.1",
|
|
"fela-plugin-embedded": "^12.2.1",
|
|
"fela-plugin-extend": "^12.2.1",
|
|
"fela-plugin-multiple-selectors": "^12.2.1",
|
|
"fela-plugin-placeholder-prefixer": "^12.2.1",
|
|
"fela-plugin-unit": "^12.2.1",
|
|
"fela-sort-media-query-mobile-first": "^12.2.1",
|
|
"polished": "^4.3.1",
|
|
"react": "19.1.0",
|
|
"react-fela": "^12.2.1",
|
|
"react-native": "0.81.5"
|
|
}
|
|
}
|