UNPKG

vue-accessible-color-picker

Version:
110 lines (109 loc) 2.77 kB
{ "name": "vue-accessible-color-picker", "version": "6.0.0", "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" }, "devEngines": { "runtime": { "name": "node", "version": "^24.12.0" }, "packageManager": { "name": "npm", "version": "^11.6.2" } }, "peerDependencies": { "colorjs.io": "~0.6.0-beta.3", "vue": "^3.5.x" }, "devDependencies": { "@babel/types": "7.28.5", "@commitlint/cli": "20.2.0", "@commitlint/config-conventional": "20.2.0", "@eslint/js": "9.39.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/git": "10.0.1", "@semantic-release/github": "12.0.2", "@semantic-release/npm": "13.1.3", "@semantic-release/release-notes-generator": "14.1.0", "@stylistic/eslint-plugin": "5.6.1", "@vitejs/plugin-vue": "6.0.3", "@vitest/coverage-v8": "4.0.16", "@vue/eslint-config-typescript": "14.6.0", "@vue/test-utils": "2.4.6", "colorjs.io": "0.6.0-beta.3", "eslint": "9.39.2", "eslint-plugin-vue": "10.6.2", "globals": "16.5.0", "husky": "9.1.7", "jsdom": "27.3.0", "lockfile-lint": "4.14.1", "npm-run-all2": "8.0.4", "postcss": "8.5.6", "publint": "0.3.16", "sass": "1.97.0", "semantic-release": "25.0.2", "typescript": "5.9.3", "typescript-eslint": "8.50.0", "vite": "7.3.0", "vite-plugin-dts": "4.5.4", "vitest": "4.0.16", "vue": "3.5.26", "vue-tsc": "3.1.8" }, "overrides": { "conventional-changelog-conventionalcommits": ">= 8.0.0" } }