UNPKG

@meysam213/react-neshan-map-leaflet

Version:

⚛️ React component for 🍃 Neshan Leaflet map.

62 lines (61 loc) 1.84 kB
{ "name": "@meysam213/react-neshan-map-leaflet", "author": "meysam213", "description": "⚛️ React component for 🍃 Neshan Leaflet map.", "version": "1.1.7", "keywords": [ "leaflet", "react-leaflet", "neshan", "neshan-react" ], "repository": { "type": "git", "url": "https://github.com/premier213/neshan-react-leaflet.git" }, "bugs": { "url": "https://github.com/premier213/neshan-react-leaflet/issues" }, "homepage": "https://github.com/premier213/neshan-react-leaflet", "private": false, "main": "build/index.cjs.js", "module": "build/index.esm.js", "browser": "build/index.js", "style": "build/index.css", "files": [ "build" ], "dependencies": { "@babel/plugin-transform-runtime": "^7.15.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^12.8.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-postcss": "^4.0.1", "web-vitals": "^1.1.1" }, "scripts": { "build": "npx rollup -c", "codecov": "npx codecov", "commitmsg": "npx commitlint -e $GIT_PARAMS", "deploy-storybook-ci": "npx storybook-to-ghpages --ci", "gc": "commit", "lint": "npx eslint --ext .js,.jsx .", "prepare": "npm run build", "semantic-release": "npx semantic-release", "start": "npm run build -- -w", "travis-deploy-once": "npx travis-deploy-once", "is-build-es5": "npx es-check es5 './build/**/*.!(esm).js'" }, "devDependencies": { "rollup": "^2.56.3", "rollup-plugin-scss": "^3.0.0", "rollup-plugin-terser": "^7.0.2" } }