-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.45 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@abi-software/flatmap-viewer",
"version": "4.4.3",
"description": "Flatmap viewer using Maplibre GL",
"repository": {
"type": "git",
"url": "git+https://github.com/AnatomicMaps/flatmap-viewer.git"
},
"type": "module",
"files": [
"dist"
],
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite serve app --port 3000",
"prepare": "tsc --p ./tsconfig-build.json && vite build",
"preview": "vite preview",
"build": "vite build app --base /viewer/",
"build-docs": "npx typedoc",
"docs": "npx typedoc --watch",
"preview-docs": "live-server docs",
"lint": "eslint ./src/",
"typecheck": "tsc --noEmit -p tsconfig-build.json --composite false",
"tsdoc": "typedoc"
},
"author": "David Brooks",
"license": "Apache-2.0",
"dependencies": {
"@deck.gl/core": "^9.0.17",
"@deck.gl/geo-layers": "^9.0.18",
"@deck.gl/layers": "^9.0.17",
"@deck.gl/mapbox": "^9.0.17",
"@luma.gl/engine": "^9.1.0",
"@mapbox/mapbox-gl-draw": "=1.4.3",
"@turf/along": "^7.1.0",
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/clean-coords": "^7.2.0",
"@turf/helpers": "^6.5.0",
"@turf/length": "^7.0.0",
"@turf/nearest-point-on-line": "^7.0.0",
"@turf/projection": "^6.5.0",
"bezier-js": "^6.1.0",
"colord": "^2.9.3",
"core-js": "^3.37.0",
"graphology": "^0.25.4",
"graphology-operators": "^1.6.0",
"graphology-shortest-path": "^2.1.0",
"html-es6cape": "^2.0.2",
"maplibre-gl": "^5.5.0",
"mathjax-full": "^3.2.2",
"minisearch": "^2.2.1",
"polylabel": "^2.0.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@compodoc/live-server": "^1.2.3",
"@eslint/js": "^9.19.0",
"@math.gl/core": "^4.1.0",
"@types/core-js": "^2.5.8",
"@types/node": "^20.12.7",
"@types/polylabel": "^1.1.3",
"eslint": "^9.19.0",
"glob": "^10.3.12",
"globals": "^15.14.0",
"typedoc": "^0.28.0",
"typedoc-github-theme": "^0.3.0",
"typedoc-plugin-inline-sources": "^1.3.0",
"typedoc-plugin-missing-exports": "^4.0.0",
"typescript": "^5.2.2",
"typescript-eslint": "^8.22.0",
"vite": "^5.1.4",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-lib-inject-css": "^2.0.1"
},
"packageManager": "pnpm@10.15.1+sha256.8c53af02ae3ec1fb0ae75377f8d4d6217c2d7cbe6f03c16350cabf7493de6eff"
}