generated from ajturner/ajturner-prototype-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.82 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.82 KB
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
{
"name": "cedar-arcgis",
"version": "0.0.1",
"description": "Wrapper for creating ArcGIS Charts with Cedar spec",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ajturner/cedar-arcgis.git"
},
"contributors": [
{
"name": "Andrew Turner",
"email": "aturner@esri.com",
"url": "https://highearthorbit.com/"
}
],
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@arcgis/charts-components": "https://hub-library-preview.s3.amazonaws.com/@arcgis/charts-components/1.0.0-beta.533.tgz",
"@arcgis/charts-spec": "https://hub-library-preview.s3.amazonaws.com/@arcgis/charts-spec/1.0.0-beta.533.tgz",
"@arcgis/charts-shared-utils": "https://hub-library-preview.s3.amazonaws.com/@arcgis/charts-shared-utils/1.0.0-beta.533.tgz",
"@arcgis/charts-js": "https://hub-library-preview.s3.amazonaws.com/@arcgis/charts-js/1.0.0-beta.533.tgz",
"@arcgis/core": "^4.27.6",
"@esri/arcgis-rest-auth": "^3.6.0",
"@esri/arcgis-rest-portal": "^4.4.0",
"@esri/arcgis-rest-request": "^4.2.0",
"@esri/telemetry-reporting-client": "^3.2.1",
"@stencil/core": "^2.13.0",
"@types/node": "^18.14.0"
},
"devDependencies": {
"@esri/calcite-components": "^1.2.0",
"@stencil/sass": "^2.0.0",
"@stencil/store": "^2.0.6"
},
"license": "Apache-2.0"
}