@nika-js/onlymap 0.1.0 → 0.1.1
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nika-js/onlymap",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Interactive WebGL maps from declarative HTML — a custom-element manifest drives deck.gl: rendering, data loading, live updates, picking, widgets, and validation. No build step.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"publishConfig": {
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"./onlymapjs.css": "./dist/onlymapjs.css",
|
|
49
49
|
"./onlymapjs.html-data.json": "./onlymapjs.html-data.json",
|
|
50
|
-
"./onlymap.code-snippets": "./.vscode/onlymap.code-snippets"
|
|
50
|
+
"./onlymap.code-snippets": "./.vscode/onlymap.code-snippets",
|
|
51
|
+
"./package.json": "./package.json"
|
|
51
52
|
},
|
|
52
53
|
"files": [
|
|
53
54
|
".vscode/onlymap.code-snippets",
|
|
@@ -72,7 +73,8 @@
|
|
|
72
73
|
"gen:public": "npm run gen:html-data && vite-node dev/build-public.ts",
|
|
73
74
|
"test:public": "npm run gen:public -- --dry-run --strict"
|
|
74
75
|
},
|
|
75
|
-
"
|
|
76
|
+
"comment:deps": "This library ships a fully self-contained bundle in dist/ (verified: zero external bare imports), so it has NO runtime dependencies — deck.gl, loaders.gl, MapLibre, Arrow, d3, acorn, etc. are build-time-only and get bundled by Vite. Keeping them here (not in dependencies) is what stops every consumer install from pulling ~250 MB it never uses.",
|
|
77
|
+
"devDependencies": {
|
|
76
78
|
"@deck.gl/aggregation-layers": "^9.3.5",
|
|
77
79
|
"@deck.gl/core": "^9.3.5",
|
|
78
80
|
"@deck.gl/extensions": "^9.3.5",
|
|
@@ -83,16 +85,6 @@
|
|
|
83
85
|
"@loaders.gl/csv": "^4.4.3",
|
|
84
86
|
"@loaders.gl/kml": "^4.4.3",
|
|
85
87
|
"@loaders.gl/shapefile": "^4.4.3",
|
|
86
|
-
"acorn": "^8.17.0",
|
|
87
|
-
"apache-arrow": "^21.1.0",
|
|
88
|
-
"d3-array": "^3.2.4",
|
|
89
|
-
"d3-color": "^3.1.0",
|
|
90
|
-
"d3-interpolate": "^3.0.1",
|
|
91
|
-
"d3-scale": "^4.0.2",
|
|
92
|
-
"fzstd": "^0.1.1",
|
|
93
|
-
"maplibre-gl": "^5.24.0"
|
|
94
|
-
},
|
|
95
|
-
"devDependencies": {
|
|
96
88
|
"@playwright/test": "^1.61.1",
|
|
97
89
|
"@types/d3-array": "^3.2.2",
|
|
98
90
|
"@types/d3-color": "^3.1.3",
|
|
@@ -100,7 +92,15 @@
|
|
|
100
92
|
"@types/d3-scale": "^4.0.9",
|
|
101
93
|
"@types/estree": "^1.0.9",
|
|
102
94
|
"@types/ws": "^8.18.1",
|
|
95
|
+
"acorn": "^8.17.0",
|
|
96
|
+
"apache-arrow": "^21.1.0",
|
|
97
|
+
"d3-array": "^3.2.4",
|
|
98
|
+
"d3-color": "^3.1.0",
|
|
99
|
+
"d3-interpolate": "^3.0.1",
|
|
100
|
+
"d3-scale": "^4.0.2",
|
|
101
|
+
"fzstd": "^0.1.1",
|
|
103
102
|
"happy-dom": "^20.10.6",
|
|
103
|
+
"maplibre-gl": "^5.24.0",
|
|
104
104
|
"playwright": "^1.61.1",
|
|
105
105
|
"typescript": "^5.6.0",
|
|
106
106
|
"vite": "^6.0.0",
|