mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-12 02:10:38 +01:00
24 lines
736 B
JSON
24 lines
736 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": {
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@shopify/react-native-skia": "1.3.11",
|
|
"@suite-common/suite-utils": "workspace:*",
|
|
"@types/react": "18.2.79",
|
|
"react": "18.2.0",
|
|
"react-native": "0.75.2",
|
|
"react-native-gesture-handler": "2.18.1",
|
|
"react-native-reanimated": "3.15.0"
|
|
}
|
|
}
|