react-nativescript-navigation
Version:
React Navigation integration for NativeScript
50 lines (49 loc) • 1.44 kB
JSON
{
"name": "react-nativescript-navigation",
"version": "5.0.0",
"description": "React Navigation integration for NativeScript",
"main": "dist/index.js",
"files": [
"dist",
"LICENSE",
"README.md"
],
"types": "dist/index.d.ts",
"scripts": {
"prettier": "prettier --print-width 120 --tab-width 4 --trailing-comma es5 --end-of-line lf --write \"src/**/*.ts\"",
"build": "node node_modules/.bin/rimraf ./dist/* && tsc --project ./tsconfig.json",
"dev": "tsc --watch --project ./tsconfig.json",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shirakaba/react-nativescript-navigation.git"
},
"keywords": [
"NativeScript",
"Navigation",
"React"
],
"author": "Jamie Birch",
"license": "MIT",
"bugs": {
"url": "https://github.com/shirakaba/react-nativescript-navigation/issues"
},
"homepage": "https://github.com/shirakaba/react-nativescript-navigation#readme",
"peerDependencies": {
"react-nativescript": "^5.0.0"
},
"dependencies": {
"@react-navigation/core": "^5.16.1"
},
"devDependencies": {
"@nativescript/core": "^8.5.9",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-nativescript": "^5.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.4"
}
}