You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
334 B
18 lines
334 B
1 month ago
|
{
|
||
|
"name": "vite-plugin-proxy",
|
||
|
"version": "0.5.0",
|
||
|
"main": "./main.js",
|
||
|
"author": "ziga.dev",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://github.com/zigomir/vite-plugin-proxy",
|
||
|
"keywords": [
|
||
|
"vite",
|
||
|
"vue",
|
||
|
"proxy"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"http-proxy-middleware": "^1.0.3",
|
||
|
"koa2-connect": "^1.0.2"
|
||
|
}
|
||
|
}
|