1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00
client/package.json

115 lines
3.7 KiB
JSON
Raw Normal View History

{
2023-04-14 03:51:36 +02:00
"author": "Spacebar",
"bugs": {
"url": "https://github.com/spacebarchat/client/issues"
},
"dependencies": {
"@emotion/react": "^11.11.1",
2023-05-11 01:59:48 +02:00
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
2023-12-10 07:23:34 +01:00
"@fontsource/roboto-mono": "^5.0.16",
"@hcaptcha/react-hcaptcha": "^1.9.2",
"@mattjennings/react-modal-stack": "^1.0.4",
2023-12-10 07:23:34 +01:00
"@mdi/js": "^7.3.67",
2023-05-12 17:43:21 +02:00
"@mdi/react": "^1.6.1",
2023-12-10 07:23:34 +01:00
"@mui/material": "^5.14.20",
2023-09-06 20:55:23 +02:00
"@originjs/vite-plugin-commonjs": "^1.0.3",
2023-12-10 07:23:34 +01:00
"@rollup/plugin-replace": "^5.0.5",
2023-12-01 05:21:11 +01:00
"@spacebarchat/spacebar-api-types": "0.37.51",
2023-12-10 07:23:34 +01:00
"@tauri-apps/api": "^2.0.0-alpha.12",
"@tauri-apps/plugin-authenticator": "2.0.0-alpha.3",
"@tauri-apps/plugin-autostart": "2.0.0-alpha.3",
"@tauri-apps/plugin-clipboard-manager": "2.0.0-alpha.3",
"@tauri-apps/plugin-dialog": "2.0.0-alpha.3",
"@tauri-apps/plugin-log": "2.0.0-alpha.3",
"@tauri-apps/plugin-notification": "2.0.0-alpha.3",
"@tauri-apps/plugin-process": "2.0.0-alpha.3",
"@tauri-apps/plugin-stronghold": "2.0.0-alpha.4",
"@tauri-apps/plugin-updater": "2.0.0-alpha.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
2023-12-03 05:50:23 +01:00
"@types/react-measure": "^2.0.12",
2023-09-21 05:31:54 +02:00
"classnames": "^2.3.2",
2023-09-15 18:20:16 +02:00
"dayjs": "^1.11.9",
2023-12-10 07:23:34 +01:00
"framer-motion": "^10.16.16",
2023-09-22 22:32:12 +02:00
"marked-react": "^2.0.0",
2023-09-01 00:50:26 +02:00
"missing-native-js-functions": "^1.4.3",
2023-12-10 07:23:34 +01:00
"mobx": "^6.12.0",
"mobx-react-lite": "^3.4.3",
2023-11-10 16:53:14 +01:00
"murmurhash-js": "^1.0.0",
2023-09-20 03:38:04 +02:00
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-advanced-cropper": "^0.18.0",
"react-colorful": "^5.6.1",
2023-09-09 21:33:22 +02:00
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
2023-09-25 19:07:24 +02:00
"react-fps-stats": "^0.3.1",
2023-12-10 07:23:34 +01:00
"react-hook-form": "^7.49.0",
2023-08-12 03:56:18 +02:00
"react-infinite-scroll-component": "^6.1.0",
2023-05-11 01:59:48 +02:00
"react-loading-skeleton": "^3.3.1",
2023-09-20 03:38:04 +02:00
"react-markdown": "^8.0.7",
2023-12-03 05:50:23 +01:00
"react-measure": "^2.5.2",
2023-12-10 07:23:34 +01:00
"react-router-dom": "^6.20.1",
"react-secure-storage": "^1.3.2",
"react-select-search": "^4.1.7",
"react-spinners": "^0.13.8",
2023-09-17 22:12:53 +02:00
"react-string-replace": "^1.1.1",
2023-09-20 07:26:44 +02:00
"react-syntax-highlighter": "^15.5.0",
2023-09-19 21:21:04 +02:00
"react-use-error-boundary": "^3.0.0",
"react-virtualized": "^9.22.5",
2023-09-20 07:26:44 +02:00
"remark-gfm": "^3.0.1",
"reoverlay": "^1.0.3",
2023-09-21 22:55:09 +02:00
"styled-components": "^5.3.11",
2023-09-21 05:31:54 +02:00
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
2023-12-10 07:23:34 +01:00
"@tauri-apps/cli": "^2.0.0-alpha.16",
2023-09-06 20:55:23 +02:00
"@types/jest": "^27.5.2",
"@types/loadable__component": "^5.13.5",
2023-11-10 16:53:14 +01:00
"@types/murmurhash-js": "^1.0.6",
"@types/node": "^16.18.50",
2023-09-20 07:26:44 +02:00
"@types/react": "^18.2.22",
2023-09-06 20:55:23 +02:00
"@types/react-dom": "^18.2.7",
2023-09-20 07:26:44 +02:00
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-virtualized": "^9.21.22",
"@types/styled-components": "^5.1.27",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
2023-09-06 20:55:23 +02:00
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.49.0",
2023-09-06 20:55:23 +02:00
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
2023-09-08 01:40:10 +02:00
"internal-ip": "^7.0.0",
2023-09-21 22:55:09 +02:00
"typescript": "^5.2.2",
"vite": "^4.4.12",
2023-09-15 04:08:01 +02:00
"vite-plugin-chunk-split": "^0.4.7",
"vite-plugin-clean": "^1.0.0",
2023-09-15 18:20:16 +02:00
"vite-plugin-html": "^3.2.0",
2023-09-15 04:08:01 +02:00
"vite-plugin-progress": "^0.0.7",
2023-09-07 17:25:35 +02:00
"vite-plugin-svgr": "^3.2.0"
2023-09-06 20:55:23 +02:00
},
"homepage": "https://spacebar.chat",
"license": "AGPL-3.0-only",
"name": "spacebar-client",
2023-12-08 15:14:19 +01:00
"packageManager": "pnpm@8.11.0",
2023-09-06 20:55:23 +02:00
"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",
2023-09-07 17:25:35 +02:00
"preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:android:dev": "tauri android dev",
"tauri:android:build": "tauri android build"
2023-08-29 16:21:57 +02:00
},
2023-09-06 20:55:23 +02:00
"type": "module",
2023-09-15 23:19:26 +02:00
"version": "0.1.1"
}