{ "name": "web", "version": "0.2.0", "type": "module", "private": true, "homepage": ".", "packageManager": "pnpm@9.0.2", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --color", "lint:ci": "eslint src/ --ext .js,.jsx,.ts,.tsx --format=@microsoft/eslint-formatter-sarif --fix > ../results.sarif || true", "preview": "vite preview", "lint:watch": "pnpm run lint -- --watch" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "pnpm": { "overrides": { "csstype": "3.1.2", "rollup": "npm:@rollup/wasm-node", "react": "$react" } }, "dependencies": { "@headlessui/react": "^2.0.4", "@heroicons/react": "^2.1.3", "@hookform/error-message": "^2.0.1", "@popperjs/core": "^2.11.8", "@tailwindcss/forms": "^0.5.7", "@tanstack/react-query": "^5.40.1", "@tanstack/react-query-devtools": "^5.29.2", "@tanstack/react-router": "^1.34.9", "@types/node": "^20.14.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-portal": "^4.0.7", "@types/react-table": "^7.7.20", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", "@vitejs/plugin-react-swc": "^3.7.0", "autoprefixer": "^10.4.19", "buffer": "^6.0.3", "date-fns": "^3.6.0", "formik": "^2.4.6", "http-proxy-middleware": "^3.0.0", "postcss": "^8.4.38", "react": "^18.3.1", "react-debounce-input": "^3.3.0", "react-dom": "^18.3.1", "react-hook-form": "^7.51.5", "react-hot-toast": "^2.4.1", "react-multi-select-component": "^4.3.4", "react-popper-tooltip": "^4.4.2", "react-portal": "^4.2.2", "react-ridge-state": "4.2.9", "react-select": "^5.8.0", "react-table": "^7.8.0", "react-textarea-autosize": "^8.5.3", "stacktracey": "^2.1.8", "tailwind-lerp-colors": "1.2.6", "tailwindcss": "^3.4.3", "workbox-window": "^7.1.0", "zod": "^3.23.8", "zod-formik-adapter": "^1.3.0" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "^3.1.0", "@rollup/wasm-node": "^4.18.0", "@tanstack/router-devtools": "^1.34.9", "@types/node": "^20.14.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-portal": "^4.0.7", "@types/react-table": "^7.7.20", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", "@vitejs/plugin-react-swc": "^3.7.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "eslint-watch": "^8.0.0", "ts-node": "^10.9.2", "typescript": "^5.4.5", "vite": "^5.2.12", "vite-plugin-pwa": "^0.20.0", "vite-plugin-svgr": "^4.2.0" } }