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

93 lines
2.4 KiB
JSON
Raw Normal View History

{
2023-04-14 03:51:36 +02:00
"name": "spacebar-client",
"version": "0.1.0",
2023-04-14 03:51:36 +02:00
"repository": {
"type": "git",
"url": "git+https://github.com/spacebarchat/client.git"
},
"author": "Spacebar",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/spacebarchat/client/issues"
},
2023-04-30 23:22:46 +02:00
"homepage": "https://app.spacebar.chat",
"dependencies": {
2023-05-11 01:59:48 +02:00
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
2023-05-10 05:04:43 +02:00
"@fontsource/source-code-pro": "^4.5.14",
2023-05-11 01:59:48 +02:00
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@mattjennings/react-modal-stack": "^1.0.4",
2023-05-12 17:43:21 +02:00
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
2023-05-11 01:59:48 +02:00
"@mui/material": "^5.13.0",
2023-05-11 02:44:19 +02:00
"@spacebarchat/spacebar-api-types": "0.37.49",
2023-09-05 02:23:09 +02:00
"@tauri-apps/api": "2.0.0-alpha.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
2023-05-11 01:59:48 +02:00
"@types/node": "^16.18.28",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
2023-08-29 18:28:14 +02:00
"framer-motion": "^10.16.1",
2023-09-01 00:50:26 +02:00
"missing-native-js-functions": "^1.4.3",
2023-05-11 01:59:48 +02:00
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"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",
"react-error-boundary": "^3.1.4",
2023-05-11 01:59:48 +02:00
"react-hook-form": "^7.43.9",
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-08-10 01:59:06 +02:00
"react-moment": "^1.1.3",
2023-05-11 01:59:48 +02:00
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"react-secure-storage": "^1.3.0",
"react-select-search": "^4.1.6",
"react-spinners": "^0.13.8",
"reoverlay": "^1.0.3",
2023-05-11 01:59:48 +02:00
"styled-components": "^5.3.10",
"typescript": "^4.9.5"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
2023-04-14 03:51:36 +02:00
"lint": "eslint .",
2023-08-12 04:07:36 +02:00
"lint:fix": "pnpx prettier . --write"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.1.0",
2023-09-05 02:23:09 +02:00
"@tauri-apps/cli": "2.0.0-alpha.11",
"@types/loadable__component": "^5.13.4",
"@types/styled-components": "^5.1.26",
2023-05-11 01:59:48 +02:00
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
2023-04-14 03:51:36 +02:00
"craco-esbuild": "^0.5.2",
2023-05-11 01:59:48 +02:00
"eslint": "^8.40.0"
2023-08-29 16:21:57 +02:00
},
"packageManager": "pnpm@8.7.0"
}