forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 945 Bytes
/
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
{
"name": "react-native-windows-repo",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "lerna run build --stream -- --color",
"buildci": "lerna run build --stream -- --ci",
"change": "beachball change",
"clean": "lerna run clean --stream",
"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"
},
"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"
}
}