-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.4 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.4 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
{
"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.84.0-nightly-20260107-58bc6c3e3",
"react-native-platform-override": "0.0.0-canary.1017",
"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"
},
"packageManager": "yarn@4.13.0"
}