41 строка
1.2 KiB
JSON
41 строка
1.2 KiB
JSON
{
|
|
"name": "@office-iss/react-native-win32-tester",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "Windows private fork of RNTester",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rnw-scripts build",
|
|
"lint:fix": "rnw-scripts lint:fix",
|
|
"lint": "rnw-scripts lint",
|
|
"validate-overrides": "react-native-platform-override validate"
|
|
},
|
|
"dependencies": {
|
|
"@react-native/tester": "0.75.0-main",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"flow-enums-runtime": "^0.0.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@office-iss/react-native-win32": "^0.0.0-canary.257",
|
|
"react": "18.0.0",
|
|
"react-native": "0.75.0-nightly-20240618-5df5ed1a8"
|
|
},
|
|
"devDependencies": {
|
|
"@office-iss/react-native-win32": "^0.0.0-canary.257",
|
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
"@rnw-scripts/eslint-config": "1.2.25",
|
|
"@rnw-scripts/just-task": "2.3.42",
|
|
"@rnw-scripts/ts-config": "2.0.5",
|
|
"@types/node": "^18.0.0",
|
|
"eslint": "^8.19.0",
|
|
"just-scripts": "^1.3.3",
|
|
"react-native": "0.75.0-nightly-20240618-5df5ed1a8",
|
|
"react-native-platform-override": "^1.9.44",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
}
|