-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 2 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
{
"name": "spatial-access-measures",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=23.0.0"
},
"homepage": "http://smohiudd.github.io/spatial-access-measures",
"dependencies": {
"@chakra-ui/react": "^3.2.1",
"@deck.gl/core": "^9.1.8",
"@deck.gl/mapbox": "^9.1.8",
"@duckdb/duckdb-wasm": "^1.29.0",
"@emotion/react": "^11.13.5",
"@geoarrow/deck.gl-layers": "^0.3.0",
"@geoarrow/geoarrow-js": "github:smohiudd/geoarrow-js#feature/wkb",
"@turf/bbox": "^7.1.0",
"apache-arrow": "^19.0.0",
"d3": "^7.9.0",
"deck.gl": "^9.0.36",
"duckdb-wasm-kit": "^0.1.38",
"maplibre-gl": "^4.7.1",
"next-themes": "^0.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"react-map-gl": "^7.1.7"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/d3": "^7.4.3",
"@types/geojson": "^7946.0.14",
"@types/node": "^16.18.119",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"gh-pages": "^6.2.0",
"globals": "^16.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.2.2"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}