coducer-front-end
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
52 lines • 1.45 kB
JSON
{
"name": "coducer-front-end",
"version": "0.0.10",
"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",
"scripts": {
"build": "tsup && tsc && copy styles.css 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": {
"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"
}
}