react-drpdwn-ui
Version:
A simple and reusable dropdown UI component for selecting states or departments in React applications.
74 lines (72 loc) • 1.7 kB
JSON
{
"name": "react-drpdwn-ui",
"private": false,
"version": "1.0.4",
"description": "A simple and reusable dropdown UI component for selecting states or departments in React applications.",
"author": "PA-MAI",
"license": "UNLICENSED",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./styles": "./dist/style.css"
},
"keywords": [
"dropdown",
"react",
"ui",
"react-component",
"select",
"states",
"departments",
"form",
"form-input",
"dropdown-component",
"react-ui-library"
],
"repository": {
"type": "git",
"url": "https://github.com/PA-Mai/react-drpdwn-ui"
},
"bugs": {
"url": "https://github.com/PA-MAI/react-drpdwn-ui/issues"
},
"homepage": "https://github.com/PA-MAI/react-drpdwn-ui#readme",
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "9.30.1",
"@types/node": "20.19.9",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "4.6.0",
"ajv": "8.17.1",
"eslint": "9.30.1",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.3.0",
"typescript": "5.8.3",
"vite": "7.0.4",
"vite-plugin-dts": "4.5.4"
}
}