react-leaflet-ellipsis
Version:
Use Ellipsis Drive layers in leaflet projects.
67 lines (66 loc) • 1.61 kB
JSON
{
"name": "react-leaflet-ellipsis",
"version": "1.9.13",
"description": "Use Ellipsis Drive layers in leaflet projects.",
"private": false,
"keywords": [
"Ellipsis",
"Ellipsis Drive",
"react leaflet"
],
"author": "Jelle Keulemans",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ellipsis-drive/react-leaflet-package.git"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"babel-cli": "^6.26.0",
"ellipsis-js-util": "file:../ellipsis-js-util",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"ellipsis-js-util": "^1.3.9",
"react-leaflet": "^4.2.1",
"react": "^18.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}