formik-wizard-simple
Version:
Multi-step form wizard with Formik
49 lines (48 loc) • 1.38 kB
JSON
{
"name": "formik-wizard-simple",
"version": "0.0.10",
"description": "Multi-step form wizard with Formik",
"main": "lib/index.js",
"types": "./lib",
"module": "es/index.js",
"scripts": {
"build": "yarn build:cjs && yarn build:es",
"build:cjs": "tsc",
"build:es": "tsc -m esNext --outDir es"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clarktozer/formik-wizard-simple.git"
},
"keywords": [
"react",
"typescript",
"formik",
"yup"
],
"author": "Clark Tozer <clarkwtozer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/clarktozer/formik-wizard-simple/issues"
},
"homepage": "https://github.com/clarktozer/formik-wizard-simple#readme",
"files": [
"esm",
"lib"
],
"devDependencies": {
"@types/react": "^17.0.4",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"formik": "^2.2.6",
"prettier": "^2.2.1",
"react": "^17.0.2",
"typescript": "^4.2.4"
},
"peerDependencies": {
"formik": "^2.2.6",
"react": "^17.0.2"
}
}