-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.5 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.5 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "@esri/radar",
"version": "0.4.5",
"description": "ArcGIS Hub components for local exploration",
"main": "dist/index.js",
"module": "dist/index.mjs",
"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",
"unpkg": "dist/radar/radar.js",
"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",
"watch": "stencil build --docs --watch",
"storybook.run": "start-storybook --port 9001 -s ./public,./dist",
"storybook-ssl.run": "start-storybook --port 9001 -s ./public --https --ssl-cert ~/Downloads/certs/localui.arcgis.com.crt --ssl-ca ~/Downloads/certs/myCA.pem --ssl-key ~/Downloads/certs/localui.arcgis.com.key",
"storybook": "npm-run-all --parallel watch storybook.run",
"publish-npm": "npm publish --access public",
"publish-storybook": "storybook-to-ghpages -s build-storybook",
"build-storybook": "build-storybook -s ./public,./dist"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@esri/calcite-base": "^1.2.0",
"@esri/calcite-colors": "6.0.1",
"@esri/calcite-ui-icons": "3.16.6",
"@stencil/core": "^2.7.0",
"@stencil/sass": "^1.4.1",
"@storybook/addon-a11y": "^6.3.12",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-viewport": "^6.3.12",
"@storybook/html": "^6.3.12",
"@storybook/storybook-deployer": "^2.8.10",
"@types/jest": "^27.0.1",
"@types/storybook__addon-knobs": "^5.2.1",
"@types/storybook__html": "^5.2.1",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"case": "^1.6.3",
"color": "4.0.1",
"glob": "^7.1.7",
"npm-run-all": "^4.1.5",
"storybook": "^6.3.12",
"typescript": "3.9.7",
"webpack": "^4.41.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajturner/radar.git"
},
"contributors": [
{
"name": "Andrew Turner",
"email": "aturner@esri.com"
}
],
"license": "Apache-2.0",
"dependencies": {
"@a11y/focus-trap": "^1.0.5",
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@esri/arcgis-rest-auth": "^3.2.1",
"@esri/arcgis-rest-common-types": "^1.19.2",
"@esri/arcgis-rest-feature-layer": "^3.2.1",
"@esri/arcgis-rest-geocoding": "^3.2.1",
"@esri/arcgis-rest-portal": "^3.2.1",
"@esri/arcgis-rest-request": "^3.2.1",
"@esri/arcgis-rest-service-admin": "^3.2.1",
"@esri/arcgis-rest-types": "^3.2.1",
"@esri/calcite-components": "^1.0.0-beta.76",
"@esri/hub-annotations": "^8.15.1",
"@esri/hub-common": "^8.15.1",
"@esri/hub-events": "^8.15.1",
"@esri/hub-initiatives": "^8.15.1",
"@esri/hub-search": "^8.15.1",
"@esri/hub-sites": "^8.15.1",
"@esri/telemetry": "^3.1.1",
"@types/arcgis-js-api": "^4.20.1",
"@types/node": "^16.6.2",
"@types/sortablejs": "^1.10.7",
"esri-loader": "^3.2.0",
"form-request-submit-polyfill": "^2.0.0",
"fuse.js": "^6.4.6",
"lodash-es": "^4.17.21",
"node-polyglot": "^2.4.2",
"sortablejs": "^1.14.0"
}
}