coducer
Version:
This will help you in Accordion, BreadCrumb, Button, Creatable Select, Select, Formik Date Field, Formik Field, Formik PhoneNumber, Formik Time Field, Input Field, Loader, Modal, NavBarMenu, Notify, Pill, Toggle Switch
55 lines (54 loc) • 1.52 kB
JSON
{
"name": "coducer",
"version": "0.0.36",
"description": "This will help you in Accordion, BreadCrumb, Button, Creatable Select, Select, Formik Date Field, Formik Field, Formik PhoneNumber, Formik Time Field, Input Field, Loader, Modal, NavBarMenu, Notify, Pill, Toggle Switch",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"style": "./dist/style.css",
"scripts": {
"build": "tsup && tsc && cpx styles.css dist && cpx src/types.ts dist"
},
"keywords": [
"Accordion",
"BreadCrumb",
"Button",
"Creatable Select",
"Select",
"Formik Date Field",
"Formik Field",
"Formik PhoneNumber",
"Formik Time Field",
"Input Field",
"Loader",
"Modal",
"NavBarMenu",
"Notify",
"Pill",
"Toggle Switch"
],
"author": "coducer",
"license": "MIT",
"devDependencies": {
"cpx": "^1.5.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@types/react-phone-number-input": "^3.1.37",
"bootstrap": "^5.3.3",
"formik": "^2.4.6",
"js-file-download": "^0.4.12",
"moment": "^2.30.1",
"rc-time-picker": "^3.7.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-icons": "^5.1.0",
"react-multi-date-picker": "^4.4.1",
"react-phone-number-input": "^3.4.1",
"react-router-dom": "^6.23.0",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"yup": "^1.4.0"
}
}