|
| 1 | +{ |
| 2 | + "name": "@fluentui-react-native/agentic-components", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "description": "A library of agent-generated FluentUI React Native components", |
| 6 | + "license": "MIT", |
| 7 | + "author": "", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/microsoft/fluentui-react-native.git", |
| 11 | + "directory": "packages/agentic-components" |
| 12 | + }, |
| 13 | + "type": "module", |
| 14 | + "main": "lib/index.js", |
| 15 | + "module": "lib/index.js", |
| 16 | + "types": "lib/index.d.ts", |
| 17 | + "exports": { |
| 18 | + ".": { |
| 19 | + "types": "./lib/index.d.ts", |
| 20 | + "react-native": "./src/index.ts", |
| 21 | + "import": "./lib/index.js", |
| 22 | + "default": "./src/index.ts" |
| 23 | + } |
| 24 | + }, |
| 25 | + "scripts": { |
| 26 | + "build": "tsgo -b", |
| 27 | + "clean": "fluentui-scripts clean", |
| 28 | + "depcheck": "fluentui-scripts depcheck", |
| 29 | + "format": "fluentui-scripts format", |
| 30 | + "lint": "fluentui-scripts lint", |
| 31 | + "test": "fluentui-scripts jest", |
| 32 | + "update-snapshots": "fluentui-scripts jest -u" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@babel/core": "catalog:", |
| 36 | + "@fluentui-react-native/scripts": "workspace:*", |
| 37 | + "@react-native-community/cli": "^20.0.0", |
| 38 | + "@react-native-community/cli-platform-android": "^20.0.0", |
| 39 | + "@react-native-community/cli-platform-ios": "^20.0.0", |
| 40 | + "@react-native/babel-preset": "^0.81.0", |
| 41 | + "@react-native/metro-config": "^0.81.0", |
| 42 | + "@types/react": "~19.1.4", |
| 43 | + "@types/react-test-renderer": "^19.1.0", |
| 44 | + "react": "19.1.4", |
| 45 | + "react-native": "^0.81.6", |
| 46 | + "react-native-macos": "^0.81.0", |
| 47 | + "react-test-renderer": "19.1.4" |
| 48 | + }, |
| 49 | + "peerDependencies": { |
| 50 | + "@types/react": "~18.2.0 || ~19.0.0 || ~19.1.4", |
| 51 | + "react": "18.2.0 || 19.0.0 || 19.1.4", |
| 52 | + "react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.6", |
| 53 | + "react-native-macos": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0" |
| 54 | + }, |
| 55 | + "peerDependenciesMeta": { |
| 56 | + "@types/react": { |
| 57 | + "optional": true |
| 58 | + }, |
| 59 | + "react-native-macos": { |
| 60 | + "optional": true |
| 61 | + } |
| 62 | + }, |
| 63 | + "furn": { |
| 64 | + "jestPlatform": "macos" |
| 65 | + }, |
| 66 | + "rnx-kit": { |
| 67 | + "kitType": "library", |
| 68 | + "alignDeps": { |
| 69 | + "capabilities": [ |
| 70 | + "core", |
| 71 | + "core-macos", |
| 72 | + "react-test-renderer" |
| 73 | + ] |
| 74 | + }, |
| 75 | + "extends": "@fluentui-react-native/scripts/kit-config" |
| 76 | + } |
| 77 | +} |
0 commit comments