forked from MicrosoftDocs/oufr-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.89 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
{
"name": "oufr-dev-docs",
"version": "1.0.0",
"description": "This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.",
"private": true,
"scripts": {
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"install-deps": "npm i -D office-ui-fabric-react @uifabric/fabric-website",
"build": "tsc",
"download-api-files": "node lib/downloadApiFiles.js input local",
"generate-config": "node lib/start.js office-ui-fabric-react/docs input local",
"generate": "api-documenter generate --output-folder office-ui-fabric-react/api",
"modify": "node lib/modifyToc.js office-ui-fabric-react/api local",
"setup-step": "npm run build && npm run generate-config",
"generation-step": "npm run generate && npm run modify",
"local": "npm run setup-step && npm run generation-step"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicrosoftDocs/oufr-dev-docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MicrosoftDocs/oufr-dev-docs/issues"
},
"homepage": "https://github.com/MicrosoftDocs/oufr-dev-docs#readme",
"devDependencies": {
"@microsoft/api-documenter": "7.3.16",
"@microsoft/node-core-library": "^3.13.0",
"@types/mustache": "^0.8.32",
"@types/node": "10.14.9",
"mustache": "^3.0.1",
"prettier": "^1.17.1",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "3.3.1"
},
"dependencies": {
"@types/node-fetch": "^2.5.0",
"@types/xml2js": "^0.4.4",
"node-fetch": "^2.6.0",
"xml2js": "^0.4.19"
}
}