-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.13 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3.13 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"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",
"format:verify": "format-files -i -style=file -verify",
"postinstall": "yarn build",
"release-notes": "yarn workspace @rnw-scripts/generate-release-notes release-notes",
"spellcheck": "npx cspell",
"test": "lage test --verbose --passWithNoTests",
"validate-overrides": "react-native-platform-override validate",
"fork-sync": "node packages/@rnw-scripts/fork-sync/lib-commonjs/sync.js",
"fork-sync:status": "yarn fork-sync --dep fmt --status"
},
"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": {
"@rnw-scripts/beachball-config": "0.0.0",
"@rnw-scripts/format-files": "*",
"@rnw-scripts/integrate-rn": "*",
"@rnw-scripts/just-task": "*",
"@rnw-scripts/prepare-release": "*",
"@rnw-scripts/promote-release": "*",
"@rnw-scripts/stamp-version": "0.0.0",
"@rnw-scripts/take-screenshot": "*",
"@rnw-scripts/unbroken": "*",
"beachball": "^2.20.0",
"eslint": "^8.19.0",
"fast-glob": "^3.2.11",
"husky": "^4.2.5",
"lage": "^2.7.1",
"lodash": "^4.17.15",
"prettier": "^3.6.2",
"prettier-plugin-hermes-parser": "0.21.1",
"react": "19.2.3",
"react-native": "0.85.0-nightly-20260303-c26dbe286",
"react-native-platform-override": "workspace:*",
"typescript": "5.0.4"
},
"resolutions": {
"react": "19.2.3",
"convert-source-map": "^2.0.0",
"kind-of": "6.0.3",
"glob-parent": "^5.1.2",
"node-notifier": "^9.0.0",
"safe-buffer": "^5.2.1",
"set-value": "^4.0.1",
"strip-ansi": "^6.0.1",
"parse-url/normalize-url": "^4.5.1",
"@react-native/monorepo/jest-junit": "^13.0.0",
"@react-native/monorepo/ws": "^6.2.3",
"@react-native/tester/ws": "^6.2.3",
"puppeteer-core/ws": "^8.17.1",
"form-data": "^4.0.6",
"@xmldom/xmldom": "^0.8.13",
"tmp": "^0.2.4",
"linkify-it": "^5.0.2",
"uuid": "^11.0.0",
"launch-editor": "^2.14.0",
"qs": "^6.15.0",
"ip-address": "10.3.1",
"@tootallnate/once": "^2.0.0",
"brace-expansion@^1.1.7": "^1.1.14",
"brace-expansion@^2.0.1": "^2.1.0",
"brace-expansion@^2.0.2": "^2.1.0",
"brace-expansion@^5.0.2": "^5.0.7",
"brace-expansion@^5.0.5": "^5.0.7",
"js-yaml@4.1.0": "^4.2.0",
"js-yaml@^4.0.0": "^4.2.0",
"js-yaml@^4.1.0": "^4.2.0",
"js-yaml@^4.1.1": "^4.2.0",
"js-yaml@^3.13.1": "^3.15.0",
"fast-xml-parser@^4.4.1": "^5.0.0",
"tar@^7.5.4": "^7.5.14",
"string_decoder": "portal:./packages/@rnw-scripts/shims/string_decoder"
},
"packageManager": "yarn@4.13.0"
}