{ "name": "commafeed-client", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host", "dev:typescript": "tsc --watch", "build": "npm run i18n:compile && tsc && vite build", "preview": "vite preview", "test": "vitest", "test:ci": "vitest run", "eslint": "eslint --ext=.js,.jsx,.ts,.tsx src", "i18n": "npm run i18n:extract && npm run i18n:compile", "i18n:extract": "lingui extract --clean", "i18n:compile": "lingui compile --typescript", "postinstall": "npm run i18n:compile" }, "dependencies": { "@emotion/react": "^11.10.5", "@fontsource/open-sans": "^4.5.14", "@lingui/core": "^3.17.0", "@lingui/macro": "^3.17.0", "@lingui/react": "^3.17.0", "@mantine/core": "^5.10.3", "@mantine/form": "^5.10.3", "@mantine/hooks": "^5.10.3", "@mantine/modals": "^5.10.3", "@mantine/notifications": "^5.10.3", "@mantine/spotlight": "^5.10.3", "@mantine/styles": "^5.10.3", "@reduxjs/toolkit": "^1.9.2", "axios": "^1.3.2", "dayjs": "^1.11.7", "interweave": "^13.0.0", "lodash": "^4.17.21", "make-plural": "^7.2.0", "mousetrap": "^1.6.5", "react": "^18.2.0", "react-async-hook": "^4.0.0", "react-contexify": "^6.0.0", "react-dom": "^18.2.0", "react-ga4": "^2.1.0", "react-icons": "^4.7.1", "react-infinite-scroller": "^1.2.6", "react-redux": "^8.0.5", "react-router-dom": "^6.8.0", "react-swipeable": "^7.0.0", "swagger-ui-react": "^4.15.5", "tinycon": "^0.6.8", "use-local-storage": "^3.0.0", "websocket-heartbeat-js": "^1.1.1" }, "devDependencies": { "@lingui/cli": "^3.17.0", "@types/eslint": "^8.21.0", "@types/lodash": "^4.14.191", "@types/mousetrap": "^1.6.11", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@types/react-infinite-scroller": "^1.2.3", "@types/swagger-ui-react": "^4.11.0", "@types/tinycon": "^0.6.3", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "@vitejs/plugin-react": "^3.1.0", "eslint": "^8.33.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.6.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-hooks": "^0.4.3", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.3", "rollup-plugin-visualizer": "^5.9.0", "typescript": "^4.9.5", "vite": "^4.1.1", "vite-plugin-eslint": "^1.8.1", "vite-tsconfig-paths": "^4.0.5", "vitest": "^0.28.4", "vitest-mock-extended": "^1.0.9" } }