Skip to content

Instantly share code, notes, and snippets.

@indranil32
Created April 7, 2021 17:24
Show Gist options
  • Save indranil32/58e2a3fa7391419cef164ef7fda3d922 to your computer and use it in GitHub Desktop.
Save indranil32/58e2a3fa7391419cef164ef7fda3d922 to your computer and use it in GitHub Desktop.
tensorflow js handpose react native package json
{
"name": "tensorflowjshandpose",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "~1.12.0",
"@tensorflow-models/handpose": "0.0.6",
"@tensorflow/tfjs": "^3.3.0",
"@tensorflow/tfjs-backend-cpu": "3.3.0",
"@tensorflow/tfjs-backend-webgl": "3.3.0",
"@tensorflow/tfjs-converter": "3.3.0",
"@tensorflow/tfjs-core": "3.3.0",
"@tensorflow/tfjs-react-native": "^0.5.0",
"expo-asset": "~8.2.1",
"expo-camera": "^9.1.1",
"expo-constants": "~9.3.3",
"expo-gl": "^9.2.0",
"expo-gl-cpp": "^10.0.0",
"expo-permissions": "~10.0.0",
"fingerpose": "*",
"prop-types": "15.6.0",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-fs": "2.14.1",
"react-native-unimodules": "^0.12.0"
},
"devDependencies": {
"@babel/core": "7.13.14",
"@babel/runtime": "7.13.10",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.6.3",
"eslint": "7.14.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.64.0",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment