UNPKG

@react-md/form

Version:

This package is for creating all the different form input types.

75 lines (74 loc) 1.74 kB
{ "name": "@react-md/form", "version": "5.1.6", "description": "This package is for creating all the different form input types.", "main": "./lib/index.js", "module": "./es/index.js", "types": "./types/index.d.ts", "sideEffects": [ "dist/**/*" ], "author": "Mikkel Laursen <mlaursen03@gmail.com>", "repository": { "type": "git", "url": "https://github.com/mlaursen/react-md.git", "directory": "packages/form" }, "bugs": { "url": "https://github.com/mlaursen/react-md/issues" }, "homepage": "https://react-md.dev/packages/form/demos", "keywords": [ "react-md", "material design", "react", "form", "input", "text field", "textarea", "checkbox", "radio", "select", "accessible", "component", "components" ], "license": "MIT", "dependencies": { "@react-md/button": "^5.1.6", "@react-md/icon": "^5.1.6", "@react-md/list": "^5.1.6", "@react-md/menu": "^5.1.6", "@react-md/portal": "^5.1.0", "@react-md/progress": "^5.1.6", "@react-md/states": "^5.1.6", "@react-md/theme": "^5.1.6", "@react-md/tooltip": "^5.1.6", "@react-md/transition": "^5.1.6", "@react-md/typography": "^5.1.6", "@react-md/utils": "^5.1.6", "classnames": "^2.3.1", "nanoid": "^3.3.3" }, "devDependencies": { "@react-md/menu": "^4.0.3", "react": "^17.0.2", "react-dom": "^17.0.1" }, "peerDependencies": { "react": ">= 16.14", "react-dom": ">= 16.14" }, "peerDependenciesMeta": { "react": { "optional": false }, "react-dom": { "optional": false } }, "publishConfig": { "access": "public" }, "gitHead": "f794f0439e33508d8c518cd9657d80ea2d371a00" }