fluentui-react-native/apps/fluent-tester/package.json

206 строки
7.3 KiB
JSON

{
"name": "@fluentui-react-native/tester",
"version": "0.170.5",
"description": "A test app to test FluentUI React Native Components during development",
"license": "MIT",
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"main": "src/index.ts",
"module": "src/index.ts",
"typings": "lib/index.d.ts",
"onPublish": {
"main": "lib-commonjs/index.js",
"module": "lib/index.js"
},
"scripts": {
"android": "react-native run-android",
"build": "fluentui-scripts build",
"bundle": "react-native rnx-bundle --dev false",
"bundle:android": "react-native rnx-bundle --dev false --platform android",
"bundle:ios": "react-native rnx-bundle --dev false --platform ios",
"bundle:macos": "react-native rnx-bundle --dev false --platform macos",
"bundle:windows": "react-native rnx-bundle --dev false --platform windows",
"clean": "fluentui-scripts clean",
"depcheck": "fluentui-scripts depcheck",
"ios": "react-native run-ios",
"just": "fluentui-scripts",
"lint": "fluentui-scripts eslint",
"macos": "react-native run-macos --scheme FluentTester",
"prettier": "fluentui-scripts prettier",
"prettier-fix": "fluentui-scripts prettier --fix true",
"start": "react-native rnx-start",
"windows": "react-native run-windows --arch x64 --sln windows/FluentTester.sln"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui-react-native.git",
"directory": "apps/fluent-tester"
},
"dependencies": {
"@fluentui-react-native/android-theme": "workspace:*",
"@fluentui-react-native/apple-theme": "workspace:*",
"@fluentui-react-native/avatar": "workspace:*",
"@fluentui-react-native/badge": "workspace:*",
"@fluentui-react-native/button": "workspace:*",
"@fluentui-react-native/chip": "workspace:*",
"@fluentui-react-native/default-theme": "workspace:*",
"@fluentui-react-native/divider": "workspace:*",
"@fluentui-react-native/drawer": "workspace:*",
"@fluentui-react-native/dropdown": "workspace:*",
"@fluentui-react-native/experimental-activity-indicator": "workspace:*",
"@fluentui-react-native/experimental-appearance-additions": "workspace:*",
"@fluentui-react-native/experimental-avatar": "workspace:*",
"@fluentui-react-native/experimental-checkbox": "workspace:*",
"@fluentui-react-native/experimental-expander": "workspace:*",
"@fluentui-react-native/experimental-menu-button": "workspace:*",
"@fluentui-react-native/experimental-native-date-picker": "workspace:*",
"@fluentui-react-native/experimental-shadow": "workspace:*",
"@fluentui-react-native/experimental-shimmer": "workspace:*",
"@fluentui-react-native/framework": "workspace:*",
"@fluentui-react-native/icon": "workspace:*",
"@fluentui-react-native/input": "workspace:*",
"@fluentui-react-native/interactive-hooks": "workspace:*",
"@fluentui-react-native/menu": "workspace:*",
"@fluentui-react-native/merge-props": "workspace:*",
"@fluentui-react-native/notification": "workspace:*",
"@fluentui-react-native/overflow": "workspace:*",
"@fluentui-react-native/radio-group": "workspace:*",
"@fluentui-react-native/separator": "workspace:*",
"@fluentui-react-native/spinner": "workspace:*",
"@fluentui-react-native/stack": "workspace:*",
"@fluentui-react-native/switch": "workspace:*",
"@fluentui-react-native/tablist": "workspace:*",
"@fluentui-react-native/text": "workspace:*",
"@fluentui-react-native/theme": "workspace:*",
"@fluentui-react-native/theme-tokens": "workspace:*",
"@fluentui-react-native/theme-types": "workspace:*",
"@fluentui-react-native/themed-stylesheet": "workspace:*",
"@fluentui-react-native/theming-utils": "workspace:*",
"@fluentui-react-native/tooltip": "workspace:*",
"@fluentui-react-native/vibrancy-view": "workspace:*",
"@fluentui-react-native/win32-theme": "workspace:*",
"@fluentui/react-native": "workspace:*",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-community/slider": "^4.2.0",
"@react-native-menu/menu": "^0.7.3",
"@react-native-picker/picker": "^2.7.0",
"@warren-ms/react-native-icons": "^0.0.13",
"react": "18.2.0",
"react-native": "^0.73.0",
"react-native-macos": "^0.73.0",
"react-native-svg": "^15.0.0",
"react-native-windows": "^0.73.0",
"tslib": "^2.3.1"
},
"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/cli": "^0.16.2",
"@rnx-kit/metro-config": "^1.3.1",
"@types/jasmine": "5.1.4",
"@wdio/cli": "8.35.1",
"@wdio/globals": "8.35.1",
"@wdio/jasmine-framework": "8.35.1",
"flow-bin": "^0.113.0",
"metro-config": "^0.80.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-test-app": "^3.4.7",
"react-test-renderer": "18.2.0",
"webdriverio": "8.35.1"
},
"peerDependencies": {
"@office-iss/react-native-win32": "^0.73.0"
},
"jest": {
"preset": "react-native"
},
"rnx-kit": {
"kitType": "app",
"bundle": [
{
"id": "main",
"entryFile": "index.js",
"assetsDest": "dist",
"targets": [
"android",
"ios",
"macos",
"windows"
],
"plugins": [
[
"@rnx-kit/metro-plugin-cyclic-dependencies-detector",
{
"throwOnError": true
}
],
[
"@rnx-kit/metro-plugin-duplicates-checker",
{
"throwOnError": false
}
]
],
"platforms": {
"android": {
"bundleOutput": "dist/index.android.bundle",
"sourcemapOutput": "dist/index.android.bundle.map",
"assetsDest": "dist/res"
},
"ios": {
"bundleOutput": "dist/index.ios.jsbundle",
"sourcemapOutput": "dist/index.ios.jsbundle.map"
},
"macos": {
"bundleOutput": "dist/index.macos.jsbundle",
"sourcemapOutput": "dist/index.macos.jsbundle.map"
},
"windows": {
"bundleOutput": "dist/index.windows.bundle",
"sourcemapOutput": "dist/index.windows.bundle.map"
}
}
}
],
"alignDeps": {
"presets": [
"microsoft/react-native",
"@fluentui-react-native/scripts/align-deps-preset.js"
],
"requirements": [
"react-native@0.73"
],
"capabilities": [
"core-android",
"core-ios",
"core-macos",
"core-windows",
"babel-preset-react-native",
"metro-config",
"react",
"react-test-renderer",
"svg",
"test-app"
]
}
},
"depcheck": {
"ignoreMatches": [
"@fluentui-react-native/experimental-expander"
]
},
"peerDependenciesMeta": {
"@office-iss/react-native-win32": {
"optional": true
}
}
}