mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
26 lines
740 B
JSON
26 lines
740 B
JSON
{
|
|
"name": "@suite-native/react-native-graph",
|
|
"version": "1.0.0",
|
|
"description": "Fork of https://github.com/margelo/react-native-graph (v. 1.0.2)",
|
|
"private": true,
|
|
"main": "src/index",
|
|
"sideEffects": false,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@shopify/react-native-skia": "2.2.12",
|
|
"@trezor/utils": "workspace:*",
|
|
"@types/react": "19.1.6",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "2.29.0",
|
|
"react-native-reanimated": "~4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@trezor/eslint": "workspace:*"
|
|
}
|
|
}
|