UNPKG

@equinor/videx-map

Version:

Component for Pixi-overlay in Leaflet.

110 lines (109 loc) 3.03 kB
{ "name": "@equinor/videx-map", "version": "1.14.12", "description": "Component for Pixi-overlay in Leaflet.", "main": "dist/index.js", "module": "dist/index.esm.js", "browser": "dist/index.umd.js", "files": [ "dist" ], "types": "dist/index.d.ts", "scripts": { "start": "storybook dev", "prebuild": "rimraf dist", "build": "rollup -c", "prepub": "npm run build", "pub": "npm publish --access=public", "test": "jest", "test:watch": "jest --watchAll", "lint": "eslint --ext .js,.jsx,.ts,.tsx src --color", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix", "predocs": "rimraf docs", "docs": "typedoc --out docs src", "postdocs": "node postdocs.copyfiles.mjs", "lint-staged": "lint-staged", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/equinor/videx-map.git" }, "keywords": [ "videx", "leaflet", "pixi.js", "typescript" ], "author": "Tom Kristian Tjemsland", "license": "MIT", "bugs": { "url": "https://github.com/equinor/videx-map/issues" }, "homepage": "https://github.com/equinor/videx-map#readme", "devDependencies": { "@babel/core": "^7.28.3", "@babel/preset-env": "^7.28.3", "@babel/preset-typescript": "^7.27.1", "@equinor/videx-storybook-input": "^1.0.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@storybook/html-webpack5": "^8.6.14", "@types/d3-color": "^3.1.3", "@types/d3-scale-chromatic": "^3.1.0", "@types/d3-selection": "^3.0.11", "@types/earcut": "^2.1.4", "@types/geojson": "^7946.0.16", "@types/jest": "^30.0.0", "@types/leaflet": "^1.9.20", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.40.0", "@typescript-eslint/parser": "^8.40.0", "eslint": "^8.57.1", "eslint-plugin-storybook": "^0.11.6", "husky": "^9.1.7", "jest": "^30.0.5", "jest-canvas-mock": "^2.2.0", "jest-environment-jsdom": "^30.0.5", "leaflet": "^1.7.1", "leaflet-pixi-overlay": "^1.9.4", "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "rollup": "^4.46.3", "simplex-noise": "^4.0.3", "storybook": "^8.6.8", "ts-jest": "^29.4.1", "ts-loader": "^9.5.2", "ts-node": "^10.8.1", "tslib": "^2.8.1", "typedoc": "^0.28.10", "typescript": "^5.9.2" }, "jest": { "testEnvironment": "jsdom", "transform": { ".(ts|tsx)": "ts-jest" }, "testRegex": "(/tests/.*|(\\.|/)test)\\.ts$", "setupFiles": [ "jest-canvas-mock" ] }, "lint-staged": { "*.ts": [ "npm run lint" ] }, "dependencies": { "@equinor/videx-linear-algebra": "^1.0.11", "@equinor/videx-math": "^1.1.1", "@equinor/videx-vector2": "^1.0.46", "d3-color": "^3.1.0", "d3-scale-chromatic": "^3.1.0", "d3-selection": "^3.0.0", "earcut": "^2.2.4", "pixi.js": "^7.3.2", "uuid": "^11.1.0" } }