@jmeirinkmarimed/map-selector
Version:
A web component for displaying and interacting with a US state map
55 lines (54 loc) • 1.48 kB
JSON
{
"name": "@jmeirinkmarimed/map-selector",
"version": "0.0.8",
"type": "module",
"main": "dist/map-selector.js",
"module": "dist/map-selector.js",
"unpkg": "dist/map-selector.js",
"files": [
"dist"
],
"scripts": {
"dev": "bunx --bun vite",
"build": "bun build ./src/web-components/map-selector.tsx --outdir ./dist --format esm --external none",
"script-test": "bunx --bun serve .",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "bun run build"
},
"dependencies": {
"lucide-react": "^0.483.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@tailwindcss/postcss": "^4.0.14",
"@tailwindcss/vite": "^4.0.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"tailwindcss": "^4.0.14",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
},
"description": "A web component for displaying and interacting with a US state map",
"keywords": [
"map",
"us-states",
"web-component",
"react"
],
"author": "Jesse Meirink",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/marimed-inc/map-selector.git"
}
}