forked from ErikWittern/openapi-snippet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 815 Bytes
/
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
{
"name": "swagger-snippet-generator",
"version": "0.15.0",
"description": "Generates code snippets in Swagger UI",
"repository": {
"type": "git",
"url": "https://github.com/tronto20/swagger-snippet-generator"
},
"keywords": [
"HTTP",
"code snippets",
"Swagger UI",
"Swagger Plugin"
],
"author": "tronto20",
"license": "MIT",
"main": "dist/swagger-snippet-generator.min.js",
"scripts": {
"build": "webpack --progress"
},
"dependencies": {
"httpsnippet": "^3.0.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"prettier": "2.3.0",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"tap-spec": "^5.0.0",
"tape": "^4.10.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}