UNPKG

@senx/discovery-widgets

Version:

Discovery Widgets Elements

103 lines (102 loc) 3.15 kB
{ "name": "@senx/discovery-widgets", "version": "1.2.30", "description": "Discovery Widgets Elements", "keywords": [ "web", "dataviz", "web components", "time series", "warp10", "Warp 10", "WarpScript", "Geo Times Series", "Times Series" ], "author": "SenX <contact@senx.io>", "license": "Apache-2.0", "homepage": "https://warp10.io/", "private": false, "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", "unpkg": "dist/discovery/discovery.js", "files": [ "dist/", "loader/" ], "scripts": { "dist": "stencil build", "cl": "node changelog.js > CHANGELOG.md", "build": "npx update-browserslist-db@latest && stencil build --docs --prod", "build:dev": "stencil build --docs --dev --watch --serve --no-open", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "gen": "stencil generate", "version": "node version.js", "prepublishOnly": "yarn clean && yarn build", "clean": "rm -fr ./www && rm -fr ./dist", "lint": "eslint --format html -o ./out/lint/eslint.html", "css": "node css.js > CSS_VARS.md" }, "dependencies": { "@tarekraafat/autocomplete.js": "^10.2.9", "css-color-names": "^1.0.1", "dayjs": "^1.11.13", "dom-to-image": "^2.6.0", "echarts": "5.6.0", "element-resize-event": "^3.0.6", "fitty": "^2.4.2", "html2canvas": "^1.4.1", "is-css-color-name": "^0.1.3", "jspdf": "^2.5.2", "leaflet": "^1.9.4", "leaflet-ant-path": "^1.3.0", "leaflet-edgebuffer": "^1.0.6", "leaflet.heat": "^0.2.0", "leaflet.markercluster": "^1.5.3", "lodash": "^4.17.21", "moment": "^2.30.1", "moment-timezone": "^0.5.47", "nouislider": "^15.8.1", "showdown": "^2.1.0", "streamsaver": "^2.0.6", "uuid": "^11.0.5" }, "devDependencies": { "@babel/core": "^7.26.7", "@babel/plugin-proposal-class-properties": "~7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.26.7", "@babel/preset-typescript": "^7.26.0", "@eslint/compat": "^1.2.7", "@eslint/js": "^9.23.0", "@stencil/core": "4.25.3", "@stencil/eslint-plugin": "^1.0.0", "@stencil/sass": "^3.0.12", "@types/dom-to-image": "^2.6.7", "@types/element-resize-event": "^3.0.2", "@types/lodash": "^4.17.15", "@types/node": "^22.13.1", "@types/showdown": "^2.0.6", "@types/streamsaver": "^2.0.5", "@types/uuid": "^10.0.0", "babel-loader": "9.2.1", "browserslist": "^4.24.4", "case": "^1.6.3", "eslint": "^9.23.0", "eslint-plugin-react": "^7.37.4", "globals": "^16.0.0", "npm-run-all": "^4.1.5", "rollup-plugin-node-polyfills": "^0.2.1", "semver-sort": "^1.0.0", "tslib": "^2.8.1", "typescript": "^5.7.3", "typescript-eslint": "^8.28.0" } }