{ "name": "react-material-full", "description": "React Material Admin Full", "version": "3.0.1", "private": true, "homepage": "./", "scripts": { "build": "vite build", "start": "vite", "dev": "vite", "preview": "vite preview", "lint": "cross-env NODE_ENV=development eslint src --ext .js,.jsx", "lint:fix": "cross-env NODE_ENV=development eslint src --ext .js,.jsx --fix", "test": "vitest run", "test:watch": "vitest", "format": "prettier --write src/" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@fullcalendar/core": "^6.1.14", "@fullcalendar/daygrid": "^6.1.14", "@fullcalendar/interaction": "^6.1.14", "@fullcalendar/list": "^6.1.14", "@fullcalendar/react": "^6.1.14", "@fullcalendar/timegrid": "^6.1.14", "@mui/icons-material": "^7.3.8", "@mui/material": "^7.3.8", "@mui/x-data-grid": "^8.27.1", "@mui/x-date-pickers": "^8.27.2", "apexcharts": "^5.6.0", "axios": "^1.13.5", "classnames": "^2.3.2", "date-fns": "^4.1.0", "dayjs": "^1.11.19", "formik": "^2.4.9", "leaflet": "^1.9.4", "prop-types": "^15.8.1", "react": "^19.2.4", "react-apexcharts": "^2.0.1", "react-dom": "^19.2.4", "react-leaflet": "^5.0.0", "react-router-dom": "^7.13.0", "react-sortablejs": "^6.1.4", "react-syntax-highlighter": "^16.1.0", "recharts": "^3.7.0", "sortablejs": "^1.15.7", "tinycolor2": "^1.6.0", "topojson-client": "^3.1.0", "tss-react": "^4.9.20", "uuid": "^13.0.0", "yup": "^1.7.1" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "engines": { "node": "^20.19.0 || >=22.12.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@vitejs/plugin-react-swc": "^4.2.0", "cross-env": "^10.1.0", "eslint": "^10.0.1", "globals": "^17.3.0", "jsdom": "^28.1.0", "sass": "^1.97.3", "vite": "^7.3.1", "vitest": "^4.0.18" } }