UNPKG

@shopware-ag/meteor-component-library

Version:

The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).

176 lines 5.8 kB
{ "name": "@shopware-ag/meteor-component-library", "version": "4.26.0", "repository": { "type": "git", "url": "git+ssh://git@github.com:shopware/meteor.git" }, "author": "shopware AG", "main": "dist/common/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "exports": { ".": { "types": "./dist/esm/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/common/index.js" }, "./styles.css": "./dist/index.css", "./font.css": "./dist/fonts.css", "./fonts": { "types": "./dist/esm/fonts.d.ts", "import": "./dist/esm/fonts.js", "require": "./dist/common/fonts.js" }, "./dist/*": "./dist/*", "./*": { "types": "./dist/esm/*.d.ts", "import": "./dist/esm/*.js", "require": "./dist/common/*.js" } }, "files": [ "src", "dist" ], "sideEffects": [ "*.vue", "*.scss", "*.css" ], "dependencies": { "@codemirror/lang-html": "^6.4.9", "@floating-ui/dom": "^1.7.0", "@floating-ui/vue": "^1.1.6", "@git-diff-view/vue": "^0.0.32", "@storybook/addon-a11y": "^8.6.15", "@testing-library/jest-dom": "^6.6.3", "@testing-library/vue": "^8.1.0", "@tiptap/extension-bubble-menu": "^2.22.3", "@tiptap/extension-bullet-list": "^2.22.3", "@tiptap/extension-character-count": "^2.22.3", "@tiptap/extension-color": "^2.22.3", "@tiptap/extension-highlight": "^2.22.3", "@tiptap/extension-image": "^3.2.1", "@tiptap/extension-link": "^2.22.3", "@tiptap/extension-list-item": "^2.22.3", "@tiptap/extension-ordered-list": "^2.22.3", "@tiptap/extension-placeholder": "^2.22.3", "@tiptap/extension-subscript": "^2.22.3", "@tiptap/extension-superscript": "^2.22.3", "@tiptap/extension-table": "^2.22.3", "@tiptap/extension-table-cell": "^2.22.3", "@tiptap/extension-table-header": "^2.22.3", "@tiptap/extension-table-row": "^2.22.3", "@tiptap/extension-text-align": "^2.22.3", "@tiptap/extension-text-style": "^2.22.3", "@tiptap/extension-underline": "^2.22.3", "@tiptap/pm": "^2.22.3", "@tiptap/starter-kit": "^2.22.3", "@tiptap/vue-3": "^2.22.3", "@vuepic/vue-datepicker": "^10.0.0", "@vueuse/components": "^12.4.0", "@vueuse/core": "^13.1.0", "apexcharts": "^5.2.0", "codemirror": "^6.0.1", "convert-units": "^2.3.4", "date-fns": "4.1.0", "date-fns-tz": "3.2.0", "diff": "^8.0.2", "dompurify": "^3.2.4", "focus-trap": "^7.6.4", "inter-ui": "^3.19.3", "js-beautify": "^1.15.4", "nanoid": "^5.0.7", "reka-ui": "^2.6.0", "vue-codemirror6": "^1.3.8", "vue-i18n": "^9.9.1", "vue-smooth-reflow": "^0.1.12", "@shopware-ag/meteor-admin-sdk": "6.5.1", "@shopware-ag/meteor-icon-kit": "5.6.0", "@shopware-ag/meteor-tokens": "1.4.0" }, "devDependencies": { "@csstools/stylelint-formatter-github": "^1.0.0", "@eslint/js": "^9.20.0", "@size-limit/esbuild": "^11.2.0", "@size-limit/esbuild-why": "^11.2.0", "@size-limit/file": "^11.2.0", "@storybook/addon-essentials": "^8.6.15", "@storybook/addon-interactions": "^8.6.15", "@storybook/addon-links": "^8.6.15", "@storybook/blocks": "^8.6.15", "@storybook/manager-api": "^8.6.15", "@storybook/preview-api": "^8.6.15", "@storybook/test": "^8.6.15", "@storybook/test-runner": "^0.22.0", "@storybook/theming": "^8.6.15", "@storybook/types": "^8.6.15", "@storybook/vue3": "^8.6.15", "@storybook/vue3-vite": "^8.6.15", "@testing-library/user-event": "^14.6.1", "@tsconfig/node18": "^18.2.2", "@types/convert-units": "^2.3.11", "@types/jsdom": "^21.1.3", "@types/node": "^18.18.5", "@types/punycode": "^2.1.3", "@vitejs/plugin-vue": "^4.4.0", "@vitest/ui": "^3.0.5", "@vue/test-utils": "^2.4.2", "@vue/tsconfig": "^0.7.0", "eslint": "^9.20.1", "eslint-config-prettier": "^10.1.1", "eslint-plugin-storybook": "^0.11.3", "eslint-plugin-vitest": "^0.5.4", "eslint-plugin-vue": "^9.32.0", "flush-promises": "^1.0.2", "globals": "^16.0.0", "http-server": "^14.1.1", "jest-image-snapshot": "^6.4.0", "jsdom": "^26.1.0", "npm-run-all2": "^6.1.1", "postcss-html": "^1.7.0", "prettier": "3.2.5", "sass": "^1.69.5", "size-limit": "^11.2.0", "storybook": "^8.6.15", "storybook-dark-mode": "^4.0.2", "stylelint": "^16.26.1", "stylelint-config-standard-scss": "^13.1.0", "stylelint-define-config": "^1.8.0", "ts-morph": "^20.0.0", "type-fest": "^4.41.0", "typescript": "~5.7.3", "typescript-eslint": "^8.24.1", "vite": "^4.4.11", "vite-plugin-dts": "^4.5.0", "vite-plugin-inspect": "^0.8.4", "vite-plugin-svgstring": "^1.0.0", "vitest": "^3.0.5", "vue-tsc": "^2.2.4", "@shopware-ag/stylelint-plugin-meteor": "5.0.0" }, "peerDependencies": { "@shopware-ag/meteor-icon-kit": "5.6.0" }, "scripts": { "build": "run-p lint:types \"build-only {@}\" --", "preview": "vite preview", "test:unit": "vitest", "build-only": "vite build", "size": "size-limit", "size:why": "size-limit --why", "lint:types": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", "lint:all": "npm run lint:eslint && npm run format:check && npm run lint:css", "lint:eslint": "eslint .", "lint:eslint:fix": "eslint . --fix", "lint:css": "stylelint \"src/**/*.vue\"", "lint:css:fix": "stylelint \"src/**/*.vue\" --fix", "format:check": "prettier . --check", "format": "prettier --write .", "storybook": "storybook dev -p 6006", "build:storybook": "storybook build", "test:storybook": "test-storybook", "prepublish": "npm run build-only" } }