UNPKG

@datametria/vue-components

Version:

DATAMETRIA Vue.js 3 Component Library with Multi-Brand Theming - 51 components + 10 composables with theming support, WCAG 2.2 AA, dark mode, responsive system

103 lines (102 loc) 2.74 kB
{ "name": "@datametria/vue-components", "version": "2.3.1", "description": "DATAMETRIA Vue.js 3 Component Library with Multi-Brand Theming - 51 components + 10 composables with theming support, WCAG 2.2 AA, dark mode, responsive system", "type": "module", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.umd.js" }, "./style.css": "./dist/vue-components.css", "./dist/vue-components.css": "./dist/vue-components.css" }, "files": [ "dist", "src", "README.md", "ACCESSIBILITY.md", "DESIGN-SYSTEM.md", "PROGRESS.md" ], "sideEffects": [ "*.css", "*.vue" ], "scripts": { "dev": "vite", "build": "vite build", "build:check": "vue-tsc && vite build", "preview": "vite preview", "test": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", "type-check": "vue-tsc --noEmit", "prepublishOnly": "npm run build" }, "dependencies": { "axios": "^1.12.2", "vue": "^3.5.25" }, "devDependencies": { "@eslint/config-array": "^0.19.0", "@eslint/object-schema": "^2.1.4", "@testing-library/jest-dom": "^6.1.5", "@testing-library/vue": "^8.0.1", "@types/node": "^22.19.0", "@vitejs/plugin-vue": "^5.0.0", "@vitest/coverage-v8": "^2.1.0", "@vue/eslint-config-prettier": "^10.0.0", "@vue/eslint-config-typescript": "^14.0.0", "@vue/test-utils": "^2.4.0", "@vue/tsconfig": "^0.5.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^10.0.0", "jsdom": "^25.0.0", "prettier": "^3.7.0", "typescript": "^5.9.3", "vite": "^6.0.0", "vite-plugin-dts": "^4.5.4", "vitest": "^2.1.0", "vue-tsc": "^2.2.0" }, "keywords": [ "vue", "vue3", "vuejs", "components", "design-system", "datametria", "typescript", "enterprise", "ui-library", "component-library", "composition-api", "wcag", "accessibility", "a11y", "responsive", "mobile-first", "dark-mode", "theming", "multi-brand", "multi-tenant", "css-variables" ], "author": "DATAMETRIA Team <dev@datametria.io>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/datametria/DATAMETRIA-common-libraries", "directory": "packages/vue-components" }, "bugs": { "url": "https://github.com/datametria/DATAMETRIA-common-libraries/issues" }, "homepage": "https://github.com/datametria/DATAMETRIA-common-libraries#readme" }