-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.85 KB
/
package.json
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
84
85
86
87
88
89
90
{
"name": "@allmaps/arcade",
"version": "1.0.0-beta.0",
"private": true,
"type": "module",
"author": {
"name": "Bert Spaan",
"email": "[email protected]",
"url": "https://bertspaan.nl"
},
"description": "Functions for generating and parsing IIIF georeference annotations",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/allmaps/allmaps.git",
"directory": "packages/annotation"
},
"homepage": "https://allmaps.org",
"keywords": [
"iiif",
"georeference",
"map"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"dependencies": {
"@allmaps/annotation": "^1.0.0-beta.30",
"@allmaps/basemap": "1.0.0-beta.2",
"@allmaps/iiif-parser": "^1.0.0-beta.40",
"@allmaps/maplibre": "^1.0.0-beta.30",
"@allmaps/stdlib": "^1.0.0-beta.31",
"@allmaps/tailwind": "^1.0.0-beta.14",
"@allmaps/transform": "^1.0.0-beta.41",
"@allmaps/types": "^1.0.0-beta.15",
"@allmaps/ui": "^1.0.0-beta.32",
"@turf/area": "^7.0.0-alpha.116",
"@turf/bearing": "^7.0.0-alpha.116",
"@turf/convex": "^7.0.0-alpha.116",
"@turf/line-slice-along": "^7.0.0-alpha.116",
"@turf/rewind": "^7.0.0-alpha.116",
"@xstate/svelte": "^3.0.3",
"bits-ui": "^0.15.1",
"culori": "^3.3.0",
"d3-geo": "^3.1.0",
"lodash-es": "^4.17.21",
"maplibre-gl": "^4.3.2",
"ol": "^8.1.0",
"pmtiles": "^3.0.5",
"protomaps-themes-base": "2.0.0-alpha.5",
"qrcode": "^1.5.3",
"xstate": "^5.13.0",
"yaml": "^2.3.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/culori": "^2.0.4",
"@types/d3-geo": "^3.0.3",
"@types/geojson": "^7946.0.10",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.18",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.17",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"packageManager": "[email protected]+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}