UNPKG

@shopware/cms-base-layer

Version:
69 lines 1.67 kB
{ "name": "@shopware/cms-base-layer", "version": "1.5.1", "description": "Vue CMS Nuxt Layer for Shopware", "author": "Shopware", "repository": { "type": "git", "url": "git+https://github.com/shopware/frontends.git" }, "homepage": "https://frontends.shopware.com/framework/shopping-experiences.html", "keywords": [ "Shopware", "Vue", "CMS", "Nuxt", "Layer" ], "bugs": { "url": "https://github.com/shopware/frontends/issues" }, "license": "MIT", "type": "module", "main": "./nuxt.config.ts", "files": [ "dist", "components", "helpers", "index.cjs", "nuxt.config.ts" ], "dependencies": { "@nuxt/kit": "3.17.5", "@tresjs/cientos": "4.3.0", "@tresjs/core": "4.3.3", "@vuelidate/core": "2.0.3", "@vuelidate/validators": "2.0.4", "@vueuse/core": "13.3.0", "entities": "6.0.0", "html-to-ast": "0.0.6", "three": "0.173.0", "vue": "3.5.16", "xss": "1.0.15", "@shopware/composables": "1.9.1", "@shopware/api-client": "1.3.0", "@shopware/helpers": "1.5.0" }, "devDependencies": { "@biomejs/biome": "1.8.3", "@nuxt/schema": "3.17.5", "@types/three": "0.173.0", "@vitest/coverage-v8": "3.2.3", "nuxt": "3.17.5", "typescript": "5.8.3", "unbuild": "2.0.0", "vitest": "3.2.3", "vue-router": "4.5.1", "vue-tsc": "2.2.10", "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": "vitest run", "test:watch": "vitest" } }