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

85 lines
2.1 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"
},
"homepage": "https://spacebar.chat",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
2023-04-10 23:47:13 +02:00
"@hcaptcha/react-hcaptcha": "^1.8.0",
"@mattjennings/react-modal-stack": "^1.0.4",
"@mui/material": "^5.11.13",
2023-04-24 04:42:40 +02:00
"@spacebarchat/spacebar-api-types": "^0.37.46",
"@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",
"@types/node": "^16.18.16",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"mobx": "^6.8.0",
"mobx-react-lite": "^3.4.3",
"react": "^18.2.0",
"react-advanced-cropper": "^0.18.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.7",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.2.0",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"react-secure-storage": "^1.2.0",
"react-select-search": "^4.1.6",
"react-spinners": "^0.13.8",
"reoverlay": "^1.0.3",
"slate": "^0.91.4",
"slate-react": "^0.92.0",
"styled-components": "^5.3.9",
"typescript": "^4.9.5"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
2023-04-14 03:51:36 +02:00
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "npx 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",
"@types/styled-components": "^5.1.26",
2023-04-14 03:51:36 +02:00
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"craco-esbuild": "^0.5.2",
"eslint": "^8.38.0"
}
}