GoScrobble/web/node_modules/formik-material-ui/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"name": "formik-material-ui",
"version": "3.0.1",
"license": "MIT",
"typings": "dist/main.d.ts",
"peerDependencies": {
"@material-ui/core": ">=4.0.0",
"formik": ">=2.0.0",
"react": ">=16.8.0",
"tiny-warning": ">=1.0.2"
},
"keywords": [
"react",
"formik",
"material-ui",
"form"
],
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "https://github.com/stackworx/formik-material-ui"
},
"jest": {
"globals": {
"__DEV__": "boolean"
},
"testURL": "http://localhost/",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"roots": [
"src"
],
"testRegex": "(/src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/formik-material-ui.es6.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": "1ea5ab12f5f185522f8a8a9f18be8878d5534843"
}