UNPKG

vue-accessible-color-picker

Version:
98 lines (97 loc) 2.58 kB
{ "name": "vue-accessible-color-picker", "version": "5.3.1", "license": "MIT", "description": "Color picker component for Vue.js", "author": { "name": "Philipp Rudloff", "url": "https://kleinfreund.de" }, "homepage": "https://vue-accessible-color-picker.netlify.app", "repository": { "type": "git", "url": "git+https://github.com/kleinfreund/vue-accessible-color-picker.git" }, "bugs": { "url": "https://github.com/kleinfreund/vue-accessible-color-picker/issues" }, "keywords": [ "color picker", "component", "hsl", "hwb", "vue" ], "type": "module", "exports": { ".": { "types": "./dist/ColorPicker.d.ts", "default": "./dist/ColorPicker.js" }, "./styles": "./dist/ColorPicker.css" }, "types": "./dist/ColorPicker.d.ts", "files": [ "dist/ColorPicker.css", "dist/ColorPicker.d.ts", "dist/ColorPicker.js" ], "sideEffects": false, "scripts": { "build": "vite build", "start": "vite", "test": "vitest run --coverage", "test:watch": "vitest watch", "lint": "run-p lint:*", "lint:code": "eslint", "lint:lockfile": "lockfile-lint --path package-lock.json --validate-hosts --allowed-hosts npm", "lint:package": "publint", "lint:types": "vue-tsc --noEmit", "fix": "run-p fix:*", "fix:code": "npm run lint:code -- --fix", "release": "semantic-release", "prepare": "husky", "prepublishOnly": "npm run build" }, "peerDependencies": { "vue": "^3.2.x" }, "devDependencies": { "@babel/types": "^7.28.2", "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@eslint/js": "^9.32.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.2", "@semantic-release/release-notes-generator": "^14.0.3", "@stylistic/eslint-plugin": "^5.2.2", "@vitejs/plugin-vue": "^6.0.1", "@vitest/coverage-v8": "^3.2.4", "@vue/eslint-config-typescript": "^14.6.0", "@vue/test-utils": "^2.4.6", "eslint": "^9.32.0", "eslint-plugin-vue": "^10.3.0", "globals": "^16.3.0", "husky": "^9.1.7", "jsdom": "^26.1.0", "lockfile-lint": "^4.14.1", "npm-run-all2": "^8.0.4", "postcss": "^8.5.6", "publint": "^0.3.12", "sass": "^1.89.2", "semantic-release": "^24.2.7", "typescript": "~5.8.3", "typescript-eslint": "^8.38.0", "vite": "^7.0.6", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4", "vue": "^3.5.18", "vue-tsc": "^3.0.4" }, "overrides": { "conventional-changelog-conventionalcommits": ">= 8.0.0" } }