{ "name": "@nativescript/template-blank-react", "version": "8.0.3", "description": "NativeScript Application", "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>", "main": "src/app.ts", "scripts": { "postinstall": "patch-package", "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch" }, "license": "SEE LICENSE IN ", "repository": "", "homepage": "https://github.com/NativeScript/nativescript-app-templates", "bugs": { "url": "https://github.com/NativeScript/NativeScript/issues" }, "publishConfig": { "access": "public" }, "files": [ "App_Resources", "hooks", "patches", "src", "tools", "!tools/assets", ".editorconfig", "references.d.ts", "tsconfig.json" ], "keywords": [ "mobile", "nativescript", "{N}", "react", "react-nativescript", "template" ], "dependencies": { "@nativescript/core": "~9.0.0", "@react-navigation/core": "^5.15.3", "react": "~18.2.0", "react-nativescript": "^5.0.0", "react-nativescript-navigation": "~5.0.0", "react-refresh": "~0.18.0" }, "devDependencies": { "@nativescript/ios": "9.0.3", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.31", "@pmmmwh/react-refresh-webpack-plugin": "~0.6.2", "@types/react": "18.2.0", "patch-package": "~8.0.1", "typescript": "~5.8.0" }, "overrides": { "@nativescript/core": "~9.0.0" }, "gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004", "readme": "NativeScript Application", "private": "true" }