{ "name": "dashboard", "private": true, "version": "2026.1.1", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@ant-design/x": "^2.1.2", "@graphiql/react": "^0.37.3", "@reduxjs/toolkit": "^2.11.2", "@types/js-cookie": "^3.0.6", "antd": "^6.1.3", "jose": "^6.1.3", "js-cookie": "^3.0.5", "react": "^19.2.0", "react-dom": "^19.2.0", "react-intl": "^7.1.14", "react-redux": "^9.2.0", "react-router": "^7.11.0", "usehooks-ts": "^3.1.1" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^24.10.1", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "typescript": "~5.9.3", "typescript-eslint": "^8.46.4", "vite": "^7.2.4" } }