Files
trezor-suite/suite-native/react-native-graph/package.json
2025-06-23 17:46:37 +02:00

26 lines
743 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.0.5",
"@trezor/utils": "workspace:*",
"@types/react": "^19.0.0",
"react": "19.0.0",
"react-native": "0.79.3",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "^3.18.0"
},
"devDependencies": {
"@trezor/eslint": "workspace:*"
}
}