{ "name": "commafeed-client", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host", "dev:typescript": "tsc --watch", "build": "tsc && vite build", "preview": "vite preview", "test": "vitest", "test:ci": "vitest run", "lint": "biome check ./src", "lint:fix": "biome check --write ./src", "i18n:extract": "lingui extract --clean" }, "dependencies": { "@emotion/react": "^11.14.0", "@fontsource/open-sans": "^5.1.0", "@lingui/core": "^5.0.0", "@lingui/react": "^5.0.0", "@mantine/core": "^7.14.3", "@mantine/form": "^7.14.3", "@mantine/hooks": "^7.14.3", "@mantine/modals": "^7.14.3", "@mantine/notifications": "^7.14.3", "@mantine/spotlight": "^7.14.3", "@monaco-editor/react": "^4.6.0", "@reduxjs/toolkit": "^2.4.0", "axios": "^1.7.9", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.0", "monaco-editor": "^0.52.2", "mousetrap": "^1.6.5", "react": "^18.3.1", "react-async-hook": "^4.0.0", "react-contexify": "^6.0.0", "react-device-detect": "^2.2.3", "react-dom": "^18.3.1", "react-draggable": "^4.4.6", "react-ga4": "^2.1.0", "react-helmet": "^6.1.0", "react-icons": "^5.4.0", "react-infinite-scroller": "^1.2.6", "react-redux": "^9.1.2", "react-router-dom": "^7.0.2", "react-swipeable": "^7.0.2", "redoc": "^2.2.0", "style-to-object": "^1.0.8", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.14", "websocket-heartbeat-js": "^1.1.3" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@lingui/babel-plugin-lingui-macro": "^5.0.0", "@lingui/cli": "^5.0.0", "@lingui/vite-plugin": "^5.0.0", "@types/mousetrap": "^1.6.15", "@types/react": "^18.3.14", "@types/react-dom": "^18.3.2", "@types/react-helmet": "^6.1.11", "@types/react-infinite-scroller": "^1.2.5", "@types/swagger-ui-react": "^4.18.3", "@types/throttle-debounce": "^5.0.2", "@types/tinycon": "^0.6.7", "@vitejs/plugin-react": "^4.3.4", "babel-plugin-macros": "^3.1.0", "jsdom": "^25.0.1", "rollup-plugin-visualizer": "^5.12.0", "typescript": "^5.7.2", "vite": "^5.4.11", "vite-plugin-checker": "^0.8.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^2.1.8", "vitest-mock-extended": "^2.0.2" } }