forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.88 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
60
61
62
63
64
65
{
"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",
"format": "format-files -i -style=file -assume-filename=../.clang-format",
"format:verify": "format-files -i -style=file -assume-filename=../.clang-format -verify",
"test": "lage test --verbose -- --color",
"validate-overrides": "react-native-platform-override validate --color"
},
"repository": {
"type": "git",
"url": "[email protected]:microsoft/react-native-windows.git"
},
"license": "MIT",
"workspaces": {
"packages": [
"packages/*",
"packages/@react-native-windows/*",
"packages/@react-native/*",
"packages/@rnw-scripts/*",
"vnext"
]
},
"devDependencies": {
"beachball": "^1.32.0",
"husky": "^4.2.5",
"lage": "^0.24.0"
},
"resolutions": {
"@wdio/appium-service": "5.12.1",
"@wdio/cli": "5.12.1",
"@wdio/config": "5.12.1",
"@wdio/dot-reporter": "5.12.1",
"@wdio/jasmine-framework": "5.12.1",
"@wdio/junit-reporter": "5.12.1",
"@wdio/local-runner": "5.12.1",
"@wdio/logger": "5.12.1",
"@wdio/repl": "5.12.1",
"@wdio/runner": "5.12.1",
"@wdio/sync": "5.12.1",
"@wdio/utils": "5.12.1",
"appium-android-driver": "4.12.0-stub.0",
"appium-selendroid-driver": "1.13.4-stub.0",
"appium-tizen-driver": "1.1.1-stub.0",
"eslint-plugin-react": "^7.14.1",
"eslint-plugin-react-hooks": "4.0.7",
"kind-of": "6.0.3",
"node-fetch": "2.6.1",
"webdriver": "git+https://github.com/react-native-windows/webdriver.git",
"webdriverio": "5.12.1",
"yargs-parser": "^18.1.1"
},
"beachball": {
"gitTags": false
},
"engines": {
"node": ">12.0.0"
}
}