UNPKG

react-mada-location

Version:

Composants React pour la sélection géographique à Madagascar (provinces, régions, districts).

67 lines (66 loc) 1.66 kB
{ "name": "react-mada-location", "version": "1.0.1", "description": "Composants React pour la sélection géographique à Madagascar (provinces, régions, districts).", "main": "./dist/index.js", "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "jest --config jest.config.js", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "repository": { "type": "git", "url": "https://github.com/GloFlav/mada-geo-data.git" }, "keywords": [ "react", "madagascar", "géodonnée", "location", "province", "region", "district", "mada" ], "author": "GloFlav", "license": "MIT", "bugs": { "url": "https://github.com/GloFlav/mada-geo-data/issues" }, "homepage": "https://github.com/GloFlav/mada-geo-data#readme", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "babel-jest": "^29.7.0", "eslint": "^9.22.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "vite": "^6.3.1" }, "dependencies": { "@testing-library/react": "^16.3.0" } }