Files
pymc_console-dist/frontend/package.json
GitHub Actions Bot b86355e768 Sync build v0.9.69
Automated sync from private repository.
Commit: c692a066a1b1313daf1a017aa3dbee7a9c5762f2
2026-01-02 05:01:36 +00:00

55 lines
1.5 KiB
JSON

{
"name": "pymc_console",
"version": "0.9.69",
"description": "Vite + React Dashboard for pyMC_Repeater",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
"build": "vite build",
"build:static": "npm run build && npm run package",
"package": "rm -rf dist && mkdir -p dist && cp -r out/* dist/",
"preview": "vite preview",
"lint": "eslint"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^9.2.5",
"@deck.gl/core": "^9.2.5",
"@deck.gl/geo-layers": "^9.2.5",
"@deck.gl/layers": "^9.2.5",
"@deck.gl/mapbox": "^9.2.5",
"@types/leaflet": "^1.9.21",
"clsx": "^2.1.1",
"h3-js": "^4.4.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.559.0",
"maplibre-gl": "^5.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^19.2.3",
"react-leaflet": "^4.2.1",
"react-map-gl": "^8.1.0",
"react-router-dom": "^7.1.1",
"recharts": "^3.5.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.25",
"globals": "^16.5.0",
"tailwindcss": "^4",
"terser": "^5.44.1",
"typescript": "^5",
"typescript-eslint": "^8.50.0",
"vite": "^6.0.5"
}
}