forked from rohit-gohri/redocusaurus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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-theme-redoc",
"version": "1.2.2",
"description": "Redoc Component for DocusaurusV2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"dist-jsx",
"src"
],
"scripts": {
"copy": "sh copy.sh",
"copy:watch": "nodemon --watch ./src/**/*.css -e css --exec \"yarn copy\"",
"build": "tsc -p tsconfig.jsx.json && tsc && yarn copy && echo \"built theme\"",
"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": [
"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/tree/main/packages/docusaurus-theme-redoc#readme",
"dependencies": {
"clsx": "^1.1.1",
"copyfiles": "^2.4.1",
"lodash": "^4.17.21",
"mobx": "^6.5.0",
"redoc": "2.0.0-rc.72",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.21",
"@docusaurus/theme-classic": "^2.0.0-beta.21",
"@docusaurus/theme-common": "^2.0.0-beta.21",
"@docusaurus/types": "^2.0.0-beta.21",
"@types/lodash": "^4.14.182",
"@types/react-dom": "^17.0.17",
"@types/react-router-dom": "^5.3.3",
"@types/rtlcss": "^3.1.4",
"@types/styled-components": "^5.1.25",
"nodemon": "^2.0.16",
"typescript": "^4.6.4"
},
"peerDependencies": {
"@docusaurus/theme-common": "^2.0.0-beta.18"
},
"engines": {
"node": ">=14"
}
}