CoolFace
Apppublic

DataScope26/WEB

sourceHugging Faceupdated 7d agoView on Hugging Face
0likes
package.json41 linesDownload Raw Back to root
1{2  "name": "web",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite --host",8    "build": "vite build",9    "lint": "eslint .",10    "preview": "vite preview"11  },12  "dependencies": {13    "@emotion/react": "^11.14.0",14    "@emotion/styled": "^11.14.1",15    "@mui/material": "^9.1.1",16    "@mui/x-charts": "^9.5.0",17    "apexcharts": "^5.15.0",18    "axios": "^1.15.0",19    "form": "^0.2.5",20    "hook": "^0.1.0",21    "lucide-react": "^1.16.0",22    "moment": "^2.30.1",23    "react": "^19.3.0",24    "react-apexcharts": "^2.1.0",25    "react-dom": "^19.3.0",26    "react-hook-form": "^7.87.0",27    "react-router-dom": "^7.16.0"28  },29  "devDependencies": {30    "@eslint/js": "^9.39.4",31    "@types/react": "^19.2.14",32    "@types/react-dom": "^19.2.3",33    "@vitejs/plugin-react": "^6.0.1",34    "eslint": "^9.39.4",35    "eslint-plugin-react-hooks": "^7.0.1",36    "eslint-plugin-react-refresh": "^0.5.2",37    "globals": "^17.4.0",38    "vite": "^8.0.4"39  }40}41