@equinor/videx-map 1.14.7 → 1.14.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,114 +1,108 @@
1
- {
2
- "name": "@equinor/videx-map",
3
- "version": "1.14.7",
4
- "description": "Component for Pixi-overlay in Leaflet.",
5
- "main": "dist/index.js",
6
- "module": "dist/index.esm.js",
7
- "browser": "dist/index.umd.js",
8
- "files": [
9
- "dist"
10
- ],
11
- "types": "dist/index.d.ts",
12
- "scripts": {
13
- "start": "storybook dev",
14
- "prebuild": "rimraf dist",
15
- "build": "rollup -c",
16
- "prepub": "npm run build",
17
- "pub": "npm publish --access=public",
18
- "test": "jest",
19
- "test:watch": "jest --watchAll",
20
- "lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
21
- "lint:ci": "eslint --ext .js,.jsx,.ts,.tsx src --color --format table --quiet",
22
- "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix",
23
- "predocs": "rimraf docs",
24
- "docs": "typedoc --out docs src",
25
- "postdocs": "copyfiles images/* docs && copyfiles .nojekyll docs",
26
- "lint-staged": "lint-staged",
27
- "prepare": "husky install"
28
- },
29
- "repository": {
30
- "type": "git",
31
- "url": "git+https://github.com/equinor/videx-map.git"
32
- },
33
- "keywords": [
34
- "videx",
35
- "leaflet",
36
- "pixi.js",
37
- "typescript"
38
- ],
39
- "author": "Tom Kristian Tjemsland",
40
- "license": "MIT",
41
- "bugs": {
42
- "url": "https://github.com/equinor/videx-map/issues"
43
- },
44
- "homepage": "https://github.com/equinor/videx-map#readme",
45
- "devDependencies": {
46
- "@babel/core": "^7.22.1",
47
- "@babel/preset-env": "^7.21.5",
48
- "@babel/preset-typescript": "^7.21.5",
49
- "@equinor/videx-storybook-input": "^1.0.0",
50
- "@rollup/plugin-node-resolve": "^15.2.3",
51
- "@rollup/plugin-terser": "^0.4.4",
52
- "@rollup/plugin-typescript": "^11.1.6",
53
- "@storybook/html": "^8.2.9",
54
- "@storybook/html-webpack5": "^8.2.9",
55
- "@types/babel__core": "^7.20.5",
56
- "@types/d3-color": "^3.1.3",
57
- "@types/d3-scale-chromatic": "^3.0.3",
58
- "@types/d3-selection": "^3.0.10",
59
- "@types/earcut": "^2.1.1",
60
- "@types/geojson": "^7946.0.3",
61
- "@types/jest": "^29.5.11",
62
- "@types/leaflet": "^1.5.17",
63
- "@types/uuid": "^8.3.0",
64
- "@typescript-eslint/eslint-plugin": "^6.16.0",
65
- "@typescript-eslint/parser": "^6.16.0",
66
- "babel-loader": "^9.1.3",
67
- "copyfiles": "^2.3.0",
68
- "eslint-formatter-table": "^7.32.1",
69
- "eslint-plugin-storybook": "^0.6.15",
70
- "husky": "^8.0.3",
71
- "jest": "^29.7.0",
72
- "jest-canvas-mock": "^2.2.0",
73
- "jest-environment-jsdom": "^29.7.0",
74
- "leaflet": "^1.7.1",
75
- "leaflet-pixi-overlay": "^1.9.4",
76
- "lint-staged": "^11.1.2",
77
- "rimraf": "^6.0.1",
78
- "rollup": "^3.29.4",
79
- "simplex-noise": "^2.4.0",
80
- "storybook": "^8.2.9",
81
- "ts-jest": "^29.1.1",
82
- "ts-loader": "^9.5.1",
83
- "ts-node": "^10.8.1",
84
- "tslib": "^2.6.1",
85
- "typedoc": "^0.25.4",
86
- "typescript": "^5.3.3"
87
- },
88
- "jest": {
89
- "testEnvironment": "jsdom",
90
- "transform": {
91
- ".(ts|tsx)": "ts-jest"
92
- },
93
- "testRegex": "(/tests/.*|(\\.|/)test)\\.ts$",
94
- "setupFiles": [
95
- "jest-canvas-mock"
96
- ]
97
- },
98
- "lint-staged": {
99
- "*.ts": [
100
- "npm run lint:ci"
101
- ]
102
- },
103
- "dependencies": {
104
- "@equinor/videx-linear-algebra": "^1.0.7",
105
- "@equinor/videx-math": "^1.1.0",
106
- "@equinor/videx-vector2": "^1.0.44",
107
- "d3-color": "^3.1.0",
108
- "d3-scale-chromatic": "^3.0.0",
109
- "d3-selection": "^3.0.0",
110
- "earcut": "^2.2.4",
111
- "pixi.js": "^7.3.2",
112
- "uuid": "^8.3.2"
113
- }
114
- }
1
+ {
2
+ "name": "@equinor/videx-map",
3
+ "version": "1.14.8",
4
+ "description": "Component for Pixi-overlay in Leaflet.",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.esm.js",
7
+ "browser": "dist/index.umd.js",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "types": "dist/index.d.ts",
12
+ "scripts": {
13
+ "start": "storybook dev",
14
+ "prebuild": "rimraf dist",
15
+ "build": "rollup -c",
16
+ "prepub": "npm run build",
17
+ "pub": "npm publish --access=public",
18
+ "test": "jest",
19
+ "test:watch": "jest --watchAll",
20
+ "lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
21
+ "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx src --fix",
22
+ "predocs": "rimraf docs",
23
+ "docs": "typedoc --out docs src",
24
+ "postdocs": "node postdocs.copyfiles.mjs",
25
+ "lint-staged": "lint-staged",
26
+ "prepare": "husky install"
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/equinor/videx-map.git"
31
+ },
32
+ "keywords": [
33
+ "videx",
34
+ "leaflet",
35
+ "pixi.js",
36
+ "typescript"
37
+ ],
38
+ "author": "Tom Kristian Tjemsland",
39
+ "license": "MIT",
40
+ "bugs": {
41
+ "url": "https://github.com/equinor/videx-map/issues"
42
+ },
43
+ "homepage": "https://github.com/equinor/videx-map#readme",
44
+ "devDependencies": {
45
+ "@babel/core": "^7.22.1",
46
+ "@babel/preset-env": "^7.21.5",
47
+ "@babel/preset-typescript": "^7.21.5",
48
+ "@equinor/videx-storybook-input": "^1.0.0",
49
+ "@rollup/plugin-node-resolve": "^15.2.3",
50
+ "@rollup/plugin-terser": "^0.4.4",
51
+ "@rollup/plugin-typescript": "^11.1.6",
52
+ "@storybook/html-webpack5": "^8.2.9",
53
+ "@types/d3-color": "^3.1.3",
54
+ "@types/d3-scale-chromatic": "^3.0.3",
55
+ "@types/d3-selection": "^3.0.10",
56
+ "@types/earcut": "^2.1.1",
57
+ "@types/geojson": "^7946.0.3",
58
+ "@types/jest": "^29.5.11",
59
+ "@types/leaflet": "^1.5.17",
60
+ "@types/uuid": "^8.3.0",
61
+ "@typescript-eslint/eslint-plugin": "^6.16.0",
62
+ "@typescript-eslint/parser": "^6.16.0",
63
+ "eslint-plugin-storybook": "^0.6.15",
64
+ "husky": "^8.0.3",
65
+ "jest": "^29.7.0",
66
+ "jest-canvas-mock": "^2.2.0",
67
+ "jest-environment-jsdom": "^29.7.0",
68
+ "leaflet": "^1.7.1",
69
+ "leaflet-pixi-overlay": "^1.9.4",
70
+ "lint-staged": "^11.1.2",
71
+ "rimraf": "^6.0.1",
72
+ "rollup": "^3.29.4",
73
+ "simplex-noise": "^2.4.0",
74
+ "storybook": "^8.2.9",
75
+ "ts-jest": "^29.1.1",
76
+ "ts-loader": "^9.5.1",
77
+ "ts-node": "^10.8.1",
78
+ "tslib": "^2.6.1",
79
+ "typedoc": "^0.26.7",
80
+ "typescript": "^5.3.3"
81
+ },
82
+ "jest": {
83
+ "testEnvironment": "jsdom",
84
+ "transform": {
85
+ ".(ts|tsx)": "ts-jest"
86
+ },
87
+ "testRegex": "(/tests/.*|(\\.|/)test)\\.ts$",
88
+ "setupFiles": [
89
+ "jest-canvas-mock"
90
+ ]
91
+ },
92
+ "lint-staged": {
93
+ "*.ts": [
94
+ "npm run lint"
95
+ ]
96
+ },
97
+ "dependencies": {
98
+ "@equinor/videx-linear-algebra": "^1.0.11",
99
+ "@equinor/videx-math": "^1.1.0",
100
+ "@equinor/videx-vector2": "^1.0.44",
101
+ "d3-color": "^3.1.0",
102
+ "d3-scale-chromatic": "^3.0.0",
103
+ "d3-selection": "^3.0.0",
104
+ "earcut": "^2.2.4",
105
+ "pixi.js": "^7.3.2",
106
+ "uuid": "^8.3.2"
107
+ }
108
+ }