formik-material-ui-pickers
Version:
[](./LICENSE)
68 lines (67 loc) • 1.74 kB
JSON
{
"name": "formik-material-ui-pickers",
"version": "1.0.0-alpha.1",
"license": "MIT",
"typings": "dist/main.d.ts",
"sideEffects": false,
"peerDependencies": {
"@material-ui/core": ">=4.0.0",
"@material-ui/pickers": ">=3.2.8",
"formik": ">=2.0.0",
"react": ">=16.8.0"
},
"keywords": [
"react",
"formik",
"material-ui",
"form",
"pickers"
],
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "https://github.com/stackworx/formik-material-ui"
},
"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"
},
"devDependencies": {
"@material-ui/pickers": "^3.3.10"
},
"gitHead": "674f7a14c576be5cfbee2806d7d277d02364c2e5"
}