LiberTEM/LiberTEM

View on GitHub
client/package.json

Summary

Maintainability
Test Coverage
{
  "name": "libertem-client",
  "version": "0.1.0",
  "private": true,
  "homepage": "./static/",
  "dependencies": {
    "@types/deep-freeze": "^0.1.2",
    "@types/lodash": "4.14",
    "@types/prop-types": "^15.7.5",
    "@types/uuid": "^9.0.2",
    "ajv": "8.12",
    "formik": "^2.2.9",
    "immer": "^10.0.2",
    "lodash": "^4.17.21",
    "path-browserify": "^1.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-redux": "8.1",
    "react-window": "^1.8.9",
    "redux": "^4.2.1",
    "redux-saga": "^1.2.3",
    "semantic-ui-css": "git+https://github.com/Semantic-Org/Semantic-UI-CSS.git#01e4a53",
    "semantic-ui-react": "^2.1.4",
    "styled-components": "^6.0.7",
    "uuid": "^9.0.0"
  },
  "scripts": {
    "lint": "eslint src types",
    "start": "vite",
    "build": "tsc && vite build",
    "test": "vitest",
    "coverage": "vitest run --coverage.enabled --coverage.all"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.1.4",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.5.1",
    "@types/node": "^20.5.0",
    "@types/path-browserify": "^1.0.0",
    "@types/react": "^18.2.20",
    "@types/react-dom": "^18.2.7",
    "@types/react-redux": "^7.1.25",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "@typescript-eslint/parser": "^6.4.0",
    "@vitejs/plugin-react-swc": "3.4",
    "@vitest/coverage-v8": "^0.34.6",
    "deep-freeze": "0.0.1",
    "eslint-plugin-import": "2.28",
    "eslint-plugin-jsdoc": "^46.4.6",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "http-proxy-middleware": "^2.0.1",
    "jsdom": "^22.1.0",
    "typescript": "^5.1.6",
    "utility-types": "^3.10.0",
    "vite": "4.5",
    "vitest": "^0.34.6"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie < 11",
    "firefox esr",
    "not op_mini all"
  ]
}