forked from rohit-gohri/redocusaurus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "docusaurus-theme-redoc",
"version": "0.4.4",
"description": "Redoc Component for DocusaurusV2",
"main": "dist/index.js",
"scripts": {
"_copy": "npx copyup -e \"./**/*.jsx\" -e \"./**/*.js\" -e \"./**/*.ts\" -e \"./**/*.tsx\" \"./src/**/*.*\"",
"copy": "yarn _copy ./dist && yarn _copy ./dist-jsx",
"copy:watch": "nodemon --watch ./src/**/*.css -e css --exec \"yarn copy\"",
"build": "tsc -p tsconfig.jsx.json && tsc",
"postbuild": "yarn copy",
"dev": "concurrently 'tsc -w -p tsconfig.jsx.json' 'tsc -w' 'yarn copy:watch'",
"prepublish": "rm -rf rm .tsbuild.info .tsbuild.jsx.info",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohit-gohri/redocusaurus.git"
},
"keywords": [
"redoc",
"api-doc",
"docusaurus",
"docusaurus-theme"
],
"author": "Rohit Gohri <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rohit-gohri/redocusaurus/issues"
},
"homepage": "https://github.com/rohit-gohri/redocusaurus#readme",
"dependencies": {
"@docusaurus/types": "^2.0.0-beta.0",
"clsx": "^1.1.1",
"copyfiles": "^2.4.1",
"lodash": "^4.17.21",
"mobx": "^6.3.0",
"node-polyfill-webpack-plugin": "^1.1.3",
"redoc": "^2.0.0-rc.54",
"styled-components": "^5.3.0",
"to-arraybuffer": "^1.0.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.0",
"@docusaurus/theme-classic": "^2.0.0-beta.0",
"@types/lodash": "^4.14.169"
},
"engines": {
"node": ">=10.15.1"
}
}