shopware-frontends-proxy
Version:
This Shopware Frontends (nuxt3) module proxies requests to the Shopware 6 instance to bypass preflight requests.
51 lines (50 loc) • 1.3 kB
JSON
{
"name": "shopware-frontends-proxy",
"description": "This Shopware Frontends (nuxt3) module proxies requests to the Shopware 6 instance to bypass preflight requests.",
"version": "1.0.1",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"http-proxy-middleware": "^2.0.6",
"nuxt-proxy": "^0.3.4"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.29.0",
"nuxt": "^3.0.0"
},
"keywords": [
"nuxt3",
"Shopware",
"ShopwareFrontends",
"Proxy"
],
"bugs": {
"url": "https://github.com/meeshoogendoorn/shopware-frontends-proxy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meeshoogendoorn/shopware-frontends-proxy"
},
"author": "Mees <m.hoogendoorn@krs.nl>"
}