@tensorflow/tfjs-core
Version:
Hardware-accelerated JavaScript library for machine intelligence
57 lines (56 loc) • 1.82 kB
JSON
{
"name": "@tensorflow/tfjs-platform-react-native",
"version": "0.1.0",
"description": "TensorFlow.js platform implementation for React Native",
"main": "dist/react_native/src/index.js",
"types": "dist/react_native/src/index.d.ts",
"jsnext:main": "dist/tf-react-native.esm.js",
"module": "dist/tf-react-native.esm.js",
"unpkg": "dist/tf-react-native.min.js",
"jsdelivr": "dist/tf-react-native.min.js",
"license": "Apache-2.0",
"private": true,
"scripts": {
"publish-local": "rimraf dist/ && yarn build && rollup -c && yalc push",
"build": "tsc",
"link-local": "yalc link",
"unlink-local": "yalc remove",
"lint": "tslint -p . -t verbose",
"test": "karma start"
},
"devDependencies": {
"@react-native-community/async-storage": "^1.4.2",
"@tensorflow/tfjs-core": "1.2.0",
"@types/base64-js": "^1.2.5",
"@types/jasmine": "~2.5.53",
"@types/react-native": "^0.57.60",
"clang-format": "~1.2.2",
"jasmine": "~3.1.0",
"jasmine-core": "~3.1.0",
"karma": "~4.2.0",
"karma-browserify": "~6.0.0",
"karma-browserstack-launcher": "~1.4.0",
"karma-chrome-launcher": "~2.2.0",
"karma-jasmine": "~1.1.0",
"karma-typescript": "~4.1.1",
"karma-verbose-reporter": "^0.0.6",
"rimraf": "~2.6.2",
"rollup": "^0.58.2",
"rollup-plugin-commonjs": "9.1.3",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-typescript2": "0.13.0",
"rollup-plugin-uglify": "~3.0.0",
"tslint": "~5.11.0",
"tslint-no-circular-imports": "^0.5.0",
"typescript": "3.3.3333",
"yalc": "^1.0.0-pre.32"
},
"dependencies": {
"base64-js": "^1.3.0"
},
"peerDependencies": {
"@react-native-community/async-storage": "^1.4.2",
"@tensorflow/tfjs-core": ">=1.0.0",
"react-native": ">=0.59.0"
}
}