forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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.82.0-main",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"flow-enums-runtime": "^0.0.6"
},
"peerDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.299",
"react": "19.1.0",
"react-native": "0.82.0-nightly-20250806-5936f29d6"
},
"devDependencies": {
"@office-iss/react-native-win32": "^0.0.0-canary.299",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.37",
"@rnw-scripts/just-task": "2.3.56",
"@rnw-scripts/ts-config": "2.0.6",
"@types/node": "^22.14.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"react-native": "0.82.0-nightly-20250806-5936f29d6",
"react-native-platform-override": "^1.9.59",
"typescript": "5.0.4"
},
"engines": {
"node": ">= 22"
}
}