forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.13 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
{
"name": "office-ui-fabric-react-repo",
"version": "1.0.0",
"description": "Reusable React components for building experiences for Office 365.",
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/office-ui-fabric-react"
},
"scripts": {
"_rushInstall": "node node_modules/@microsoft/rush/bin/rush install",
"_rushLink": "node node_modules/@microsoft/rush/bin/rush link",
"_rushBuild": "node node_modules/@microsoft/rush/bin/rush build --verbose",
"_rushBuildToFabric": "node node_modules/@microsoft/rush/bin/rush build --to office-ui-fabric-react",
"_rushRebuild": "node node_modules/@microsoft/rush/bin/rush rebuild --production --verbose",
"postinstall": "npm run _rushInstall && npm run _rushLink && npm run _rushBuildToFabric",
"test": "npm run _rushBuild",
"start": "cd packages && cd office-ui-fabric-react && npm start",
"build": "npm run _rushRebuild",
"change": "node node_modules/@microsoft/rush/bin/rush change"
},
"license": "MIT",
"devDependencies": {
"@microsoft/rush": "2.5.0",
"github": "^7.0.0",
"gulp": "^3.9.1",
"yargs": "^6.5.0"
}
}