Skip to content

Commit

Permalink
chore: rename e2e files2
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliusguzas committed Jun 21, 2023
1 parent e5873c5 commit 8271c84
Showing 1 changed file with 158 additions and 158 deletions.
316 changes: 158 additions & 158 deletions packages/template-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,161 +1,161 @@
{
"name": "@rnv/template-starter",
"version": "0.37.0-canary.13",
"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`, `FirefoxOS`, `Firefox TV`, `Linux",
"keywords": [
"android tv",
"android wear",
"apple tv",
"boilerplate",
"cocoapods",
"cross-platform",
"desktop",
"electron",
"firefox tv",
"firefoxox",
"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/renative-org/renative#readme",
"bugs": {
"url": "https://github.com/renative-org/renative/issues"
},
"license": "MIT",
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"contributors": [],
"files": [
"appConfigs/app",
"appConfigs/base/assets/runtime",
"appConfigs/base/fonts",
"appConfigs/base/renative.json",
"buildHooks",
"index.js",
"next.config.js",
"renative.json",
"renative.template.json",
"src",
"static",
"tsconfig.json"
],
"repository": {
"type": "git",
"url": "git://github.com/renative-org/renative.git"
},
"scripts": {
"bootstrap": "cd ../.. && yarn bootstrap",
"e2e:all": "yarn e2e:ios ; yarn e2e:tvos ; yarn e2e:android ; yarn e2e:androidtv ; yarn e2e:macos ; yarn e2e:web",
"e2e:android": "PLATFORM=android JAVA_HOME=$(/usr/libexec/java_home) npx wdio wdio.conf.cjs",
"e2e:androidtv": "PLATFORM=androidtv JAVA_HOME=$(/usr/libexec/java_home) npx wdio wdio.conf.cjs",
"e2e:ios": "PLATFORM=ios npx wdio wdio.conf.cjs",
"e2e:macos": "PLATFORM=macos ENGINE=macos npx wdio wdio.conf.cjs",
"e2e:tvos": "PLATFORM=tvos npx wdio wdio.conf.cjs",
"e2e:web": "PLATFORM=web npx 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",
"tsc": "tsc --noEmit --composite false"
},
"devDependencies": {
"@babel/runtime": "7.12.5",
"@flexn/graybox": "0.21.2-alpha.16",
"@lightningjs/cli": "2.8.0",
"@lightningjs/sdk": "4.8.3",
"@noriginmedia/react-spatial-navigation": "2.12.9",
"@react-native-community/cli": "^6.0.0",
"@react-native-community/cli-platform-android": "^6.0.0",
"@react-native-community/cli-platform-ios": "^6.0.0",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/viewpager": "2.0.2",
"@react-native-windows/cli": "0.67.1",
"@react-navigation/bottom-tabs": "5.1.1",
"@react-navigation/core": "5.12.3",
"@react-navigation/drawer": "5.9.0",
"@react-navigation/material-bottom-tabs": "5.1.1",
"@react-navigation/material-top-tabs": "5.1.1",
"@react-navigation/native": "5.7.3",
"@react-navigation/routers": "5.1.0",
"@react-navigation/stack": "5.9.0",
"@react-navigation/web": "1.0.0-alpha.9",
"@rnv/engine-lightning": "0.37.0-canary.13",
"@rnv/engine-rn": "0.37.0-canary.13",
"@rnv/engine-rn-electron": "0.37.0-canary.13",
"@rnv/engine-rn-macos": "0.37.0-canary.13",
"@rnv/engine-rn-next": "0.37.0-canary.13",
"@rnv/engine-rn-tvos": "0.37.0-canary.13",
"@rnv/engine-rn-web": "0.37.0-canary.13",
"@rnv/engine-rn-windows": "0.37.0-canary.13",
"@rnv/renative": "0.37.0-canary.13",
"@rnv/template-starter": "0.37.0-canary.13",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"@types/react-native": "0.67.2",
"babel-jest": "26.6.3",
"babel-loader": "8.0.5",
"cypress": "4.8.0",
"detox": "18.20.2",
"hash-source": "1.0.4",
"jetifier": "1.6.5",
"next": "12.1.6",
"raf": "3.4.1",
"react": "18.1.0",
"react-art": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.67.2",
"react-native-gesture-handler": "1.10.3",
"react-native-google-cast": "4.2.4",
"react-native-macos": "0.66.33",
"react-native-reanimated": "1.13.3",
"react-native-safe-area-context": "3.1.0",
"react-native-safe-area-view": "0.14.5",
"react-native-screens": "2.2.0",
"react-native-tab-view": "2.13.0",
"react-native-tvos": "0.66.3-1",
"react-native-vector-icons": "8.1.0",
"react-native-web": "0.18.0",
"react-native-web-image-loader": "0.0.5",
"react-native-windows": "0.69.4",
"react-router-dom": "6.3.0",
"rnv": "0.37.0-canary.13",
"v8-android": "10.100.1",
"xcode": "2.1.0"
},
"optionalDependencies": {
"ios-deploy": "1.11.4"
},
"private": false,
"publishConfig": {
"access": "public"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
"name": "@rnv/template-starter",
"version": "0.37.0-canary.13",
"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`, `FirefoxOS`, `Firefox TV`, `Linux",
"keywords": [
"android tv",
"android wear",
"apple tv",
"boilerplate",
"cocoapods",
"cross-platform",
"desktop",
"electron",
"firefox tv",
"firefoxox",
"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"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"homepage": "https://github.com/renative-org/renative#readme",
"bugs": {
"url": "https://github.com/renative-org/renative/issues"
},
"license": "MIT",
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"contributors": [],
"files": [
"appConfigs/app",
"appConfigs/base/assets/runtime",
"appConfigs/base/fonts",
"appConfigs/base/renative.json",
"buildHooks",
"index.js",
"next.config.js",
"renative.json",
"renative.template.json",
"src",
"static",
"tsconfig.json"
],
"repository": {
"type": "git",
"url": "git://github.com/renative-org/renative.git"
},
"scripts": {
"bootstrap": "cd ../.. && yarn bootstrap",
"e2e:all": "yarn e2e:ios ; yarn e2e:tvos ; yarn e2e:android ; yarn e2e:androidtv ; yarn e2e:macos ; yarn e2e:web",
"e2e:android": "PLATFORM=android JAVA_HOME=$(/usr/libexec/java_home) npx wdio wdio.conf.cjs",
"e2e:androidtv": "PLATFORM=androidtv JAVA_HOME=$(/usr/libexec/java_home) npx wdio wdio.conf.cjs",
"e2e:ios": "PLATFORM=ios npx wdio wdio.conf.cjs",
"e2e:macos": "PLATFORM=macos ENGINE=macos npx wdio wdio.conf.cjs",
"e2e:tvos": "PLATFORM=tvos npx wdio wdio.conf.cjs",
"e2e:web": "PLATFORM=web npx 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",
"tsc": "tsc --noEmit --composite false"
},
"devDependencies": {
"@babel/runtime": "7.12.5",
"@flexn/graybox": "0.21.2-alpha.16",
"@lightningjs/cli": "2.8.0",
"@lightningjs/sdk": "4.8.3",
"@noriginmedia/react-spatial-navigation": "2.12.9",
"@react-native-community/cli": "^6.0.0",
"@react-native-community/cli-platform-android": "^6.0.0",
"@react-native-community/cli-platform-ios": "^6.0.0",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/viewpager": "2.0.2",
"@react-native-windows/cli": "0.67.1",
"@react-navigation/bottom-tabs": "5.1.1",
"@react-navigation/core": "5.12.3",
"@react-navigation/drawer": "5.9.0",
"@react-navigation/material-bottom-tabs": "5.1.1",
"@react-navigation/material-top-tabs": "5.1.1",
"@react-navigation/native": "5.7.3",
"@react-navigation/routers": "5.1.0",
"@react-navigation/stack": "5.9.0",
"@react-navigation/web": "1.0.0-alpha.9",
"@rnv/engine-lightning": "0.37.0-canary.13",
"@rnv/engine-rn": "0.37.0-canary.13",
"@rnv/engine-rn-electron": "0.37.0-canary.13",
"@rnv/engine-rn-macos": "0.37.0-canary.13",
"@rnv/engine-rn-next": "0.37.0-canary.13",
"@rnv/engine-rn-tvos": "0.37.0-canary.13",
"@rnv/engine-rn-web": "0.37.0-canary.13",
"@rnv/engine-rn-windows": "0.37.0-canary.13",
"@rnv/renative": "0.37.0-canary.13",
"@rnv/template-starter": "0.37.0-canary.13",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"@types/react-native": "0.67.2",
"babel-jest": "26.6.3",
"babel-loader": "8.0.5",
"cypress": "4.8.0",
"detox": "18.20.2",
"hash-source": "1.0.4",
"jetifier": "1.6.5",
"next": "12.1.6",
"raf": "3.4.1",
"react": "18.1.0",
"react-art": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.67.2",
"react-native-gesture-handler": "1.10.3",
"react-native-google-cast": "4.2.4",
"react-native-macos": "0.66.33",
"react-native-reanimated": "1.13.3",
"react-native-safe-area-context": "3.1.0",
"react-native-safe-area-view": "0.14.5",
"react-native-screens": "2.2.0",
"react-native-tab-view": "2.13.0",
"react-native-tvos": "0.66.3-1",
"react-native-vector-icons": "8.1.0",
"react-native-web": "0.18.0",
"react-native-web-image-loader": "0.0.5",
"react-native-windows": "0.69.4",
"react-router-dom": "6.3.0",
"rnv": "0.37.0-canary.13",
"v8-android": "10.100.1",
"xcode": "2.1.0"
},
"optionalDependencies": {
"ios-deploy": "1.11.4"
},
"private": false,
"publishConfig": {
"access": "public"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

0 comments on commit 8271c84

Please sign in to comment.