matrix-moderation-widget

A widget for moderating with mjolnir. Highly WIP. Use at your own risk!
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-moderation-widget.git
Log | Files | Refs | README | LICENSE

package.json (1431B)


      1 {
      2   "name": "admin-web",
      3   "version": "0.1.0",
      4   "private": true,
      5   "dependencies": {
      6     "matrix-bot-sdk": "^0.5.19",
      7     "matrix-widget-api": "^0.1.0-beta.18",
      8     "react": "^18.1.0",
      9     "react-dom": "^18.1.0",
     10     "react-router-dom": "^6.3.0",
     11     "react-scripts": "5.0.1",
     12     "web-vitals": "^2.1.4"
     13   },
     14   "scripts": {
     15     "start": "react-scripts start",
     16     "build": "react-scripts build",
     17     "test": "react-scripts test",
     18     "eject": "react-scripts eject",
     19     "lint": "eslint src/**/*.{ts,tsx}"
     20   },
     21   "eslintConfig": {
     22     "extends": [
     23       "react-app",
     24       "react-app/jest"
     25     ]
     26   },
     27   "browserslist": {
     28     "production": [
     29       ">0.2%",
     30       "not dead",
     31       "not op_mini all"
     32     ],
     33     "development": [
     34       "last 1 chrome version",
     35       "last 1 firefox version",
     36       "last 1 safari version"
     37     ]
     38   },
     39   "devDependencies": {
     40     "@testing-library/jest-dom": "^5.16.4",
     41     "@testing-library/react": "^13.2.0",
     42     "@testing-library/user-event": "^14.2.0",
     43     "@types/jest": "^27.5.1",
     44     "@types/node": "^17.0.35",
     45     "@types/react": "^18.0.9",
     46     "@types/react-dom": "^18.0.4",
     47     "@typescript-eslint/eslint-plugin": "^5.25.0",
     48     "@typescript-eslint/parser": "^5.25.0",
     49     "autoprefixer": "^10.4.7",
     50     "eslint": "^8.15.0",
     51     "eslint-plugin-jsx-a11y": "^6.5.1",
     52     "eslint-plugin-unicorn": "^42.0.0",
     53     "postcss": "^8.4.14",
     54     "tailwindcss": "^3.0.24",
     55     "typescript": "^4.6.4"
     56   }
     57 }