UNPKG

@react-form-fields/material-ui

Version:

Material UI Form Fields

83 lines (82 loc) 2.34 kB
{ "name": "@react-form-fields/material-ui", "description": "Material UI Form Fields", "private": false, "keywords": [ "material-ui", "react", "react-form", "form", "validation", "material" ], "version": "3.0.0-alpha.11", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", "author": { "name": "Daniel Prado", "email": "danielprado.ad@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/react-form-fields/material-ui" }, "bugs": { "url": "https://github.com/react-form-fields/material-ui/issues" }, "scripts": { "docs:dev": "(cd docs/project && yarn start)", "docs:build": "sh docs/build.sh", "lint": "yarn eslint \"./**/*.ts\" \"./**/*.tsx\"", "prepare": "yarn tsc", "predev": "(cd docs/project && yarn) && yarn tsc -p ./tsconfig.docs.json", "dev": "concurrently -r \"yarn docs:dev\" \"yarn tsc -p ./tsconfig.docs.json -w --preserveWatchOutput\" " }, "husky": { "hooks": { "pre-commit": "concurrently -r \"yarn lint\" \"yarn tsc --noEmit\"", "post-merge": "yarn" } }, "dependencies": { "@date-io/date-fns": "^1.3.11", "@react-form-fields/core": "^2.5.2", "@types/classnames": "^2.2.9", "@types/jquery": "^3.3.31", "@types/react-autosuggest": "^9.3.13", "@types/react-color": "^3.0.1", "@types/react-select": "^3.0.8", "@types/validatorjs": "^3.15.0", "classnames": "^2.2.6", "date-fns": "^2.8.1", "jquery": ">=3", "material-ui-pickers": "^2.2.4", "react-color": "^2.17.3", "react-select": "^3.0.8", "trumbowyg": "^2.20.0", "tslib": ">=1", "validatorjs": ">=3" }, "peerDependencies": { "@material-ui/core": ">=4.7.0", "@material-ui/icons": ">=4.5.1" }, "devDependencies": { "@material-ui/core": ">=4.7.0", "@material-ui/icons": ">=4.5.1", "@types/react": "16.9.13", "@typescript-eslint/eslint-plugin": "2.9.0", "@typescript-eslint/parser": "2.9.0", "concurrently": "5.0.0", "eslint": "6.7.1", "eslint-config-prettier": "6.7.0", "eslint-plugin-prettier": "3.1.1", "eslint-plugin-react": "7.16.0", "eslint-plugin-react-hooks": "2.3.0", "husky": "3.1.0", "prettier": "1.19.1", "react": "16.12.0", "typescript": "3.7.2" } }