UNPKG

@dekk-ui/color-input-field

Version:
70 lines (69 loc) 1.55 kB
{ "name": "@dekk-ui/color-input-field", "version": "0.8.0", "keywords": [ "component library", "design system", "color-input" ], "homepage": "https://dekk-ui.dekk.app", "bugs": { "url": "https://github.com/dekk-app/design-system/issues" }, "repository": { "type": "git", "url": "git+https://github.com/dekk-app/design-system.git" }, "license": "MIT", "author": { "name": "Gregor Adams", "email": "greg@pixelass.com" }, "exports": { ".": "./dist/index.js", "./styled": "./dist/styled.js" }, "main": "dist/index.js", "module": "dist/esm/index.js", "typesVersions": { "*": { "styled": [ "dist/styled.d.ts" ] } }, "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "clean": "rimraf dist", "watch": "rollup -cw" }, "dependencies": { "@dekk-ui/combined-input-field": "^0.8.0", "@dekk-ui/focus-ring": "^0.8.0", "@dekk-ui/input-field": "^0.8.0", "@dekk-ui/theme": "^0.8.0", "@dekk-ui/utils": "^0.8.0" }, "devDependencies": { "@emotion/core": "^11.0.0", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "peerDependencies": { "@emotion/core": "^11.0.0", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "publishConfig": { "access": "public" }, "gitHead": "ce7a1e8b00ab35f187142dfa70880f79021fe3bc" }