UNPKG

tns-template-blank-react

Version:
54 lines (53 loc) 1.54 kB
{ "name": "tns-template-blank-react", "version": "7.0.5", "description": "Blank template for NativeScript apps using React.", "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>", "main": "app.js", "scripts": { "postinstall": "patch-package", "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/NativeScript/nativescript-app-templates" }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "bugs": { "url": "https://github.com/NativeScript/NativeScript/issues" }, "publishConfig": { "access": "public" }, "keywords": [ "mobile", "nativescript", "{N}", "react", "react-nativescript", "template" ], "dependencies": { "@nativescript/core": "^7.0.12", "@react-navigation/native": "^5.4.3", "react": "^16.13.1", "react-nativescript": "^2.1.0", "react-nativescript-navigation": "^1.0.0" }, "devDependencies": { "@babel/core": "^7.4.5", "@nativescript/types": "^7.0.4", "@nativescript/webpack": "~3.0.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.0-beta.5", "@types/react": "16.9.34", "babel-loader": "8.0.6", "fork-ts-checker-webpack-plugin": "^5.1.0", "patch-package": "^6.2.2", "react-refresh": "^0.8.3", "typescript": "^3.9.3" }, "gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004", "readme": "NativeScript Application" }