{ "name": "cli-proxy-webui-react", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "format": "prettier --write \"src/**/*.{ts,tsx,css,scss}\"", "type-check": "tsc --noEmit" }, "dependencies": { "@codemirror/lang-yaml": "^6.1.2", "@uiw/react-codemirror": "^4.25.3", "axios": "^1.13.2", "chart.js": "^4.5.1", "gsap": "^3.14.2", "i18next": "^25.7.1", "react": "^19.2.1", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.1", "react-i18next": "^16.4.0", "react-router-dom": "^7.10.1", "zustand": "^5.0.9" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.48.1", "@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", "prettier": "^3.7.4", "sass": "^1.94.2", "typescript": "^5.9.3", "typescript-eslint": "^8.48.1", "vite": "^7.2.6", "vite-plugin-singlefile": "^2.3.0" } }