fluentui-react-native/package.json

99 строки
2.9 KiB
JSON

{
"name": "@fluentui-react-native/repo",
"version": "1.22.19",
"private": true,
"description": "",
"keywords": [],
"license": "MIT",
"author": "Jason Morse <jasonmo@microsoft.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/ui-fabric-react-native.git"
},
"scripts": {
"build": "lage build",
"build-tools": "lage build-tools",
"buildci": "lage buildci",
"bump-versions": "beachball bump",
"clean-all": "node ./scripts/clean-all.js",
"docs": "yarn workspace fluent-rn-website start",
"bundle": "lage bundle",
"clean": "lage clean",
"change": "beachball change",
"check-for-changed-files": "cd scripts && yarn fluentui-scripts checkForModifiedFiles",
"checkchange": "beachball check --changehint \"Run 'yarn change' to generate a change file\"",
"align-deps": "rnx-align-deps --requirements react-native@0.68",
"depcheck": "yarn align-deps && lage depcheck",
"lint": "lage lint",
"preinstall": "node ./scripts/use-yarn-please.js",
"prettier": "lage prettier",
"prettier-fix": "lage prettier-fix",
"publish:beachball": "beachball publish --bump-deps -m\"📦 applying package updates ***NO_CI***\" --verbose",
"test": "lage test",
"test-links": "markdown-link-check"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0",
"@rnx-kit/align-deps": "^2.1.1",
"babel-jest": "^24.9.0",
"beachball": "^2.20.0",
"eslint-plugin-import": "^2.27.5",
"lage": "^1.5.0",
"markdown-link-check": "^3.8.7",
"metro-react-native-babel-preset": "^0.67.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "^0.68.0"
},
"peerDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "^0.68.0"
},
"workspaces": {
"packages": [
"apps/*",
"packages/**",
"scripts"
],
"nohoist": [
"@fluentui-react-native/e2e-testing/appium-windows-driver",
"@fluentui-react-native/e2e-testing/appium-mac2-driver",
"@fluentui-react-native/e2e-testing/appium-xcuitest-driver",
"@fluentui-react-native/tester-win32/appium-windows-driver",
"@fluentui-react-native/e2e-testing/appium-uiautomator2-driver",
"@fluentui-react-native/e2e-testing/appium-uiautomator2-server"
]
},
"resolutions": {
"@appium/support": "3.1.5",
"es5-ext": "0.10.53",
"jpeg-js": "^0.4.4",
"moment": "^2.29.4",
"shell-quote": "^1.7.3",
"@types/react": "^17.0.2",
"@appium/types": "0.9.1",
"micromatch": "^4.0.0"
},
"rnx-kit": {
"kitType": "library",
"alignDeps": {
"presets": [
"microsoft/react-native"
],
"requirements": [
"react-native@0.68"
],
"capabilities": [
"babel-preset-react-native",
"core",
"react-dom"
]
}
}
}