Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
85 lines (85 loc) · 2.42 KB

File metadata and controls

85 lines (85 loc) · 2.42 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "rapidoc",
"version": "9.3.5-beta",
"description": "RapiDoc - Open API spec viewer with built in console",
"author": "Mrinmoy Majumdar <mrin9@yahoo.com>",
"homepage": "https://rapidocweb.com",
"repository": {
"type": "git",
"url": "https://github.com/rapi-doc/RapiDoc.git"
},
"license": "MIT",
"keywords": [
"OpenAPI",
"OpenAPI Specification",
"Swagger",
"JSON-Schema",
"API",
"REST",
"documentation",
"Custom Element",
"Web Component",
"rapidoc",
"swagger",
"swagger ui",
"openapi ui",
"openapi themes",
"openapi viewer",
"openapi renderer",
"openapi explorer",
"swagger themes"
],
"main": "dist/rapidoc-min.js",
"module": "dist/rapidoc-min.js",
"mode": "production",
"dependencies": {
"babel-plugin-prismjs": "^2.1.0",
"base64-arraybuffer": "^1.0.2",
"buffer": "^6.0.3",
"httpsnippet": "^2.0.0",
"lit": "^2.6.1",
"marked": "^4.2.12",
"node-polyfill-webpack-plugin": "^2.0.1",
"prismjs": "^1.29.0",
"swagger-parser": "^10.0.3",
"xml-but-prettier": "^1.0.1"
},
"scripts": {
"build": "NODE_ENV=production webpack --mode=production",
"build_windows": "set NODE_ENV='production'&&webpack --mode=production",
"serve": "webpack serve --mode=development",
"serve-prod": "webpack serve --mode=production",
"serve1": "node --trace-deprecation ./node_modules/webpack/bin/webpack serve",
"lint": "eslint ./src/**",
"lint-fix": "eslint --fix ./src/**"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"babel-plugin-template-html-minifier": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-webpack-plugin": "3.2.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0",
"inspectpack": "^4.7.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"engines": {
"node": ">=10.21.0"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.