{ "name": "frontend", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "axios": "^1.4.0", "js-file-download": "^0.4.12", "react": "^18.2.0", "react-data-table-component": "^7.5.3", "react-dom": "^18.2.0", "react-error-boundary": "^4.0.10", "react-intl": "^6.4.4", "react-loader-spinner": "^5.3.4", "react-router-dom": "^6.14.2", "react-select": "^5.7.4", "react-tabs": "^6.0.2", "react-toastify": "^9.1.3", "reagraph": "^4.11.1" }, "devDependencies": { "@types/node": "^20.4.5", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react": "^4.0.3", "autoprefixer": "^10.4.14", "eslint": "^8.45.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "eslint-plugin-simple-import-sort": "^10.0.0", "postcss": "^8.4.27", "tailwindcss": "^3.3.3", "typescript": "^5.0.2", "vite": "^4.4.5" } }