forked from trezor/trezor-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@trezor/styles",
"version": "1.0.0",
"private": true,
"license": "SEE ROOT LICENSE.md",
"main": "src/index",
"sideEffects": false,
"scripts": {
"type-check": "tsc --build",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@trezor/theme": "workspace:*",
"@types/react-native": "workspace:*",
"css-in-js-utils": "^3.1.0",
"csstype": "^3.1.1",
"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",
"fela-utils": "^12.2.1",
"polished": "^4.2.2",
"react": "18.2.0",
"react-fela": "^12.2.1"
},
"devDependencies": {
"jest": "^26.6.3",
"typescript": "4.9.3"
}
}