@gecsevar.hu/gecsevar-formik-fields
Version:
[](https://badge.fury.io/js/@gecsevar.hu%2Fgecsevar-formik-fields)
76 lines (75 loc) • 2.2 kB
JSON
{
"name": "@gecsevar.hu/gecsevar-formik-fields",
"version": "0.1.4-alpha-8",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run prettier && npm run lint",
"test": "jest --config jestconfig.json"
},
"keywords": [
"react",
"typescript",
"Formik",
"Field",
"TextField",
"DatePicker",
"Select",
"Checkbox"
],
"author": "AstrA (GecseA)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/GecseA/gecsevar-formik-fields.git"
},
"dependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@mui/x-date-pickers": "^6.18.5",
"@mui/x-tree-view": "^6.17.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"formik": "^2.4.5",
"formik-mui": "^5.0.0-alpha.0",
"yup": "^1.3.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"@types/jest": "^29.5.12",
"@testing-library/react": "^14.2.1"
},
"peerDependencies": {
"react": ">=16",
"formik": ">=2.0.0",
"@mui/material": ">=5.0.0"
},
"files": [
"dist",
"LICENSE",
"README.md"
]
}