UNPKG

solid-color

Version:

<p> <img width="100%" src="https://assets.solidjs.com/banner?type=solid-color&background=tiles&project=%20" alt="solid-color"> </p>

104 lines (103 loc) 2.8 kB
{ "name": "solid-color", "version": "0.0.7", "private": false, "description": "", "keywords": [ "solid", "solid-component", "color-picker", "colorpicker", "picker", "sketch", "chrome", "photoshop", "material design", "popup" ], "homepage": "https://github.com/xbmlz/solid-color#readme", "bugs": { "url": "https://github.com/xbmlz/solid-color/issues" }, "repository": { "type": "git", "url": "git+https://github.com/xbmlz/solid-color.git" }, "license": "MIT", "author": "xbmlz", "contributors": [], "sideEffects": false, "type": "module", "exports": { "solid": { "development": "./dist/source/index.jsx", "import": "./dist/source/index.jsx" }, "development": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/esm/index.js" }, "require": "./dist/cjs/index.js" }, "import": { "types": "./dist/types/index.d.ts", "default": "./dist/esm/index.js" }, "require": "./dist/cjs/index.js" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "files": [ "dist", "src", "README.md" ], "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "example:build": "vite build example", "example:dev": "vite serve example", "format": "prettier -w \"src/**/*.{js,ts,json,css,tsx,jsx}\" \"example/**/*.{js,ts,json,css,tsx,jsx}\"", "lint": "eslint . --ext .js,.ts,.tsx,.jsx --fix", "minify": "terser --compress --mangle --module -- dist/cjs/index.js > dist/cjs/index.min.js", "prepublishOnly": "pnpm build", "release": "bumpp --commit --tag --push && npm publish", "test": "vitest -c vitest.config.ts", "typecheck": "tsc --noEmit", "update-deps": "taze -w && pnpm i" }, "dependencies": { "lodash-es": "^4.17.21", "tinycolor2": "^1.6.0" }, "devDependencies": { "@solidjs/testing-library": "^0.8.10", "@testing-library/jest-dom": "^6.6.3", "@types/lodash-es": "^4.17.12", "@types/testing-library__jest-dom": "^6.0.0", "@types/tinycolor2": "^1.4.6", "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.31.1", "bumpp": "^10.1.0", "eslint": "^9.25.1", "eslint-plugin-no-only-tests": "^3.3.0", "eslint-plugin-solid": "^0.14.5", "jsdom": "^26.1.0", "prettier": "2.7.1", "rollup": "^4.40.1", "rollup-preset-solid": "^3.0.0", "solid-js": "^1.9.5", "taze": "^19.0.4", "terser": "^5.39.0", "typescript": "^5.8.3", "vite": "^6.3.3", "vite-plugin-solid": "^2.11.6", "vitest": "^3.1.2" }, "peerDependencies": { "solid-js": ">=1.0.0" }, "packageManager": "pnpm@10.10.0" }