{ "name": "adminpanel", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "lint-fix": "eslint . --fix", "preview": "vite preview", "test": "jest --runInBand", "test-watch": "jest --watch", "test-clear-cache": "jest --clearCache" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.7.2", "@reduxjs/toolkit": "^2.8.2", "axios": "^1.10.0", "bootstrap": "^4.6.2", "dompurify": "^3.2.6", "express": "^5.1.0", "http-proxy-middleware": "^3.0.5", "jodit": "^4.6.12", "jodit-react": "^5.2.25", "react": "^19.1.0", "react-datepicker": "^8.7.0", "react-dom": "^19.1.0", "react-google-recaptcha": "^3.1.0", "react-imask": "^7.6.1", "react-input-mask": "^3.0.0-alpha.2", "react-redux": "^9.2.0", "react-router-dom": "^7.6.2", "sass": "^1.89.2", "startbootstrap-sb-admin-2": "^4.1.4" }, "devDependencies": { "@babel/core": "^7.27.4", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@eslint/js": "^9.25.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "babel-jest": "^30.0.2", "eslint": "^9.25.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^30.0.3", "jest-environment-jsdom": "^30.0.2", "rollup-plugin-visualizer": "^6.0.5", "vite": "^6.3.5", "vite-plugin-eslint": "^1.8.1" } }