-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.03 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "docusaurus-template",
"version": "0.0.0",
"private": true,
"prettier": "ory-prettier-styles",
"config": {
"prettierTarget": "{docs/**,docs,scripts,static,contrib,src,src/**}/*.{md,mdx,json,js,css,html}|*.{js,md}"
},
"scripts": {
"gen": "npm run widdershins && cd .. && node ./docs/scripts/fix-api.js ./docs/docs/reference/api.mdx && node ./docs/scripts/config.js docs/config.js",
"docusaurus": "docusaurus",
"widdershins": "widdershins -u .widdershins/templates -e .widdershins/config.json ../.schema/api.swagger.json -o ./docs/reference/api.mdx",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"serve": "docusaurus serve",
"deploy": "docusaurus deploy",
"format": "prettier --write ${npm_package_config_prettierTarget}",
"format:check": "prettier --check ${npm_package_config_prettierTarget}"
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.415a7973f",
"@docusaurus/plugin-content-docs": "2.0.0-alpha.415a7973f",
"@docusaurus/plugin-content-pages": "2.0.0-alpha.415a7973f",
"@docusaurus/plugin-sitemap": "2.0.0-alpha.415a7973f",
"@docusaurus/theme-classic": "2.0.0-alpha.415a7973f",
"@docusaurus/theme-search-algolia": "2.0.0-alpha.415a7973f",
"classnames": "2.2.6",
"file-loader": "^6.1.0",
"mermaid": "8.6.4",
"node-fetch": "^2.6.1",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.22.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"url-loader": "^4.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"json-schema-faker": "0.5.0-rcv.32",
"json-schema-ref-parser": "8.0.0",
"ory-prettier-styles": "^1.1.1",
"prettier": "2.2.1",
"ramda": "0.27.1",
"raw-loader": "4.0.2",
"remark-admonitions": "1.2.1",
"widdershins": "4.0.1",
"yaml": "1.8.3"
}
}