forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.45 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
{
"name": "office-ui-fabric-react-repo",
"version": "1.0.0",
"description": "Reusable React components for building experiences for Office 365.",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/office-ui-fabric-react"
},
"scripts": {
"_rushInstall": "node node_modules/@microsoft/rush/bin/rush install -c",
"_rushBuild": "node node_modules/@microsoft/rush/bin/rush build --verbose",
"_rushBuildToFabric": "node node_modules/@microsoft/rush/bin/rush build --to office-ui-fabric-react --verbose",
"_rushRebuild": "node node_modules/@microsoft/rush/bin/rush rebuild --production --verbose",
"_rushRebuildFast": "node node_modules/@microsoft/rush/bin/rush rebuild --verbose",
"postinstall": "npm run _rushInstall && npm run _rushBuildToFabric",
"test": "npm run _rushBuild",
"vrtest": "cd apps && cd vr-tests && npm run screener",
"start": "cd packages && cd office-ui-fabric-react && npm start",
"build": "npm run _rushRebuild",
"buildfast": "npm run _rushBuild",
"change": "node node_modules/@microsoft/rush/bin/rush change",
"generate": "node node_modules/@microsoft/rush/bin/rush generate --force",
"bundlesize": "cd scripts && npm run bundlesize",
"create-component": "node scripts/create-component.js",
"checkchange": "node node_modules/@microsoft/rush/bin/rush change -v"
},
"license": "MIT",
"devDependencies": {
"@microsoft/rush": "4.1.0"
}
}