You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

{
"name": "demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@loaders.gl/core": "^4.3.3",
"@loaders.gl/csv": "^4.3.3",
"@loaders.gl/parquet": "^4.3.3",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-query-devtools": "^5.66.7",
"@types/d3": "^7.4.3",
"antd": "^5.24.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"deck.gl": "^9.1.1",
"hyparquet": "^1.8.4",
"maplibre-gl": "^5.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-map-gl": "^8.0.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
}
}