@arcgis/coding-components
Version:
Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.
61 lines • 2.05 kB
JSON
{
"name": "@arcgis/coding-components",
"version": "4.32.14",
"description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
"keywords": [
"ArcGIS",
"javascript",
"map",
"spatial",
"data-driven",
"gis",
"components",
"web-components",
"Esri"
],
"homepage": "https://developers.arcgis.com/javascript/latest/",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./loader": "./dist/loader.js",
"./package.json": "./package.json",
"./components/*/customElement": "./dist/components/*/customElement.js",
"./components/*": "./dist/components/*/index.js",
"./types/*": "./dist/types/*.d.ts",
"./arcgis-coding-components/arcgis-coding-components.css": "./dist/arcgis-coding-components/arcgis-coding-components.css",
"./dist/arcgis-coding-components/arcgis-coding-components.css": "./dist/arcgis-coding-components/arcgis-coding-components.css",
"./dist/loader": "./dist/loader.js",
"./dist/components": "./dist/index.js",
"./dist/components/*": "./dist/components/*/index.js"
},
"files": [
"dist/"
],
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@arcgis/arcade-languageservice": "4.32.14",
"@arcgis/components-controllers": "4.32.14",
"@arcgis/components-utils": "4.32.14",
"@arcgis/core-adapter": "4.32.14",
"@arcgis/languages-api-utils": "4.32.14",
"@arcgis/lumina": "4.32.14",
"monaco-editor": "^0.52.0",
"tslib": "^2.7.0",
"vscode-languageserver-types": "^3.17.5"
},
"peerDependencies": {
"@arcgis/core": "~4.32.0",
"@esri/calcite-components": "^3.0.3"
},
"css.customData": [
"dist/docs/vscode.css-custom-data.json"
],
"customElements": "dist/docs/api.json",
"html.customData": [
"dist/docs/vscode.html-custom-data.json"
],
"web-types": "dist/docs/web-types.json"
}