Spaces:
Running
Running
| { | |
| "name": "front-end", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@aws-sdk/client-s3": "^3.509.0", | |
| "@aws-sdk/credential-provider-cognito-identity": "^3.509.0", | |
| "@aws-sdk/s3-request-presigner": "^3.509.0", | |
| "@aws-sdk/util-endpoints": "^3.509.0", | |
| "@emotion/react": "^11.14.0", | |
| "@emotion/styled": "^11.14.1", | |
| "@mui/icons-material": "^7.3.4", | |
| "@mui/material": "^7.3.4", | |
| "cesium": "^1.134.1", | |
| "react": "^19.1.1", | |
| "react-dom": "^19.1.1", | |
| "resium": "^1.19.0-beta.1", | |
| "react-router-dom": "^6.25.1", | |
| "@dnd-kit/core": "^6.1.0", | |
| "@dnd-kit/sortable": "^8.0.0", | |
| "@dnd-kit/utilities": "^3.2.2" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.36.0", | |
| "@types/react": "^19.1.16", | |
| "@types/react-dom": "^19.1.9", | |
| "@vitejs/plugin-react": "^5.0.4", | |
| "eslint": "^9.36.0", | |
| "eslint-plugin-react-hooks": "^5.2.0", | |
| "eslint-plugin-react-refresh": "^0.4.22", | |
| "gh-pages": "^6.3.0", | |
| "globals": "^16.4.0", | |
| "terser": "^5.43.1", | |
| "vite": "^7.1.7", | |
| "vite-plugin-cesium": "^1.2.23" | |
| } | |
| } | |