forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.74 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
{
"name": "react-native-windows-repo",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "lerna run build --stream -- --color",
"lint": "lerna run lint --stream -- --color",
"lint:fix": "lerna run lint:fix --stream -- --color",
"api": "lerna run api --stream -- --color",
"buildci": "lerna run build --stream -- --ci",
"change": "beachball change",
"clean": "lerna run clean --stream -- --color",
"format": "node packages/scripts/formatFiles.js -i -style=file -assume-filename=../.clang-format",
"format:verify": "node packages/scripts/formatFiles.js -i -style=file -assume-filename=../.clang-format -verify",
"test": "lerna run test --stream -- --color",
"validate-overrides": "lerna run validate-overrides --stream -- --color"
},
"husky": {
"hooks": {
"pre-commit": "yarn format"
}
},
"repository": {
"type": "git",
"url": "[email protected]:microsoft/react-native-windows.git"
},
"license": "MIT",
"workspaces": {
"packages": [
"packages/*",
"vnext"
]
},
"devDependencies": {
"beachball": "^1.13.4",
"husky": "^3.0.9",
"lerna": "^3.16.1"
},
"resolutions": {
"**/eslint-plugin-react": "^7.14.1",
"**/@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",
"**/webdriver": "git+https://github.com/react-native-windows/webdriver.git",
"**/webdriverio": "5.12.1"
}
}