Spaces:
Running
Running
| { | |
| "name": "web", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@emotion/react": "^11.11.4", | |
| "@emotion/styled": "^11.11.5", | |
| "@fontsource/inter": "^5.0.18", | |
| "@huggingface/hub": "^0.15.1", | |
| "@mui/icons-material": "^5.15.19", | |
| "@mui/material": "^5.15.18", | |
| "@mui/x-charts": "^7.11.0", | |
| "@mui/x-data-grid": "^7.10.0", | |
| "@reduxjs/toolkit": "^2.2.5", | |
| "axios": "^1.7.2", | |
| "chart.js": "^4.4.4", | |
| "dompurify": "^3.2.7", | |
| "formik": "^2.4.6", | |
| "html2pdf.js": "^0.10.3", | |
| "jspdf": "^3.0.1", | |
| "jwt-decode": "^4.0.0", | |
| "marked": "^15.0.6", | |
| "prop-types": "^15.8.1", | |
| "react": "^18.2.0", | |
| "react-chartjs-2": "^5.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-helmet-async": "^2.0.5", | |
| "react-redux": "^9.1.2", | |
| "react-router-dom": "^6.23.1", | |
| "react-syntax-highlighter": "^15.5.0", | |
| "yup": "^1.4.0" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^18.2.66", | |
| "@types/react-dom": "^18.2.22", | |
| "@vitejs/plugin-react-swc": "^3.5.0", | |
| "eslint": "^8.57.0", | |
| "eslint-plugin-react": "^7.34.1", | |
| "eslint-plugin-react-hooks": "^4.6.0", | |
| "eslint-plugin-react-refresh": "^0.4.6", | |
| "vite": "^5.2.0" | |
| } | |
| } | |