-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.19 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.19 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "stac-map",
"description": "A map-first single-page STAC search and visualization tool with stac-geoparquet support",
"author": {
"name": "Pete Gadomski",
"email": "pete.gadomski@gmail.com"
},
"contributors": [
{
"name": "Indraneel Purohit",
"email": "indraneelpurohit@gmail.com"
},
{
"name": "Sandra Hoang",
"email": "sandrahoang686@gmail.com"
}
],
"homepage": "https://github.com/developmentseed/stac-map/",
"repository": {
"type": "git",
"url": "git+https://github.com/developmentseed/stac-map.git"
},
"bugs": {
"url": "https://github.com/developmentseed/stac-map/issues"
},
"license": "MIT",
"version": "1.3.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build-preview": "tsc -b && vite build --base=/",
"lint": "eslint .",
"format": "prettier . --write",
"format:check": "prettier . --check",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^15.3.1",
"@chakra-ui/react": "^3.33.0",
"@deck.gl/core": "^9.2.10",
"@deck.gl/layers": "^9.2.10",
"@deck.gl/mapbox": "^9.2.10",
"@developmentseed/deck.gl-geotiff": "^0.2.0",
"@devseed-ui/collecticons-chakra": "^4.0.0",
"@duckdb/duckdb-wasm": "^1.32.0",
"@emotion/react": "^11.13.5",
"@geoarrow/deck.gl-layers": "^0.3.0",
"@geoarrow/geoarrow-js": "github:smohiudd/geoarrow-js#feature/wkb",
"@tanstack/react-query": "^5.90.21",
"@turf/bbox": "^7.3.4",
"@turf/bbox-polygon": "^7.3.4",
"@turf/boolean-valid": "^7.3.4",
"@turf/helpers": "^7.2.0",
"apache-arrow": "^21.1.0",
"deck.gl": "^9.2.10",
"duckdb-wasm-kit": "^0.1.38",
"geotiff-geokeys-to-proj4": "^2024.4.13",
"maplibre-gl": "^5.19.0",
"next-themes": "^0.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-error-boundary": "^6.1.1",
"react-icons": "^5.5.0",
"react-map-gl": "^8.1.0",
"react-markdown": "^10.1.0",
"shiki": "^4.0.1",
"stac-ts": "^1.0.4",
"stac-wasm": "^0.1.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/geojson": "^7946.0.16",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/browser": "^4.0.18",
"@vitest/browser-playwright": "^4.0.18",
"conventional-changelog-conventionalcommits": "^9.2.0",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.1.0",
"semantic-release": "^25.0.3",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.5.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18",
"vitest-browser-react": "^2.0.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}