-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.19 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.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
{
"dependencies": {
"@anywidget/react": "^0.2.0",
"@babel/runtime": "^7.28.4",
"@deck.gl/core": "^9.3.2",
"@deck.gl/extensions": "^9.3.2",
"@deck.gl/layers": "^9.3.2",
"@deck.gl/mapbox": "^9.3.2",
"@deck.gl/mesh-layers": "^9.3.2",
"@deck.gl/react": "^9.3.2",
"@developmentseed/affine": "^0.6.1",
"@developmentseed/deck.gl-raster": "^0.6.1",
"@developmentseed/morecantile": "^0.6.1",
"@developmentseed/raster-reproject": "^0.6.1",
"@geoarrow/deck.gl-layers": "^0.4.0-beta.6",
"@geoarrow/geoarrow-js": "^0.3.2",
"@maplibre/maplibre-gl-geocoder": "^1.9.4",
"@nextui-org/react": "^2.4.8",
"apache-arrow": "^21.1.0",
"esbuild-sass-plugin": "^3.3.1",
"framer-motion": "^12.23.19",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"maplibre-gl": "^5.9.0",
"memoize-one": "^6.0.0",
"parquet-wasm": "0.7.1",
"proj4": "^2.20.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-map-gl": "^8.1.0",
"threads": "1.7.0",
"uuid": "^13.0.0",
"zustand": "^5.0.2"
},
"type": "module",
"devDependencies": {
"@anywidget/types": "^0.2.0",
"@biomejs/biome": "2.3.10",
"@jupyter-widgets/base": "^6.0.10",
"@statelyai/inspect": "^0.4.0",
"@tailwindcss/postcss": "^4.1.14",
"@types/lodash": "^4.17.13",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^19.1.1",
"autoprefixer": "^10.4.20",
"dotenv": "^17.2.2",
"esbuild": "^0.27.4",
"nodemon": "^3.1.7",
"postcss": "^8.4.49",
"postcss-modules": "^6.0.1",
"postcss-preset-env": "^10.1.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"scripts": {
"build": "node ./build.mjs",
"build:dev": "NODE_ENV=development node ./build.mjs",
"build:watch": "nodemon --watch src/ --exec \"pnpm build:dev\" --ext js,json,ts,tsx,css",
"format": "biome format .",
"format:fix": "biome format --write .",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"check": "biome check .",
"check:fix": "biome check --write ."
},
"volta": {
"node": "22.20.0",
"pnpm": "10.25.0"
}
}