Files
margelo--react-native-graph/example/package.json
T
Akinn Rosa dffaa4bcaf feat: update react-native-skia to 0.1.136 (#31)
* feat: update react-native-skia to 0.1.136

* fix: from type

* fix: pan selectCurve gesture

* fix: from type
2022-07-25 13:22:41 +02:00

33 lines
1013 B
JSON

{
"name": "react-native-graph-example",
"description": "Example app for react-native-graph",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"@react-native-segmented-control/segmented-control": "^2.4.0",
"@shopify/react-native-skia": "^0.1.136",
"@types/gaussian": "^1.2.0",
"gaussian": "^1.2.0",
"react": "^17.0.2",
"react-native": "^0.67.4",
"react-native-gesture-handler": "^2.5.0",
"react-native-haptic-feedback": "^1.13.1",
"react-native-pressable-scale": "^1.0.6",
"react-native-reanimated": "^2.9.1",
"react-native-static-safe-area-insets": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@types/react": "^17.0.42",
"@types/react-native": "^0.67.4",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.66.2"
}
}