UNPKG

@shopware/cms-base-layer

Version:
77 lines 1.94 kB
{ "name": "@shopware/cms-base-layer", "version": "2.0.0", "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", "app", "helpers", "index.cjs", "index.d.ts", "app.config.ts", "nuxt.config.ts", "uno.config.ts" ], "dependencies": { "@iconify-json/carbon": "1.2.14", "@nuxt/image": "2.0.0", "@nuxt/kit": "4.2.1", "@tresjs/cientos": "4.3.1", "@tresjs/core": "4.3.6", "@unocss/nuxt": "66.5.4", "@vuelidate/core": "2.0.3", "@vuelidate/validators": "2.0.4", "@vueuse/core": "14.0.0", "entities": "6.0.0", "html-to-ast": "0.0.6", "three": "0.173.0", "unocss": "66.5.4", "vue": "3.5.24", "xss": "1.0.15", "@shopware/composables": "1.10.0", "@shopware/api-client": "1.4.0", "@shopware/helpers": "1.6.0" }, "devDependencies": { "@biomejs/biome": "1.8.3", "@nuxt/schema": "4.2.1", "@types/three": "0.173.0", "@vitest/coverage-v8": "3.2.4", "nuxt": "4.2.1", "typescript": "5.9.3", "unbuild": "2.0.0", "vitest": "3.2.4", "vue-router": "4.6.3", "vue-tsc": "3.1.4", "tsconfig": "0.0.0" }, "scripts": { "build": "nuxt prepare && unbuild", "dev": "unbuild --stub", "lint": "biome check .", "lint:fix": "biome check . --write && pnpm run typecheck", "typecheck": "pnpm nuxt prepare && tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "check-colors": "tsx scripts/check-unused-colors.ts" } }