new-client/package.json

Summary

Maintainability
Test Coverage
{
  "name": "mas-client",
  "version": "0.0.1",
  "description": "Mas React frontend",
  "main": "index.js",
  "repository": "https://github.com/mas-chat/mas",
  "author": "Ilkka Oksanen <iao@iki.fi>",
  "license": "Apache-2.0",
  "private": false,
  "scripts": {
    "build-prod": "ts-node -P tsconfig-node.json ./esbuild.ts",
    "dev": "ts-node -T -P tsconfig-node.json ./esbuild.ts --devMode",
    "compile": "tsc",
    "lint": "eslint 'src/**/*.{js,ts,tsx}'",
    "test": "jest"
  },
  "dependencies": {
    "@chakra-ui/icons": "^1.1.1",
    "@chakra-ui/react": "^1.7.4",
    "@chakra-ui/system": "^1.9.1",
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@remirror/pm": "^1.0.10",
    "@remirror/react": "^1.0.21",
    "@remirror/styles": "^1.1.2",
    "dayjs": "^1.10.7",
    "emoji-mart": "^3.0.1",
    "favico.js": "^0.3.10",
    "framer-motion": "^5.6.0",
    "history": "^5.2.0",
    "js-cookie": "^3.0.1",
    "mobx": "^6.3.12",
    "mobx-react-lite": "^3.2.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-dropzone": "^11.5.1",
    "react-icons": "^4.3.1",
    "react-router-dom": "^6.2.1",
    "react-window": "^1.8.6",
    "remirror": "^1.0.58",
    "socket.io-client": "^4.4.1",
    "urijs": "^1.19.7",
    "use-resize-observer": "^8.0.0"
  },
  "devDependencies": {
    "@types/emoji-mart": "^3.0.9",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^27.4.0",
    "@types/js-cookie": "^3.0.1",
    "@types/node": "^17.0.8",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "@types/react-window": "^1.8.5",
    "@types/urijs": "^1.19.17",
    "@types/yargs": "^17.0.8",
    "@typescript-eslint/eslint-plugin": "^5.9.1",
    "@typescript-eslint/parser": "^5.9.1",
    "esbuild": "^0.14.11",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "fs-extra": "^10.0.0",
    "jest": "^27.4.7",
    "prettier": "^2.5.1",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.4",
    "yargs": "^17.3.1"
  }
}