{ "author": "Spacebar", "bugs": { "url": "https://github.com/spacebarchat/client/issues" }, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fontsource/roboto": "^4.5.8", "@fontsource/roboto-mono": "^5.0.8", "@hcaptcha/react-hcaptcha": "^1.8.1", "@mattjennings/react-modal-stack": "^1.0.4", "@mdi/js": "^7.2.96", "@mdi/react": "^1.6.1", "@mui/material": "^5.14.9", "@originjs/vite-plugin-commonjs": "^1.0.3", "@rollup/plugin-replace": "^5.0.2", "@spacebarchat/spacebar-api-types": "0.37.49", "@tauri-apps/api": "2.0.0-alpha.8", "@tauri-apps/plugin-authenticator": "2.0.0-alpha.1", "@tauri-apps/plugin-autostart": "2.0.0-alpha.1", "@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.1", "@tauri-apps/plugin-dialog": "2.0.0-alpha.1", "@tauri-apps/plugin-log": "2.0.0-alpha.1", "@tauri-apps/plugin-notification": "2.0.0-alpha.1", "@tauri-apps/plugin-process": "2.0.0-alpha.1", "@tauri-apps/plugin-stronghold": "2.0.0-alpha.2", "@tauri-apps/plugin-updater": "2.0.0-alpha.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "classnames": "^2.3.2", "dayjs": "^1.11.9", "framer-motion": "^10.16.4", "marked-react": "^2.0.0", "missing-native-js-functions": "^1.4.3", "mobx": "^6.10.2", "mobx-react-lite": "^3.4.3", "prismjs": "^1.29.0", "react": "^18.2.0", "react-advanced-cropper": "^0.18.0", "react-colorful": "^5.6.1", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-hook-form": "^7.46.1", "react-infinite-scroll-component": "^6.1.0", "react-loading-skeleton": "^3.3.1", "react-markdown": "^8.0.7", "react-router-dom": "^6.16.0", "react-secure-storage": "^1.3.0", "react-select-search": "^4.1.6", "react-spinners": "^0.13.8", "react-string-replace": "^1.1.1", "react-syntax-highlighter": "^15.5.0", "react-use-error-boundary": "^3.0.0", "remark-gfm": "^3.0.1", "reoverlay": "^1.0.3", "styled-components": "^5.3.11", "use-resize-observer": "^9.1.0" }, "devDependencies": { "@craco/craco": "^7.1.0", "@tauri-apps/cli": "2.0.0-alpha.14", "@types/jest": "^27.5.2", "@types/loadable__component": "^5.13.5", "@types/node": "^16.18.50", "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", "@types/react-syntax-highlighter": "^15.5.7", "@types/styled-components": "^5.1.27", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "@vitejs/plugin-react": "^4.0.4", "eslint": "^8.49.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "internal-ip": "^7.0.0", "typescript": "^5.2.2", "vite": "^4.4.9", "vite-plugin-chunk-split": "^0.4.7", "vite-plugin-clean": "^1.0.0", "vite-plugin-html": "^3.2.0", "vite-plugin-progress": "^0.0.7", "vite-plugin-svgr": "^3.2.0" }, "homepage": "https://spacebar.chat", "license": "AGPL-3.0-only", "name": "spacebar-client", "packageManager": "pnpm@8.7.6", "repository": { "type": "git", "url": "git+https://github.com/spacebarchat/client.git" }, "scripts": { "build": "tsc && vite build", "dev": "vite", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "pnpx prettier . --write", "preview": "vite preview", "tauri:dev": "tauri dev", "tauri:build": "tauri build", "tauri:android:dev": "tauri android dev", "tauri:android:build": "tauri android build" }, "type": "module", "version": "0.1.1" }