ts-maps-react
Version:
React component for ts-maps
41 lines (40 loc) • 870 B
JSON
{
"name": "ts-maps-react",
"type": "module",
"version": "0.1.2",
"description": "React component for ts-maps",
"author": "",
"license": "MIT",
"keywords": [
"react",
"ts-maps",
"vector-maps",
"maps"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"typecheck": "bunx --bun tsc --noEmit"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.9.0",
"vite": "^6.3.2",
"vite-plugin-dts": "^4.5.3"
}
}