forked from microsoft/fluentui-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.46 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
{
"name": "uifabric-react-native",
"version": "0.1.1",
"private": true,
"description": "",
"keywords": [],
"license": "MIT",
"author": "Jason Morse <jasonmo@microsoft.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/ui-fabric-react-native.git"
},
"scripts": {
"build": "lage build",
"build-tools": "lage build-tools",
"buildci": "lage buildci",
"bump-versions": "beachball bump",
"clean-all": "node ./scripts/clean-all.js",
"docs": "yarn workspace fluent-rn-website start",
"bundle": "lage bundle",
"clean": "lage clean",
"change": "beachball change",
"check-for-changed-files": "cd scripts && yarn fluentui-scripts check-for-modified-files",
"checkchange": "beachball check --changehint \"Run 'yarn change' to generate a change file\"",
"depcheck": "lage depcheck",
"lint": "lage lint",
"preinstall": "node ./scripts/use-yarn-please.js",
"prettier": "cd scripts && yarn prettier",
"postinstall": "node ./scripts/postinstall.js",
"publish:beachball": "beachball publish --bump-deps -m\"📦 applying package updates ***NO_CI***\"",
"test": "lage test",
"verify-api": "lage verify-api",
"update-api": "lage update-api"
},
"devDependencies": {
"beachball": "^1.35.0",
"lage": ">=0.17.4 <1.0.0",
"react-dom": "^16.13.1"
},
"workspaces": {
"packages": [
"apps/*",
"packages/**",
"scripts"
]
}
}