generated from ajturner/ajturner-prototype-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "hub-search-ai",
"version": "0.0.1",
"description": "Template for creating prototypes with stencil",
"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/ajturner-prototype-template.git"
},
"contributors": [
{
"name": "Andrew Turner",
"email": "ajturner@highearthorbit.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/core": "^4.27.2",
"@esri/hub-common": "^13.11.0",
"@stencil/core": "^2.13.0",
"@types/arcgis-js-api": "^4.27.0",
"@types/node": "^18.14.0"
},
"devDependencies": {
"@esri/calcite-components": "^1.2.0",
"@stencil/sass": "^2.0.0",
"@stencil/store": "^2.0.1"
},
"license": "Apache-2.0"
}