forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.67 KB
/
package.json
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
{
"name": "react-native-windows-repo",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "lage build -- --color",
"lint": "lage lint --verbose -- --color",
"lint:fix": "lage lint:fix -- --color",
"change": "beachball change",
"clean": "lage clean -- --color",
"doc": "doxysaurus --config vnext/doxysaurus.json",
"format": "format-files -i -style=file -assume-filename=../.clang-format",
"format:verify": "format-files -i -style=file -verify",
"test": "lage test --verbose -- --color",
"validate-overrides": "react-native-platform-override validate --color"
},
"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-bots/*",
"packages/@rnw-scripts/*",
"vnext"
]
},
"devDependencies": {
"beachball": "^1.32.0",
"husky": "^4.2.5",
"unbroken": "1.0.27",
"lage": "^0.24.0"
},
"resolutions": {
"eslint-plugin-react-hooks": "4.0.7",
"kind-of": "6.0.3",
"node-fetch": "2.6.1",
"node-notifier": "^9.0.0",
"///": "Until @react-native-community/cli updates to use metro 0.65, we need to force it here to keep fast refresh working",
"metro": "^0.65.0",
"metro-config": "^0.65.0",
"metro-core": "^0.65.0",
"metro-react-native-babel-transformer": "^0.65.0",
"metro-resolver": "^0.65.0",
"metro-runtime": "^0.65.0",
"xmldom": "^0.5.0"
},
"beachball": {
"gitTags": false
},
"engines": {
"node": ">12.0.0"
}
}