forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 663 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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": {
"postinstall": "rush install && rush link",
"test": "rush build --production",
"start": "gulp --gulpfile apps/fabric-examples/gulpfile.js serve",
"build": "rush build --production --clean",
"change": "rush change"
},
"license": "MIT",
"devDependencies": {
"@microsoft/rush": "^1.5.1",
"github": "^7.0.0",
"gulp": "^3.9.1",
"yargs": "^6.5.0"
}
}