formik-mui-lab
Version:
 [](./LICENSE)
70 lines (69 loc) • 1.76 kB
JSON
{
"name": "formik-mui-lab",
"version": "1.0.0",
"license": "MIT",
"typings": "dist/main.d.ts",
"sideEffects": false,
"peerDependencies": {
"@emotion/react": ">=11.4.1",
"@emotion/styled": ">=11.3.0",
"@mui/lab": "^5.0.0-alpha.48",
"@mui/material": ">=5.0.0",
"formik": ">=2.2.9",
"react": ">=17.0.2",
"tiny-warning": ">=1.0.3"
},
"keywords": [
"react",
"formik",
"material-ui",
"mui",
"lab",
"form",
"pickers"
],
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "https://github.com/stackworx/formik-mui"
},
"jest": {
"testURL": "http://localhost/",
"testEnvironment": "jsdom",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"roots": [
"src"
],
"testRegex": "(/src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"globalSetup": "./global-setup.js"
},
"files": [
"dist"
],
"main": "./dist/main.js",
"module": "./dist/esm/main.js",
"scripts": {
"typecheck": "tsc",
"build": "cross-env NODE_ENV=production tsc --noEmit --project ./tsconfig.package.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}\"",
"prepublishOnly": "yarn test && yarn build && yarn package"
},
"gitHead": "dbff7ee079fbcbfb73753aeddc7765d1841ff697"
}