@availity/select
Version:
Wrapper for react-select to work with formik
64 lines • 1.82 kB
JSON
{
"name": "@availity/select",
"version": "4.2.13",
"description": "Wrapper for react-select to work with formik",
"keywords": [
"availity",
"formik",
"select"
],
"homepage": "https://availity.github.io/availity-react/form/select/index",
"bugs": {
"url": "https://github.com/Availity/availity-react/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Availity/availity-react.git",
"directory": "packages/select"
},
"license": "MIT",
"author": "Evan Sharp <evan.sharp@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",
"publish": "yarn npm publish --tolerate-republish --access public",
"publish:canary": "yarn npm publish --access public --tag canary"
},
"dependencies": {
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"qs": "^6.14.0",
"react-select": "^5.10.1",
"react-select-async-paginate": "^0.6.2"
},
"devDependencies": {
"@availity/api-axios": "^12.1.0",
"@availity/form": "1.10.7",
"axios": "^1.13.2",
"formik": "^2.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reactstrap": "^8.10.1",
"tsup": "^8.4.0",
"typescript": "^5.5.4",
"yup": "^0.32.11"
},
"peerDependencies": {
"@availity/api-axios": "^12.0.0",
"@availity/form": "1.10.7",
"axios": "^1.13.2",
"formik": "^2.4.6",
"react": "^18.0.0",
"reactstrap": "^8.10.1"
},
"publishConfig": {
"access": "public"
}
}