hrnet-select-p14
Version:
Composant React de sélection pour HRnet, conversion d'un plugin jQuery.
55 lines (53 loc) • 1.46 kB
JSON
{
"name": "hrnet-select-p14",
"version": "0.0.6",
"type": "module",
"description": "Composant React de sélection pour HRnet, conversion d'un plugin jQuery.",
"keywords": ["react", "select", "HRnet", "component", "dropdown"],
"author": "Ton Nom",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ElodieAllegro/hrnet-select-p14"
},
"homepage": "https://github.com/ElodieAllegro/hrnet-select-p14/blob/main/README.md",
"bugs": {
"url": "https://github.com/ElodieAllegro/hrnet-select-p14/issues"
},
"files": [
"dist"
],
"main": "./dist/select-p14.umd.cjs",
"module": "./dist/select-p14.js",
"exports": {
".": {
"import": "./dist/select-p14.js",
"require": "./dist/select-p14.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"publish-npm": "vite build && npm publish"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"vite": "^6.0.5",
"vite-plugin-libcss": "^1.1.1"
}
}