forked from developmentseed/lonboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.01 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
{
"comment": {
"maplibre": "Upgrading maplibre to v4 broke the basemap in static HTML exports."
},
"dependencies": {
"@anywidget/react": "^0.0.8",
"@deck.gl/core": "^9.0.33",
"@deck.gl/extensions": "^9.0.33",
"@deck.gl/layers": "^9.0.33",
"@deck.gl/react": "^9.0.33",
"@geoarrow/deck.gl-layers": "^0.3.0-beta.17",
"@babel/runtime": "^7.25.7",
"@nextui-org/react": "^2.4.8",
"@xstate/react": "^4.1.3",
"apache-arrow": "^17.0.0",
"esbuild-sass-plugin": "^3.3.1",
"framer-motion": "^11.11.8",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"maplibre-gl": "^3.6.2",
"memoize-one": "^6.0.0",
"parquet-wasm": "0.6.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-map-gl": "^7.1.7",
"uuid": "^10.0.0",
"xstate": "^5.18.0"
},
"type": "module",
"devDependencies": {
"@anywidget/types": "^0.2.0",
"@eslint/js": "^9.12.0",
"@jupyter-widgets/base": "^6.0.10",
"@statelyai/inspect": "^0.4.0",
"@types/lodash": "^4.17.10",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^18.3.11",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.11.0",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^10.0.7",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vitest": "^2.1.2"
},
"scripts": {
"build": "node ./build.mjs",
"build:watch": "nodemon --watch src/ --exec \"npm run build\" --ext js,json,ts,tsx,css",
"prettier:check": "prettier './src/**/*.{ts,tsx,css}' --check",
"prettier": "prettier './src/**/*.{ts,tsx,css}' --write",
"lint": "eslint src",
"test": "vitest run"
},
"volta": {
"node": "18.18.2",
"npm": "10.2.3"
}
}