@availity/form
Version:
Form Wrapper around formik using reactstrap components
59 lines • 1.64 kB
JSON
{
"name": "@availity/form",
"version": "1.7.0",
"description": "Form Wrapper around formik using reactstrap components",
"keywords": [
"react",
"availity",
"form",
"formik"
],
"homepage": "https://availity.github.io/availity-react/form/index",
"bugs": {
"url": "https://github.com/Availity/availity-react/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Availity/availity-react.git",
"directory": "packages/form"
},
"license": "MIT",
"author": "Kyle Gray <kyle.gray@availity.com>",
"browser": "./dist/index.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.js --format esm,cjs --loader \".js=jsx\" --dts",
"dev": "tsup src/index.js --format esm,cjs --loader \".js=jsx\" --watch --dts",
"clean": "rm -rf dist",
"clean:nm": "rm -rf node_modules",
"bundlesize": "bundlesize",
"publish": "yarn npm publish --tolerate-republish --access public",
"publish:canary": "yarn npm publish --access public --tag canary"
},
"dependencies": {
"@availity/help": "2.1.1",
"classnames": "^2.3.1",
"prop-types": "^15.8.1",
"react-currency-input-field": "^3.6.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"formik": "^2.2.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reactstrap": "^8.10.1",
"tsup": "^5.12.7",
"typescript": "^4.6.4",
"yup": "^0.32.11"
},
"peerDependencies": {
"formik": "^2.0.1",
"react": ">=16.8.3",
"reactstrap": "^8.0.0"
},
"publishConfig": {
"access": "public"
}
}