56 строки
1.6 KiB
JSON
56 строки
1.6 KiB
JSON
{
|
|
"name": "react-native-windows-repo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "lage build",
|
|
"lint": "lage lint --verbose",
|
|
"lint:fix": "lage lint:fix",
|
|
"change": "beachball change",
|
|
"clean": "lage clean",
|
|
"doc": "doxysaurus --config vnext/doxysaurus.json",
|
|
"format": "format-files -i -style=file -assume-filename=../.clang-format",
|
|
"format:verify": "format-files -i -style=file -verify",
|
|
"test": "lage test --verbose",
|
|
"validate-overrides": "react-native-platform-override validate"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:microsoft/react-native-windows.git"
|
|
},
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*",
|
|
"packages/@office-iss/*",
|
|
"packages/@react-native-windows/*",
|
|
"packages/@react-native/*",
|
|
"packages/@rnw-scripts/*",
|
|
"vnext"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"beachball": "^2.20.0",
|
|
"husky": "^4.2.5",
|
|
"unbroken": "1.0.27",
|
|
"lage": "^0.29.3"
|
|
},
|
|
"resolutions": {
|
|
"kind-of": "6.0.3",
|
|
"glob-parent": "^5.1.2",
|
|
"node-fetch": "2.6.1",
|
|
"node-notifier": "^9.0.0",
|
|
"set-value": "^4.0.1",
|
|
"strip-ansi": "^6.0.1",
|
|
"**/parse-url/normalize-url": "^4.5.1",
|
|
"**/@react-native/repo-config/jest-junit": "^13.0.0",
|
|
"**/@react-native/repo-config/ws": "^6.2.2",
|
|
"**/@react-native/tester/ws": "^6.2.2",
|
|
"**/detox/ws": "^5.2.3",
|
|
"z-schema": "^5.0.2"
|
|
},
|
|
"resolutions.justification": {
|
|
"z-schema": "CVE-2021-3765 in validator. z-schema is used by rush which is a dependency of lage so should not be executed in this repo"
|
|
}
|
|
}
|