{
  "name": "unleash-frontend",
  "description": "unleash your features",
  "version": "4.14.8",
  "keywords": [
    "unleash",
    "feature toggle",
    "feature",
    "toggle"
  ],
  "files": [
    "index.js",
    "build/"
  ],
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:Unleash/unleash-frontend.git"
  },
  "bugs": {
    "url": "https://github.com/Unleash/unleash-frontend"
  },
  "engines": {
    "node": ">=14"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc && vite build",
    "lint": "eslint src --max-warnings 0",
    "start": "vite",
    "start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start",
    "start:enterprise": "UNLEASH_API=https://unleash4.herokuapp.com yarn run start",
    "start:demo": "UNLEASH_BASE_PATH=/demo/ yarn start",
    "test": "vitest",
    "prepare": "yarn run build",
    "fmt": "prettier src --write --loglevel warn",
    "fmt:check": "prettier src --check",
    "e2e": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all",
    "e2e:heroku": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=example@example.com",
    "isready": "yarn lint && yarn fmt && yarn prepare"
  },
  "devDependencies": {
    "@codemirror/lang-json": "6.0.0",
    "@emotion/react": "11.9.3",
    "@emotion/styled": "11.9.3",
    "@mui/icons-material": "5.8.4",
    "@mui/lab": "5.0.0-alpha.95",
    "@mui/material": "5.10.1",
    "@openapitools/openapi-generator-cli": "2.5.1",
    "@testing-library/dom": "8.17.1",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "12.1.5",
    "@testing-library/react-hooks": "7.0.2",
    "@testing-library/user-event": "14.4.3",
    "@types/debounce": "1.2.1",
    "@types/deep-diff": "1.0.1",
    "@types/jest": "28.1.7",
    "@types/lodash.clonedeep": "4.5.7",
    "@types/node": "17.0.18",
    "@types/react": "17.0.48",
    "@types/react-dom": "17.0.17",
    "@types/react-router-dom": "5.3.3",
    "@types/react-table": "7.7.12",
    "@types/react-test-renderer": "17.0.2",
    "@types/react-timeago": "4.1.3",
    "@types/semver": "7.3.12",
    "@uiw/react-codemirror": "4.11.5",
    "@vitejs/plugin-react": "1.3.2",
    "chart.js": "3.9.1",
    "chartjs-adapter-date-fns": "2.0.0",
    "classnames": "2.3.1",
    "copy-to-clipboard": "3.3.2",
    "cypress": "9.7.0",
    "date-fns": "2.29.2",
    "debounce": "1.2.1",
    "deep-diff": "1.0.2",
    "eslint": "8.22.0",
    "eslint-config-react-app": "7.0.1",
    "fast-json-patch": "3.1.1",
    "http-proxy-middleware": "2.0.6",
    "immer": "9.0.15",
    "jsdom": "20.0.0",
    "lodash.clonedeep": "4.5.0",
    "msw": "0.45.0",
    "pkginfo": "0.4.1",
    "plausible-tracker": "0.3.8",
    "prettier": "2.7.1",
    "prop-types": "15.8.1",
    "react": "17.0.2",
    "react-chartjs-2": "4.3.1",
    "react-dom": "17.0.2",
    "react-hooks-global-state": "2.0.0",
    "react-router-dom": "6.3.0",
    "react-table": "7.8.0",
    "react-test-renderer": "17.0.2",
    "react-timeago": "7.1.0",
    "sass": "1.54.5",
    "semver": "7.3.7",
    "swr": "1.3.0",
    "tss-react": "3.7.1",
    "typescript": "4.7.4",
    "vite": "2.9.15",
    "vite-plugin-env-compatible": "1.1.1",
    "vite-plugin-svgr": "2.2.1",
    "vite-tsconfig-paths": "3.5.0",
    "vitest": "0.22.1",
    "whatwg-fetch": "3.6.2",
    "@uiw/codemirror-theme-duotone": "4.11.5"
  },
  "jest": {
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/fileMock.js",
      "\\.svg": "<rootDir>/src/__mocks__/svgMock.js",
      "\\.(css|scss)$": "identity-obj-proxy"
    }
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "parserOptions": {
      "warnOnUnsupportedTypeScriptVersion": false
    },
    "rules": {
      "no-restricted-globals": "off",
      "no-useless-computed-key": "off",
      "import/no-anonymous-default-export": "off"
    },
    "ignorePatterns": [
      "cypress"
    ]
  }
}
