CoolFace
Apppublic

GDAOSU/3dgs_measurement_tool

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes
package.json45 linesDownload Raw Back to client
1{2  "name": "front-end",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite",8    "build": "vite build",9    "lint": "eslint .",10    "preview": "vite preview"11  },12  "dependencies": {13    "@aws-sdk/client-s3": "^3.509.0",14    "@aws-sdk/credential-provider-cognito-identity": "^3.509.0",15    "@aws-sdk/s3-request-presigner": "^3.509.0",16    "@aws-sdk/util-endpoints": "^3.509.0",17    "@emotion/react": "^11.14.0",18    "@emotion/styled": "^11.14.1",19    "@mui/icons-material": "^7.3.4",20    "@mui/material": "^7.3.4",21    "cesium": "^1.134.1",22    "react": "^19.1.1",23    "react-dom": "^19.1.1",24    "resium": "^1.19.0-beta.1",25    "react-router-dom": "^6.25.1",26    "@dnd-kit/core": "^6.1.0",27    "@dnd-kit/sortable": "^8.0.0",28    "@dnd-kit/utilities": "^3.2.2"29  },30  "devDependencies": {31    "@eslint/js": "^9.36.0",32    "@types/react": "^19.1.16",33    "@types/react-dom": "^19.1.9",34    "@vitejs/plugin-react": "^5.0.4",35    "eslint": "^9.36.0",36    "eslint-plugin-react-hooks": "^5.2.0",37    "eslint-plugin-react-refresh": "^0.4.22",38    "gh-pages": "^6.3.0",39    "globals": "^16.4.0",40    "terser": "^5.43.1",41    "vite": "^7.1.7",42    "vite-plugin-cesium": "^1.2.23"43  }44}45