UNPKG

esri-map-view

Version:

Display an Esri map view as a web component.

65 lines (64 loc) 1.67 kB
{ "name": "esri-map-view", "version": "0.9.1", "description": "Display an Esri map view as a web component.", "main": "./dist/index.cjs.js", "module": "./dist/index.js", "es2015": "./dist/esm/index.js", "es2017": "./dist/esm/index.js", "types": "./dist/types/components.d.ts", "collection": "./dist/collection/collection-manifest.json", "collection:main": "./dist/collection/index.js", "unpkg": "./dist/esri-map-view/esri-map-view.js", "files": [ "dist/", "loader/" ], "scripts": { "build": "stencil build --docs", "publish": "npm run build && npm publish", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "prepare": "husky install" }, "dependencies": { "@arcgis/core": "^4.30.9", "esri-loader": "^3.7.0" }, "devDependencies": { "@stencil/core": "^4.21.0", "@types/arcgis-js-api": "^4.28.0", "@types/jest": "29.5.13", "@types/node": "^20.14.2", "@types/puppeteer": "7.0.4", "husky": "^9.1.6", "jest": "29.7.0", "jest-cli": "29.7.0", "puppeteer": "22.11.2" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jf990/esri-map-component.git" }, "bugs": { "url": "https://github.com/jf990/esri-map-component/issues" }, "author": { "name": "John Foster", "email": "jfoster@esri.com", "url": "https://developers.arcgis.com" }, "homepage": "https://developers.arcgis.com", "keywords": [ "Esri", "ArcGIS", "JavaScript", "HTML", "component", "map", "mapview", "GIS" ] }