fluentui-react-native/apps/E2E/package.json

83 строки
2.3 KiB
JSON

{
"name": "@fluentui-react-native/e2e-testing",
"version": "1.40.0",
"description": "Package containing E2E testing specs",
"license": "MIT",
"scripts": {
"build": "fluentui-scripts build",
"lint": "fluentui-scripts eslint",
"e2etest:android": "wdio run wdio.conf.android.js",
"e2etest:ios": "wdio run wdio.conf.ios.js",
"e2etest:macos": "wdio run wdio.conf.macos.js",
"e2etest:win32": "wdio run wdio.conf.win32.js",
"e2etest:windows": "rimraf errorShots reports && wdio run wdio.conf.windows.js"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui-react-native.git",
"directory": "apps/E2E"
},
"files": [
"src/**/*",
"dist/*"
],
"dependencies": {
"react": "18.2.0",
"react-native": "^0.73.0",
"react-native-macos": "^0.73.0",
"react-native-windows": "^0.73.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/runtime": "^7.8.0",
"@fluentui-react-native/eslint-config-rules": "workspace:*",
"@fluentui-react-native/focus-zone": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@react-native/babel-preset": "^0.73.0",
"@react-native/metro-babel-transformer": "^0.73.0",
"@react-native/metro-config": "^0.73.0",
"@rnx-kit/metro-config": "^1.3.1",
"@types/jasmine": "5.1.4",
"@types/react": "^18.2.0",
"@wdio/appium-service": "^8.40.0",
"@wdio/cli": "^8.40.0",
"@wdio/globals": "^8.40.0",
"@wdio/jasmine-framework": "^8.40.0",
"@wdio/json-reporter": "^8.40.0",
"@wdio/local-runner": "^8.40.0",
"@wdio/spec-reporter": "^8.40.0",
"appium": "^2.11.2",
"appium-mac2-driver": "^1.12.0",
"appium-uiautomator2-driver": "^3.0.5",
"appium-windows-driver": "^2.12.18",
"appium-xcuitest-driver": "^7.9.1",
"metro-config": "^0.80.0",
"rimraf": "^5.0.1",
"ts-node": "^10.7.0",
"typescript": "4.9.4",
"webdriverio": "^8.40.0"
},
"installConfig": {
"hoistingLimits": "dependencies"
},
"rnx-kit": {
"kitType": "app",
"alignDeps": {
"presets": [
"microsoft/react-native"
],
"requirements": [
"react-native@0.73"
],
"capabilities": [
"core",
"core-macos",
"core-windows",
"react",
"metro-config",
"babel-preset-react-native"
]
}
}
}