forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.1 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
66
{
"name": "react-native-windows-repo",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "lerna run build --stream -- --color",
"lint": "lerna run lint --parallel -- --color",
"lint:fix": "lerna run lint:fix --parallel -- --color",
"api": "lerna run api --parallel -- --color",
"buildci": "lerna run build --stream -- --ci",
"change": "beachball change",
"clean": "lerna run clean --parallel -- --color",
"format": "format-files -i -style=file -assume-filename=../.clang-format",
"format:verify": "format-files -i -style=file -assume-filename=../.clang-format -verify",
"test": "lerna run test --parallel -- --color",
"validate-overrides": "lerna run validate-overrides --parallel -- --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",
"lerna": "^3.16.1"
},
"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",
"hermes-engine-comment": "The hermes-engine resolution can be removed when we integrate the 9/17 Nightly RN Build",
"hermes-engine": "0.7.0",
"eslint-plugin-react": "^7.14.1",
"eslint-plugin-react-hooks": "4.0.7",
"webdriver": "git+https://github.com/react-native-windows/webdriver.git",
"webdriverio": "5.12.1"
},
"beachball": {
"gitTags": false
},
"engines": {
"node": ">12.0.0"
}
}