UNPKG

2.45 kBJSONView Raw
1{
2 "name": "rapidoc",
3 "version": "9.3.8",
4 "description": "RapiDoc - Open API spec viewer with built in console",
5 "author": "Mrinmoy Majumdar <mrin9@yahoo.com>",
6 "homepage": "https://rapidocweb.com",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/rapi-doc/RapiDoc.git"
10 },
11 "license": "MIT",
12 "keywords": [
13 "OpenAPI",
14 "OpenAPI Specification",
15 "Swagger",
16 "JSON-Schema",
17 "API",
18 "REST",
19 "documentation",
20 "Custom Element",
21 "Web Component",
22 "rapidoc",
23 "swagger",
24 "swagger ui",
25 "openapi ui",
26 "openapi themes",
27 "openapi viewer",
28 "openapi renderer",
29 "openapi explorer",
30 "swagger themes"
31 ],
32 "main": "dist/rapidoc-min.js",
33 "module": "dist/rapidoc-min.js",
34 "mode": "production",
35 "dependencies": {
36 "@apitools/openapi-parser": "0.0.33",
37 "base64-arraybuffer": "^1.0.2",
38 "buffer": "^6.0.3",
39 "lit": "^3.2.1",
40 "marked": "4.3.0",
41 "prismjs": "^1.29.0",
42 "randexp": "^0.5.3",
43 "xml-but-prettier": "^1.0.1"
44 },
45 "scripts": {
46 "build": "NODE_ENV=production webpack --mode=production",
47 "build_windows": "set NODE_ENV='production'&&webpack --mode=production",
48 "serve": "webpack serve --mode=development",
49 "serve-prod": "webpack serve --mode=production",
50 "serve1": "node --trace-deprecation ./node_modules/webpack/bin/webpack serve",
51 "lint": "./node_modules/eslint/bin/eslint.js ./src/**",
52 "lint-fix": "./node_modules/eslint/bin/eslint.js --fix ./src/**"
53 },
54 "devDependencies": {
55 "@babel/core": "^7.25.8",
56 "@babel/eslint-parser": "^7.25.8",
57 "@babel/preset-env": "^7.25.8",
58 "babel-loader": "^9.2.1",
59 "babel-plugin-template-html-minifier": "^4.1.0",
60 "clean-webpack-plugin": "^4.0.0",
61 "compression-webpack-plugin": "^11.1.0",
62 "css-loader": "^7.1.2",
63 "eslint": "^8.57.1",
64 "eslint-config-airbnb": "^19.0.4",
65 "eslint-import-resolver-webpack": "^0.13.9",
66 "eslint-plugin-import": "^2.31.0",
67 "eslint-webpack-plugin": "4.2.0",
68 "file-loader": "^6.2.0",
69 "filemanager-webpack-plugin": "^8.0.0",
70 "html-webpack-plugin": "^5.6.0",
71 "inspectpack": "^4.7.1",
72 "style-loader": "^4.0.0",
73 "terser-webpack-plugin": "^5.3.10",
74 "unminified-webpack-plugin": "^3.0.0",
75 "webpack": "^5.95.0",
76 "webpack-bundle-analyzer": "^4.10.2",
77 "webpack-cli": "^5.1.4",
78 "webpack-dev-server": "4.11.1"
79 },
80 "engines": {
81 "node": ">=18.16.0"
82 }
83}