2022-11-08 00:01:28 +03:00
|
|
|
{
|
|
|
|
"name": "@fluentui-react-native/experimental-native-font-metrics",
|
2024-04-11 21:08:46 +03:00
|
|
|
"version": "0.6.0",
|
2022-11-08 00:01:28 +03:00
|
|
|
"description": "A temporary partial wrapper for UIFontMetrics.",
|
|
|
|
"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": {
|
|
|
|
"build": "fluentui-scripts build",
|
|
|
|
"just": "fluentui-scripts",
|
|
|
|
"clean": "fluentui-scripts clean",
|
|
|
|
"lint": "fluentui-scripts eslint",
|
|
|
|
"depcheck": "fluentui-scripts depcheck",
|
|
|
|
"test": "fluentui-scripts jest",
|
|
|
|
"update-snapshots": "fluentui-scripts jest -u",
|
|
|
|
"prettier": "fluentui-scripts prettier",
|
|
|
|
"prettier-fix": "fluentui-scripts prettier --fix true"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
|
|
|
"directory": "packages/experimental/NativeFontMetrics"
|
|
|
|
},
|
2023-06-09 17:51:11 +03:00
|
|
|
"dependencies": {
|
|
|
|
"use-subscription": ">=1.0.0 <1.6.0"
|
|
|
|
},
|
2022-11-08 00:01:28 +03:00
|
|
|
"devDependencies": {
|
2024-03-01 23:00:50 +03:00
|
|
|
"@fluentui-react-native/eslint-config-rules": "workspace:*",
|
|
|
|
"@fluentui-react-native/scripts": "workspace:*",
|
2024-04-11 20:32:42 +03:00
|
|
|
"@react-native/babel-preset": "^0.73.0",
|
|
|
|
"@react-native/metro-config": "^0.73.0",
|
2022-11-08 00:01:28 +03:00
|
|
|
"@types/use-subscription": "1.0.0",
|
2023-06-05 21:49:06 +03:00
|
|
|
"react": "18.2.0",
|
2024-04-11 20:32:42 +03:00
|
|
|
"react-native": "^0.73.0"
|
2022-11-08 00:01:28 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-06-05 21:49:06 +03:00
|
|
|
"react": "18.2.0",
|
2024-04-11 20:32:42 +03:00
|
|
|
"react-native": "^0.73.0"
|
2022-11-08 00:01:28 +03:00
|
|
|
},
|
|
|
|
"rnx-kit": {
|
|
|
|
"kitType": "library",
|
2023-01-30 17:44:56 +03:00
|
|
|
"alignDeps": {
|
|
|
|
"presets": [
|
|
|
|
"microsoft/react-native"
|
|
|
|
],
|
|
|
|
"requirements": [
|
2024-04-11 20:32:42 +03:00
|
|
|
"react-native@0.73"
|
2023-01-30 17:44:56 +03:00
|
|
|
],
|
|
|
|
"capabilities": [
|
|
|
|
"core",
|
|
|
|
"core-ios",
|
|
|
|
"react"
|
|
|
|
]
|
|
|
|
}
|
2022-11-08 00:01:28 +03:00
|
|
|
}
|
|
|
|
}
|