-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"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": "[email protected]",
"url": "https://developers.arcgis.com"
},
"homepage": "https://developers.arcgis.com",
"keywords": [
"Esri",
"ArcGIS",
"JavaScript",
"HTML",
"component",
"map",
"mapview",
"GIS"
]
}