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