{
  "name": "metaflow-ui",
  "version": "1.2.4",
  "private": true,
  "dependencies": {
    "@rehooks/component-size": "1.0.3",
    "@types/node": "12.0.0",
    "@types/react": "18.0.9",
    "@types/react-dom": "16.9.0",
    "@types/react-router-dom": "5.1.5",
    "@types/react-virtualized": "9.21.10",
    "@types/styled-components": "5.1.9",
    "@types/uuid": "8.0.0",
    "copy-to-clipboard": "3.3.1",
    "i18next": "19.5.2",
    "idb": "5.0.8",
    "markdown-to-jsx": "7.1.2",
    "polished": "3.6.4",
    "prettier": "2.3.1",
    "query-string": "6.13.1",
    "react": "16.13.1",
    "react-custom-scrollbars-2": "4.4.0",
    "react-dom": "16.13.1",
    "react-error-boundary": "3.1.4",
    "react-i18next": "11.15.3",
    "react-router-dom": "5.2.0",
    "react-tooltip": "4.2.17",
    "react-virtualized": "9.21.2",
    "reconnecting-websocket": "4.4.0",
    "spacetime": "6.10.1",
    "styled-components": "5.3.3",
    "typescript": "4.2.3",
    "use-debounce": "5.0.0",
    "use-is-in-viewport": "1.0.9",
    "use-query-params": "1.1.6",
    "uuid": "8.2.0"
  },
  "scripts": {
    "start": "cross-env DISABLE_NEW_JSX_TRANSFORM=true react-scripts start",
    "build": "cross-env DISABLE_NEW_JSX_TRANSFORM=true react-scripts build",
    "cypress:open": "cypress open",
    "cypress:run": "cypress run",
    "test": "cypress open-ct",
    "test:ci": "cypress run-ct --config watchForFileChanges=false",
    "test:pluginapi": "cypress open-ct --config-file ./cypress.plugin-api.json",
    "test:pluginapi:ci": "cypress run-ct --config-file ./cypress.plugin-api.json",
    "lint": "eslint \"./src/**/*.{ts,tsx}\"",
    "eject": "react-scripts eject",
    "format": "prettier --write src",
    "dev:plugin": "concurrently --kill-others --names \"PLUGIN-SERVE,DEV\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm:dev-plugin-serve\" \"npm:dev-plugin-cypress\"",
    "dev-plugin-serve": "serve ./plugin-api",
    "dev-plugin-cypress": "cypress open-ct --config-file ./cypress.plugin-dev.json"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@cypress/react": "5.12.1",
    "@cypress/webpack-dev-server": "1.8.0",
    "@typescript-eslint/eslint-plugin": "4.26.1",
    "@typescript-eslint/parser": "4.26.1",
    "concurrently": "6.3.0",
    "cross-env": "7.0.3",
    "cypress": "9.3.1",
    "cypress-wait-until": "1.7.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-config-react-app": "6.0.0",
    "eslint-plugin-flowtype": "5.7.2",
    "eslint-plugin-import": "2.23.4",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-react": "7.24.0",
    "eslint-plugin-react-hooks": "4.2.0",
    "fake-indexeddb": "3.1.2",
    "http-proxy-middleware": "1.0.4",
    "mock-websocket": "0.0.7",
    "react-scripts": "4.0.3",
    "serve": "12.0.1"
  }
}
