react-rwanda-map
Version:
An interactive and customizable map of Rwanda for React applications.
64 lines (63 loc) • 1.71 kB
JSON
{
"name": "react-rwanda-map",
"version": "1.0.0",
"private": false,
"description": "An interactive and customizable map of Rwanda for React applications.",
"author": "Igwaneza Bruce",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/knowbee/react-rwanda-map.git"
},
"keywords": [
"react",
"rwanda",
"map",
"interactive-map",
"react-component"
],
"files": [
"dist"
],
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"clsx": "^2.1.1"
},
"devDependencies": {
"lucide-react": "^0.456.0",
"react-dom": "^18.3.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@eslint/js": "^9.9.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"react": "^18.3.1",
"rollup": "^4.18.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.3"
}
}