{ "name": "radarcape2", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "lint:src": "eslint \"src/**/*.{ts,tsx}\"", "typecheck": "tsc --noEmit", "preview": "vite preview", "adminive:prepare": "node scripts/prepare_adminive.mjs", "predev": "npm run adminive:prepare", "prebuild": "npm run adminive:prepare", "prepreview": "npm run adminive:prepare" }, "dependencies": { "@ant-design/icons": "^6.1.0", "@ant-design/pro-components": "^2.8.7", "@arction/lcjs": "^5.2.1", "@lightningchart/lcjs": "^8.0.2", "@use-gesture/react": "^10.3.1", "antd": "^5.29.1", "axios": "^1.8.4", "cesium": "^1.143.0", "echarts": "^6.0.0", "framer-motion": "^12.23.24", "gcoord": "^1.0.7", "leaflet": "^1.9.4", "leaflet-rotatedmarker": "^0.2.0", "plotly.js": "^3.3.1", "react": "^18.0.0", "react-dom": "^18.0.0", "react-highlight-words": "^0.21.0", "react-leaflet": "^4.2.1", "react-plotly.js": "^2.6.0", "react-router": "^7.4.0", "react-router-dom": "^7.4.0" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/leaflet": "^1.9.17", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-highlight-words": "^0.20.1", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "typescript-eslint": "^8.65.0", "vite": "^6.2.0" } }