-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.92 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.92 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
{
"name": "explore-site",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"postinstall": "node scripts/copy-rtl-plugin.mjs",
"build": "next build",
"build:schema": "node scripts/dont-dream-its-overture.mjs --build-schema",
"build:tiles": "node scripts/dont-dream-its-overture.mjs --build-tiles",
"audit:style": "node scripts/dont-dream-its-overture.mjs --validate-style",
"overture": "node scripts/dont-dream-its-overture.mjs",
"overture:all": "node scripts/dont-dream-its-overture.mjs --all",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:ci": "jest --ci --passWithNoTests",
"test:a11y": "node --test --test-reporter=spec __tests__/a11y.test.mjs",
"preview": "npx serve out"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@geoarrow/geoarrow-wasm": "^0.2.0-beta.5",
"@mapbox-controls/language": "^3.0.0",
"@mapbox-controls/tooltip": "^3.0.0",
"@mapbox/mapbox-gl-rtl-text": "^0.4.0",
"@maplibre/maplibre-gl-inspect": "^1.8.2",
"@mui/base": "^5.0.0-beta.40",
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.20",
"@mui/x-tree-view": "^8.27.2",
"apache-arrow": "^15.0.2",
"fflate": "^0.8.2",
"iconoir-react": "^7.11.0",
"maplibre-gl": "^5.18.0",
"next": "^14.2.0",
"pmtiles": "^3.0.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stac-js": "^0.1.9"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@maplibre/maplibre-gl-style-spec": "^24.4.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"js-yaml": "^4.1.1",
"playwright": "^1.50.0"
},
"volta": {
"node": "20.11.1"
}
}