@rnv/template-starter
Version:
🚧 Starter Template for ReNative (https://www.npmjs.com/package/renative). Supports `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `Linux
140 lines (139 loc) • 5.29 kB
JSON
{
"name": "@rnv/template-starter",
"version": "1.9.0",
"description": "🚧 Starter Template for ReNative (https://www.npmjs.com/package/renative). Supports `iOS`, `tvOS`, `Android`, `Android TV`, `FireTV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `Linux",
"keywords": [
"android tv",
"android wear",
"apple tv",
"boilerplate",
"cocoapods",
"cross-platform",
"desktop",
"electron",
"kaios",
"kit",
"kotlin",
"lg",
"linux",
"macos",
"multiplatform",
"native",
"osx",
"react",
"react-native",
"smart tv",
"starter",
"swift",
"template",
"tizen",
"tizen watch",
"tvos",
"watch",
"web",
"webos",
"windows"
],
"homepage": "https://github.com/flexn-io/renative#readme",
"bugs": {
"url": "https://github.com/flexn-io/renative/issues"
},
"license": "MIT",
"author": "Pavel Jacko <pavel.jacko@gmail.com> (https://github.com/pavjacko)",
"contributors": [],
"files": [
".gitignore",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"appConfigs/app/renative.json",
"appConfigs/base/assets/runtime",
"appConfigs/base/fonts",
"appConfigs/base/renative.json",
"babel.config.js",
"buildHooks/src",
"index.js",
"metro.config.js",
"next-env.d.ts",
"next.config.js",
"react-native.config.js",
"renative.json",
"renative.template.json",
"scripts",
"src",
"templateOverrides",
"tsconfig.json",
"typings",
"webpack.config.js"
],
"repository": {
"type": "git",
"url": "git://github.com/flexn-io/renative.git"
},
"scripts": {
"bootstrap": "cd ../.. && yarn bootstrap",
"build:android-test": "npx rnv build -p android -s test -c template --packageManager yarn --ci -r",
"build:androidtv-test": "npx rnv build -p androidtv -s test -c template --packageManager yarn --ci -r",
"build:ios-test": "npx rnv build -p ios -s test -c template --packageManager yarn --ci -r",
"build:macos-test": "npx rnv build -p macos -s test -c template --packageManager yarn --ci -r",
"build:tvos-test": "npx rnv build -p tvos -s test -c template --packageManager yarn --ci -r",
"e2e:android": "APPIUM_HOME=./ PLATFORM=android JAVA_HOME=$(/usr/libexec/java_home) wdio wdio.conf.cjs",
"e2e:androidtv": "APPIUM_HOME=./ PLATFORM=androidtv JAVA_HOME=$(/usr/libexec/java_home) wdio wdio.conf.cjs",
"e2e:ios": "APPIUM_HOME=./ PLATFORM=ios wdio wdio.conf.cjs",
"e2e:macos": "PLATFORM=macos ENGINE=electron wdio wdio.conf.cjs",
"e2e:tvos": "APPIUM_HOME=./ PLATFORM=tvos wdio wdio.conf.cjs",
"e2e:web": "PLATFORM=web wdio wdio.conf.cjs",
"report": "yarn report:generate && yarn report:open",
"report:generate": "npx allure generate --clean reporting/allure-results -o reporting/allure-report",
"report:open": "npx allure open reporting/allure-report",
"run:android-test": "npx rnv run -p android -s test -c template --packageManager yarn --ci -r",
"run:androidtv-test": "npx rnv run -p androidtv -s test -c template --packageManager yarn --ci -r",
"run:ios-test": "npx rnv run -p ios -s test -c template --packageManager yarn --ci -r",
"run:tvos-test": "npx rnv run -p tvos -s test -c template --packageManager yarn --ci -r",
"run:web-test": "npx rnv run -p web -s test -c template --packageManager yarn --ci",
"start:web-test": "npx rnv start -p web -s test -c template --packageManager yarn --ci",
"tsc": "tsc --noEmit --composite false",
"watch": "tsc --watch --preserveWatchOutput --noEmit"
},
"devDependencies": {
"@flexn/assets-renative-outline": "0.3.5",
"@flexn/graybox": "1.0.0-feat.12",
"@lightningjs/sdk": "5.5.1",
"@rnv/adapter": "1.9.0",
"@rnv/cli": "1.9.0",
"@rnv/config-templates": "1.9.0",
"@rnv/core": "1.9.0",
"@rnv/engine-lightning": "1.9.0",
"@rnv/engine-rn": "1.9.0",
"@rnv/engine-rn-electron": "1.9.0",
"@rnv/engine-rn-next": "1.9.0",
"@rnv/engine-rn-tvos": "1.9.0",
"@rnv/engine-rn-web": "1.9.0",
"@rnv/renative": "1.9.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-native": "0.72.2",
"babel-jest": "29.6.3",
"babel-loader": "9.1.3",
"detox": "18.20.2",
"next": "14.2.10",
"raf": "3.4.1",
"react": "18.3.1",
"react-art": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.73.4",
"react-native-gesture-handler": "2.16.2",
"react-native-tvos": "0.73.6-0",
"react-native-web": "0.19.12"
},
"private": false,
"publishConfig": {
"access": "public"
},
"browserslist": [
">0.2%",
"op_mini all"
],
"gitHead": "27aec1a2719b8070005ab58f62c7e80cfdfe0e4f"
}