insomnia/plugins/insomnia-plugin-kong-portal/package.json

34 lines
1.0 KiB
JSON
Raw Normal View History

2020-04-26 20:33:39 +00:00
{
"name": "insomnia-plugin-kong-portal",
2021-04-28 20:50:33 +00:00
"version": "2.2.35",
2020-04-26 20:33:39 +00:00
"main": "dist/index.js",
"author": "Kong <office@konghq.com>",
2020-04-26 20:33:39 +00:00
"scripts": {
"build": "webpack --config webpack.config.js --display errors-only",
"watch": "webpack --config webpack.config.js --watch",
2020-08-28 00:22:33 +00:00
"prepare": "npm run build"
2020-04-26 20:33:39 +00:00
},
"insomnia": {
"name": "kong-portal",
"description": "Deploy API specifications to Kong Portal"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
2020-04-26 20:33:39 +00:00
"@babel/preset-env": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"@babel/preset-react": "^7.9.4",
2020-09-14 20:55:18 +00:00
"autobind-decorator": "^2.4.0",
2021-04-28 20:50:33 +00:00
"insomnia-components": "2.2.35",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"styled-components": "^4.4.1",
2020-09-14 20:55:18 +00:00
"url-join": "^4.0.1",
"webpack": "^4.42.1",
2020-09-14 20:55:18 +00:00
"webpack-cli": "^3.3.11"
2020-07-01 23:28:05 +00:00
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
2020-04-26 20:33:39 +00:00
}