|
| 1 | +{ |
| 2 | + "name": "@rnx-repo-yarn-pnpm/button", |
| 3 | + "version": "0.39.2", |
| 4 | + "private": true, |
| 5 | + "description": "A copy of the fluentui-react-native button for testing", |
| 6 | + "module": "lib/index.js", |
| 7 | + "typings": "lib/index.d.ts", |
| 8 | + "exports": { |
| 9 | + ".": { |
| 10 | + "types": "./lib/index.d.ts", |
| 11 | + "import": "./lib/index.js" |
| 12 | + }, |
| 13 | + "./package.json": "./package.json" |
| 14 | + }, |
| 15 | + "scripts": { |
| 16 | + "build": "rnx-test-scripts build", |
| 17 | + "clean": "rnx-test-scripts clean", |
| 18 | + "lint": "rnx-test-scripts lint", |
| 19 | + "test": "rnx-test-scripts jest" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@fluentui-react-native/adapters": "0.13.0", |
| 23 | + "@fluentui-react-native/experimental-activity-indicator": "0.10.1", |
| 24 | + "@fluentui-react-native/experimental-shadow": "0.6.2", |
| 25 | + "@fluentui-react-native/framework": "0.14.0", |
| 26 | + "@fluentui-react-native/icon": "0.21.6", |
| 27 | + "@fluentui-react-native/interactive-hooks": "0.27.2", |
| 28 | + "@fluentui-react-native/pressable": "0.12.2", |
| 29 | + "@fluentui-react-native/styling-utils": "0.7.0", |
| 30 | + "@fluentui-react-native/theme-tokens": "0.27.0", |
| 31 | + "@fluentui-react-native/theme-types": "0.39.0", |
| 32 | + "@fluentui-react-native/theming-utils": "0.26.0", |
| 33 | + "@fluentui-react-native/tokens": "0.23.0", |
| 34 | + "@fluentui-react-native/use-styling": "0.13.0", |
| 35 | + "@rnx-repo-yarn-pnpm/text": "workspace:*", |
| 36 | + "@uifabricshared/foundation-composable": "0.13.0", |
| 37 | + "@uifabricshared/foundation-compose": "1.15.0", |
| 38 | + "@uifabricshared/foundation-settings": "0.15.0", |
| 39 | + "tslib": "^2.3.1" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@react-native-community/cli": "^15.0.0", |
| 43 | + "@react-native-community/cli-platform-android": "^15.0.0", |
| 44 | + "@react-native-community/cli-platform-ios": "^15.0.0", |
| 45 | + "@react-native/babel-preset": "^0.76.0", |
| 46 | + "@react-native/metro-config": "^0.76.0", |
| 47 | + "@rnx-kit/eslint-config": "*", |
| 48 | + "@rnx-kit/eslint-plugin": "*", |
| 49 | + "@rnx-repo-yarn-pnpm/scripts": "workspace:*", |
| 50 | + "@types/node": "^20.0.0", |
| 51 | + "@types/react": "^18.0.0", |
| 52 | + "eslint": "^9.0.0", |
| 53 | + "prettier": "^3.0.0", |
| 54 | + "react": "18.3.1", |
| 55 | + "react-native": "^0.76.0", |
| 56 | + "react-native-macos": "^0.76.0", |
| 57 | + "react-native-svg": "^15.8.0", |
| 58 | + "react-native-windows": "^0.76.0", |
| 59 | + "typescript": "^5.0.0" |
| 60 | + }, |
| 61 | + "peerDependencies": { |
| 62 | + "react": "18.3.1", |
| 63 | + "react-native": "^0.76.0", |
| 64 | + "react-native-macos": "^0.76.0", |
| 65 | + "react-native-svg": "^15.8.0", |
| 66 | + "react-native-windows": "^0.76.0" |
| 67 | + }, |
| 68 | + "author": "", |
| 69 | + "license": "MIT", |
| 70 | + "sideEffects": false, |
| 71 | + "rnx-kit": { |
| 72 | + "kitType": "library", |
| 73 | + "alignDeps": { |
| 74 | + "presets": [ |
| 75 | + "microsoft/react-native" |
| 76 | + ], |
| 77 | + "requirements": [ |
| 78 | + "react-native@0.76" |
| 79 | + ], |
| 80 | + "capabilities": [ |
| 81 | + "babel-preset-react-native", |
| 82 | + "core", |
| 83 | + "core-android", |
| 84 | + "core-ios", |
| 85 | + "core-macos", |
| 86 | + "core-windows", |
| 87 | + "react", |
| 88 | + "svg" |
| 89 | + ] |
| 90 | + } |
| 91 | + }, |
| 92 | + "peerDependenciesMeta": { |
| 93 | + "react-native-macos": { |
| 94 | + "optional": true |
| 95 | + }, |
| 96 | + "react-native-windows": { |
| 97 | + "optional": true |
| 98 | + } |
| 99 | + } |
| 100 | +} |
0 commit comments