dpost
Version:
A flexible form handling library for React + VITE using axios.
27 lines (26 loc) • 656 B
JSON
{
"name": "dpost",
"version": "1.0.4",
"main": "index.js",
"dependencies": {
"axios": "^1.3.0",
"react": "^18.0.0",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": "^18.0.0"
},
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"build": "echo \"Building the library...\" && exit 0"
},
"keywords": [
"react",
"axios",
"form-handler",
"data-submission"
],
"license": "MIT",
"author": "GAURI SHANKAR KHADGA",
"description": "A flexible form handling library for React + VITE using axios."
}