UNPKG

formik-material-ui

Version:

[![Build Status](https://travis-ci.org/stackworx/formik-material-ui.svg?branch=master)](https://travis-ci.org/stackworx/formik-material-ui) [![license](https://badgen.now.sh/badge/license/MIT)](./LICENSE) [![Coverage Status](https://coveralls.io/repos/git

111 lines (110 loc) 3.2 kB
{ "name": "formik-material-ui", "version": "0.0.22", "typings": "dist/main.d.ts", "peerDependencies": { "@material-ui/core": ">=4.0.0", "formik": ">=1.0.0", "react": "^16.8.0" }, "keywords": [ "react", "formik", "material-ui", "form" ], "prettier": { "singleQuote": true, "trailingComma": "es5" }, "repository": { "type": "git", "url": "https://github.com/stackworx/formik-material-ui" }, "jest": { "testURL": "http://localhost/", "transform": { "^.+\\.tsx?$": "ts-jest" }, "roots": [ "src" ], "testRegex": "(/src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "devDependencies": { "@babel/core": "^7.1.6", "@material-ui/core": "^4.0.1", "@storybook/addon-actions": "^5.0.11", "@storybook/addon-links": "^5.0.11", "@storybook/addons": "^5.0.11", "@storybook/react": "^5.0.11", "@types/jest": "^23.3.10", "@types/prop-types": "^15.5.4", "@types/react-test-renderer": "^16.0.3", "@types/yup": "^0.26.2", "@typescript-eslint/eslint-plugin": "^1.11.0", "@typescript-eslint/parser": "^1.11.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.4.2", "babel-loader": "^8.0.4", "coveralls": "^3.0.2", "cross-env": "^5.2.0", "eslint": "^5.15.3", "eslint-config-prettier": "^6.0.0", "eslint-plugin-jest": "^22.7.1", "eslint-plugin-react": "^7.14.2", "eslint-plugin-react-hooks": "^1.6.1", "formik": "^1.5.7", "husky": "^1.2.0", "jest": "^23.4.2", "lerna": "^3.5.1", "prettier": "^1.15.3", "react": "^16.8.6", "react-dom": "^16.8.6", "react-test-renderer": "^16.8.6", "rimraf": "^2.6.2", "rollup": "^0.67.3", "rollup-plugin-typescript2": "^0.18.0", "temp-dir": "^1.0.0", "ts-jest": "^23.10.5", "ts-loader": "^5.3.1", "tslib": "^1.9.3", "typescript": "^3.5.1", "yup": "^0.26.0" }, "files": [ "dist" ], "husky": { "hooks": { "pre-commit": "yarn prettier && yarn lint:fix", "pre-push": "yarn test -u" } }, "main": "dist/index.js", "module": "dist/formik-material-ui.es6.js", "scripts": { "typecheck": "tsc", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "build": "cross-env NODE_ENV=production tsc --noEmit --project tsconfig.json", "package": "rimraf build dist && cross-env NODE_ENV=production tsc -p tsconfig.package.json && rollup -c && rimraf .rpt2_cache dist/.rpt2_cache", "test": "jest", "test:updateSnapshot": "jest --updateSnapshot", "lint": "eslint \"./{src,stories}/**/*.{tsx,ts,js}\"", "lint:fix": "eslint --fix \"./{src,stories}/**/*.{tsx,ts,js}\"", "prettier": "prettier --write \"{src,stories}/**/*.{js,tsx,ts}\"", "prettier:list": "prettier --list-different \"{src,stories}/**/*.{js,tsx,ts}\"", "prepublishOnly": "yarn prettier && yarn test && yarn build && yarn package && yarn build-storybook", "publish": "lerna publish" }, "gitHead": "cfcdf08a71671adc8de7c0734c615ea3640ab3d9" }