UNPKG

@dekk-ui/input-field

Version:
79 lines (78 loc) 1.74 kB
{ "name": "@dekk-ui/input-field", "version": "0.8.0", "keywords": [ "component library", "design system", "input-field", "text-field", "number-field" ], "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", "./number-input": "./dist/number-input.js", "./text-input": "./dist/text-input.js", "./styled": "./dist/styled.js" }, "main": "dist/index.js", "module": "dist/esm/index.js", "typesVersions": { "*": { "number-input": [ "dist/number-input.d.ts" ], "text-input": [ "dist/text-input.d.ts" ], "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/focus-ring": "^0.8.0", "@dekk-ui/theme": "^0.8.0", "@dekk-ui/utils": "^0.8.0", "type-fest": "^2.3.3" }, "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" }