2020-01-27 13:57:27 +00:00
|
|
|
{
|
|
|
|
"name": "synapse-admin",
|
2024-04-24 15:29:49 +00:00
|
|
|
"version": "0.10.1",
|
2020-01-27 13:57:27 +00:00
|
|
|
"description": "Admin GUI for the Matrix.org server Synapse",
|
2024-04-16 15:22:40 +00:00
|
|
|
"type": "module",
|
2020-01-27 13:57:27 +00:00
|
|
|
"author": "Awesome Technologies Innovationslabor GmbH",
|
|
|
|
"license": "Apache-2.0",
|
2020-05-04 16:04:31 +00:00
|
|
|
"homepage": ".",
|
2020-01-27 13:57:27 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Awesome-Technologies/synapse-admin"
|
|
|
|
},
|
2024-04-18 17:05:07 +00:00
|
|
|
"packageManager": "yarn@4.1.1",
|
2020-01-27 13:57:27 +00:00
|
|
|
"devDependencies": {
|
2024-04-22 13:36:13 +00:00
|
|
|
"@eslint/js": "^9.1.1",
|
2024-04-18 17:05:07 +00:00
|
|
|
"@testing-library/dom": "^10.0.0",
|
2024-02-05 15:20:08 +00:00
|
|
|
"@testing-library/jest-dom": "^6.0.0",
|
2024-04-16 07:22:43 +00:00
|
|
|
"@testing-library/react": "^15.0.2",
|
2024-02-05 15:28:54 +00:00
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2024-04-22 12:23:55 +00:00
|
|
|
"@types/jest": "^29.5.12",
|
|
|
|
"@types/lodash": "^4.17.0",
|
|
|
|
"@types/node": "^20.12.7",
|
|
|
|
"@types/papaparse": "^5.3.14",
|
2024-05-06 15:38:07 +00:00
|
|
|
"@types/react": "^18.3.1",
|
2024-04-22 13:36:13 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
2024-05-07 08:41:13 +00:00
|
|
|
"@typescript-eslint/parser": "^7.8.0",
|
2024-04-18 15:48:53 +00:00
|
|
|
"@vitejs/plugin-react": "^4.0.0",
|
2024-04-04 10:22:09 +00:00
|
|
|
"eslint": "^8.57.0",
|
2024-02-05 15:28:54 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-04-22 13:36:13 +00:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
2024-02-05 15:28:54 +00:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-05-06 21:42:19 +00:00
|
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
2024-04-22 13:36:13 +00:00
|
|
|
"eslint-plugin-yaml": "^0.5.0",
|
2024-04-18 15:48:53 +00:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2020-07-29 15:49:00 +00:00
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2024-04-18 15:48:53 +00:00
|
|
|
"prettier": "^3.2.5",
|
2024-05-06 14:48:00 +00:00
|
|
|
"react-test-renderer": "^18.3.1",
|
2024-04-22 12:23:55 +00:00
|
|
|
"ts-jest": "^29.1.2",
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"typescript": "^5.4.5",
|
2024-05-07 08:47:57 +00:00
|
|
|
"typescript-eslint": "^7.8.0",
|
2024-04-18 18:25:14 +00:00
|
|
|
"vite": "^5.0.0",
|
|
|
|
"vite-plugin-version-mark": "^0.0.13"
|
2020-01-27 13:57:27 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-18 17:05:07 +00:00
|
|
|
"@emotion/react": "^11.4.1",
|
|
|
|
"@emotion/styled": "^11.3.0",
|
2024-04-22 11:43:46 +00:00
|
|
|
"@haleos/ra-language-german": "^1.0.0",
|
|
|
|
"@haxqer/ra-language-chinese": "^4.16.2",
|
2024-05-06 15:49:30 +00:00
|
|
|
"@mui/icons-material": "^5.15.16",
|
|
|
|
"@mui/material": "^5.15.16",
|
2024-04-18 17:05:07 +00:00
|
|
|
"history": "^5.1.0",
|
|
|
|
"lodash": "^4.17.21",
|
2023-09-12 13:00:40 +00:00
|
|
|
"papaparse": "^5.4.1",
|
2024-04-18 17:05:07 +00:00
|
|
|
"query-string": "^7.1.1",
|
2024-05-06 15:49:30 +00:00
|
|
|
"ra-core": "^4.16.17",
|
|
|
|
"ra-i18n-polyglot": "^4.16.17",
|
|
|
|
"ra-language-english": "^4.16.17",
|
2024-04-18 15:48:53 +00:00
|
|
|
"ra-language-farsi": "^4.2.0",
|
2024-05-06 15:49:30 +00:00
|
|
|
"ra-language-french": "^4.16.17",
|
2023-08-31 12:50:44 +00:00
|
|
|
"ra-language-italian": "^3.13.1",
|
2024-05-06 15:38:07 +00:00
|
|
|
"react": "^18.3.1",
|
2024-05-06 15:49:30 +00:00
|
|
|
"react-admin": "^4.16.17",
|
2024-05-06 15:38:07 +00:00
|
|
|
"react-dom": "^18.3.1",
|
2024-04-18 17:05:07 +00:00
|
|
|
"react-hook-form": "^7.43.9",
|
2024-04-29 21:04:42 +00:00
|
|
|
"react-is": "^18.3.1",
|
2024-04-18 17:05:07 +00:00
|
|
|
"react-query": "^3.32.1",
|
2024-05-06 15:48:09 +00:00
|
|
|
"react-router": "^6.23.0",
|
|
|
|
"react-router-dom": "^6.23.0"
|
2020-01-27 13:57:27 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-04-18 18:25:14 +00:00
|
|
|
"start": "vite serve",
|
|
|
|
"build": "vite build",
|
2024-04-22 13:36:13 +00: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 15:48:53 +00:00
|
|
|
},
|
2020-01-27 13:57:27 +00:00
|
|
|
"eslintConfig": {
|
2024-04-22 13:36:13 +00: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",
|
|
|
|
"plugin:yaml/recommended"
|
|
|
|
],
|
|
|
|
"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 13:57:27 +00:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|