UNPKG

@shopware/nuxt-module

Version:
61 lines 1.46 kB
{ "name": "@shopware/nuxt-module", "version": "1.4.1", "description": "Nuxt 3 module for Shopware Frontends", "author": "Shopware", "repository": { "type": "git", "url": "git+https://github.com/shopware/frontends.git" }, "homepage": "https://frontends.shopware.com/framework/internal-structure.html#nuxt-module", "keywords": [ "Nuxt", "Shopware", "Vue" ], "bugs": { "url": "https://github.com/shopware/frontends/issues" }, "license": "MIT", "main": "./index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./index.cjs" } }, "files": [ "dist", "plugin.ts", "shopware.d.ts", "index.cjs" ], "dependencies": { "@nuxt/kit": "3.17.5", "defu": "6.1.4", "h3": "1.15.3", "js-cookie": "3.0.5", "@shopware/composables": "1.9.1", "@shopware/helpers": "1.5.0", "@shopware/api-client": "1.3.0" }, "devDependencies": { "@biomejs/biome": "1.8.3", "@nuxt/schema": "3.17.5", "nuxt": "3.17.5", "typescript": "5.8.3", "unbuild": "2.0.0", "tsconfig": "0.0.0" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "biome check .", "lint:fix": "biome check . --write && pnpm run typecheck", "typecheck": "tsc --noEmit", "test": "echo \"Warn: no test specified yet\"" } }