-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.63 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.63 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@react-native-windows/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": {
"@rnw-scripts/sample-custom-component": "0.0.1",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"flow-enums-runtime": "^0.0.6"
},
"peerDependencies": {
"@react-native-picker/picker": "2.11.0",
"react": "19.2.3",
"react-native": "0.85.0-nightly-20260114-f15985f4f",
"react-native-windows": "^0.0.0-canary.1053",
"react-native-xaml": "^0.0.80"
},
"peerDependenciesMeta": {
"@react-native-picker/picker": {
"optional": true
},
"react-native-xaml": {
"optional": true
}
},
"devDependencies": {
"@react-native/new-app-screen": "0.85.0-nightly-20260114-f15985f4f",
"@react-native/tester": "0.85.0-nightly-20260114-f15985f4f",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.2.38",
"@rnw-scripts/just-task": "2.3.58",
"@rnw-scripts/ts-config": "2.0.6",
"@types/node": "^22.14.0",
"eslint": "^8.19.0",
"just-scripts": "^1.3.3",
"prettier": "^3.6.2",
"react": "19.2.3",
"react-native": "0.85.0-nightly-20260114-f15985f4f",
"react-native-platform-override": "0.0.0-canary.1022",
"react-native-windows": "^0.0.0-canary.1053",
"typescript": "5.0.4"
},
"engines": {
"node": ">= 22"
}
}