{ "name": "traefik-manager-frontend", "private": true, "version": "0.0.0", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "codegen": "graphql-codegen --config codegen.yml" }, "dependencies": { "@babel/core": ">=7.0.0 <8.0.0", "@graphql-codegen/typed-document-node": "^2.2.11", "@graphql-codegen/typescript-operations": "^2.4.0", "@graphql-codegen/typescript-react-query": "^3.5.12", "@headlessui/react": "^1.6.3", "@heroicons/react": "^1.0.6", "clsx": "^1.1.1", "formik": "^2.2.9", "graphql": "^16.5.0", "graphql-tag": "^2.12.6", "react": "^18.0.0", "react-dom": "^18.0.0", "react-query": "^3.39.0", "react-router-dom": "6" }, "devDependencies": { "@faker-js/faker": "^7.1.0", "@graphql-codegen/cli": "^2.6.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^1.3.0", "autoprefixer": "^10.4.7", "eslint-plugin-react-hooks": "^4.3.0", "postcss": "^8.4.14", "tailwindcss": "^3.0.24", "typescript": "^4.6.3", "vite": "^2.9.9" }, "proxy": "http://localhost:4000" }