|
| 1 | +{ |
| 2 | + "name": "@fluentui-react-native/tooltip", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "A cross-platform Tooltip component for React Native.", |
| 5 | + "main": "src/index.ts", |
| 6 | + "module": "src/index.ts", |
| 7 | + "typings": "lib/index.d.ts", |
| 8 | + "onPublish": { |
| 9 | + "main": "lib-commonjs/index.js", |
| 10 | + "module": "lib/index.js" |
| 11 | + }, |
| 12 | + "scripts": { |
| 13 | + "build": "fluentui-scripts build", |
| 14 | + "clean": "fluentui-scripts clean", |
| 15 | + "depcheck": "fluentui-scripts depcheck", |
| 16 | + "just": "fluentui-scripts", |
| 17 | + "lint": "fluentui-scripts eslint", |
| 18 | + "test": "fluentui-scripts jest", |
| 19 | + "update-snapshots": "fluentui-scripts jest -u", |
| 20 | + "prettier": "fluentui-scripts prettier", |
| 21 | + "prettier-fix": "fluentui-scripts prettier --fix true" |
| 22 | + }, |
| 23 | + "repository": { |
| 24 | + "type": "git", |
| 25 | + "url": "https://github.com/microsoft/fluentui-react-native.git", |
| 26 | + "directory": "packages/experimental/Tooltip" |
| 27 | + }, |
| 28 | + "dependencies": { |
| 29 | + "@fluentui-react-native/callout": "^0.25.0", |
| 30 | + "@fluentui-react-native/component-cache": "^1.6.0", |
| 31 | + "@fluentui-react-native/framework": "0.12.0", |
| 32 | + "tslib": "^2.3.1" |
| 33 | + }, |
| 34 | + "devDependencies": { |
| 35 | + "@fluentui-react-native/button": "^0.36.1", |
| 36 | + "@fluentui-react-native/eslint-config-rules": "^0.1.1", |
| 37 | + "@fluentui-react-native/scripts": "^0.1.1", |
| 38 | + "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0", |
| 39 | + "@office-iss/react-native-win32": "^0.72.0", |
| 40 | + "@react-native/metro-config": "^0.72.0", |
| 41 | + "react": "18.2.0", |
| 42 | + "react-native": "^0.72.0" |
| 43 | + }, |
| 44 | + "peerDependencies": { |
| 45 | + "react": "18.2.0", |
| 46 | + "react-native": "^0.72.0" |
| 47 | + }, |
| 48 | + "author": "", |
| 49 | + "license": "MIT", |
| 50 | + "rnx-kit": { |
| 51 | + "kitType": "library", |
| 52 | + "alignDeps": { |
| 53 | + "presets": [ |
| 54 | + "microsoft/react-native" |
| 55 | + ], |
| 56 | + "requirements": [ |
| 57 | + |
| 58 | + ], |
| 59 | + "capabilities": [ |
| 60 | + "core", |
| 61 | + "react" |
| 62 | + ] |
| 63 | + } |
| 64 | + } |
| 65 | +} |
0 commit comments