2020-01-27 16:57:27 +03:00
|
|
|
{
|
|
|
|
"name": "synapse-admin",
|
2024-07-18 21:26:27 +03:00
|
|
|
"version": "0.10.3",
|
2020-01-27 16:57:27 +03:00
|
|
|
"description": "Admin GUI for the Matrix.org server Synapse",
|
2024-04-16 18:22:40 +03:00
|
|
|
"type": "module",
|
2024-10-19 11:24:45 +03:00
|
|
|
"author": "etke.cc (originally by Awesome Technologies Innovationslabor GmbH)",
|
2020-01-27 16:57:27 +03:00
|
|
|
"license": "Apache-2.0",
|
2020-05-04 19:04:31 +03:00
|
|
|
"homepage": ".",
|
2020-01-27 16:57:27 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-08-31 15:14:44 +03:00
|
|
|
"url": "https://github.com/etkecc/synapse-admin"
|
2020-01-27 16:57:27 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-18 21:53:01 +03:00
|
|
|
"@eslint/js": "^9.7.0",
|
2024-04-18 20:05:07 +03:00
|
|
|
"@testing-library/dom": "^10.0.0",
|
2024-10-19 16:20:02 +03:00
|
|
|
"@testing-library/jest-dom": "^6.6.2",
|
2024-07-18 21:56:33 +03:00
|
|
|
"@testing-library/react": "^16.0.0",
|
2024-02-05 18:28:54 +03:00
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2024-09-24 10:02:47 +03:00
|
|
|
"@types/jest": "^29.5.13",
|
2024-07-18 22:20:42 +03:00
|
|
|
"@types/lodash": "^4.17.7",
|
2024-10-19 16:20:43 +03:00
|
|
|
"@types/node": "^22.7.7",
|
2024-04-22 15:23:55 +03:00
|
|
|
"@types/papaparse": "^5.3.14",
|
2024-07-18 21:56:33 +03:00
|
|
|
"@types/react": "^18.3.3",
|
2024-07-18 21:53:01 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
|
|
"@typescript-eslint/parser": "^7.16.1",
|
2024-10-19 16:20:58 +03:00
|
|
|
"@vitejs/plugin-react": "^4.3.2",
|
2024-04-04 13:22:09 +03:00
|
|
|
"eslint": "^8.57.0",
|
2024-02-05 18:28:54 +03:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-04-22 16:36:13 +03:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2024-07-09 12:13:20 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
2024-07-18 21:53:01 +03:00
|
|
|
"eslint-plugin-prettier": "^5.2.1",
|
2024-05-07 00:42:19 +03:00
|
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
2024-07-18 21:53:01 +03:00
|
|
|
"eslint-plugin-yaml": "^1.0.3",
|
2024-04-18 18:48:53 +03:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2020-07-29 18:49:00 +03:00
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2024-07-18 21:53:01 +03:00
|
|
|
"prettier": "^3.3.3",
|
2024-05-06 17:48:00 +03:00
|
|
|
"react-test-renderer": "^18.3.1",
|
2024-09-24 10:02:47 +03:00
|
|
|
"ts-jest": "^29.2.5",
|
2024-04-22 15:23:55 +03:00
|
|
|
"ts-node": "^10.9.2",
|
2024-10-19 16:20:31 +03:00
|
|
|
"typescript": "^5.6.3",
|
2024-07-18 21:53:01 +03:00
|
|
|
"typescript-eslint": "^7.16.1",
|
2024-09-24 10:02:47 +03:00
|
|
|
"vite": "^5.4.6",
|
2024-10-19 16:22:15 +03:00
|
|
|
"vite-plugin-version-mark": "^0.1.1"
|
2020-01-27 16:57:27 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-18 22:20:42 +03:00
|
|
|
"@emotion/react": "^11.13.0",
|
|
|
|
"@emotion/styled": "^11.13.0",
|
2024-04-22 14:43:46 +03:00
|
|
|
"@haleos/ra-language-german": "^1.0.0",
|
|
|
|
"@haxqer/ra-language-chinese": "^4.16.2",
|
2024-09-24 10:02:47 +03:00
|
|
|
"@mui/icons-material": "^6.1.1",
|
|
|
|
"@mui/material": "^6.1.1",
|
|
|
|
"@tanstack/react-query": "^5.56.2",
|
2024-07-18 22:20:42 +03:00
|
|
|
"history": "^5.3.0",
|
2024-04-18 20:05:07 +03:00
|
|
|
"lodash": "^4.17.21",
|
2023-09-12 16:00:40 +03:00
|
|
|
"papaparse": "^5.4.1",
|
2024-10-19 16:19:34 +03:00
|
|
|
"ra-core": "^5.3.0",
|
2024-10-19 16:23:56 +03:00
|
|
|
"ra-i18n-polyglot": "^5.3.0",
|
2024-10-19 16:21:57 +03:00
|
|
|
"ra-language-english": "^5.3.0",
|
2024-09-24 10:02:47 +03:00
|
|
|
"ra-language-farsi": "^5.0.0",
|
|
|
|
"ra-language-french": "^5.2.0",
|
2023-08-31 15:50:44 +03:00
|
|
|
"ra-language-italian": "^3.13.1",
|
2024-07-18 21:32:22 +03:00
|
|
|
"ra-language-russian": "^4.14.2",
|
2024-05-06 18:38:07 +03:00
|
|
|
"react": "^18.3.1",
|
2024-09-24 10:02:47 +03:00
|
|
|
"react-admin": "^5.2.0",
|
2024-05-06 18:38:07 +03:00
|
|
|
"react-dom": "^18.3.1",
|
2024-10-19 16:21:33 +03:00
|
|
|
"react-hook-form": "^7.53.1",
|
2024-04-30 00:04:42 +03:00
|
|
|
"react-is": "^18.3.1",
|
2024-09-24 10:02:47 +03:00
|
|
|
"react-router": "^6.26.2",
|
2024-10-19 16:21:44 +03:00
|
|
|
"react-router-dom": "^6.27.0"
|
2020-01-27 16:57:27 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-04-18 21:25:14 +03:00
|
|
|
"start": "vite serve",
|
|
|
|
"build": "vite build",
|
2024-04-22 16:36:13 +03:00
|
|
|
"lint": "eslint --ignore-path .gitignore --ext .ts,.tsx,.yml,.yaml .",
|
|
|
|
"fix": "yarn lint --fix",
|
|
|
|
"test": "yarn jest",
|
|
|
|
"test:watch": "yarn jest --watch"
|
2024-04-18 18:48:53 +03:00
|
|
|
},
|
2020-01-27 16:57:27 +03:00
|
|
|
"eslintConfig": {
|
2024-04-22 16:36:13 +03:00
|
|
|
"env": {
|
|
|
|
"browser": true
|
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
"import",
|
|
|
|
"prettier",
|
|
|
|
"unused-imports",
|
|
|
|
"@typescript-eslint",
|
|
|
|
"yaml"
|
|
|
|
],
|
|
|
|
"extends": [
|
|
|
|
"eslint:recommended",
|
|
|
|
"plugin:@typescript-eslint/recommended",
|
|
|
|
"plugin:@typescript-eslint/stylistic",
|
|
|
|
"plugin:import/typescript",
|
2024-07-18 21:53:01 +03:00
|
|
|
"plugin:yaml/legacy"
|
2024-04-22 16:36:13 +03:00
|
|
|
],
|
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
"parserOptions": {
|
|
|
|
"project": "./tsconfig.eslint.json"
|
|
|
|
},
|
|
|
|
"root": true,
|
|
|
|
"rules": {
|
|
|
|
"prettier/prettier": "error",
|
|
|
|
"import/no-extraneous-dependencies": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"devDependencies": [
|
|
|
|
"**/vite.config.ts",
|
|
|
|
"**/jest.setup.ts",
|
|
|
|
"**/*.test.ts",
|
|
|
|
"**/*.test.tsx"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"import/order": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"alphabetize": {
|
|
|
|
"order": "asc",
|
|
|
|
"caseInsensitive": false
|
|
|
|
},
|
|
|
|
"newlines-between": "always",
|
|
|
|
"groups": [
|
|
|
|
"external",
|
|
|
|
"builtin",
|
|
|
|
"internal",
|
|
|
|
[
|
|
|
|
"parent",
|
|
|
|
"sibling",
|
|
|
|
"index"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"unused-imports/no-unused-imports-ts": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"prettier": {
|
|
|
|
"printWidth": 120,
|
|
|
|
"tabWidth": 2,
|
|
|
|
"useTabs": false,
|
|
|
|
"semi": true,
|
|
|
|
"singleQuote": false,
|
|
|
|
"trailingComma": "es5",
|
|
|
|
"bracketSpacing": true,
|
|
|
|
"arrowParens": "avoid"
|
2020-01-27 16:57:27 +03:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|