-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
package.json
33 lines (33 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
{
"name": "@uifabric/api-docs",
"version": "7.1.1",
"description": "A package that transforms api-extractor .api.json files into page.json files",
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/office-ui-fabric-react"
},
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "just-scripts build",
"just": "just-scripts",
"clean": "just-scripts clean"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/node": "^8.10.29",
"@uifabric/build": "^7.0.0",
"@uifabric/merge-styles": "^7.8.1",
"@uifabric/react-cards": "^0.109.2",
"@uifabric/styling": "^7.7.4",
"@uifabric/tslint-rules": "^7.0.5",
"@uifabric/utilities": "^7.8.0",
"office-ui-fabric-react": "^7.76.0"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.12",
"@microsoft/api-extractor-model": "7.3.2",
"fs-extra": "^8.1.0"
}
}