{
  "name": "@logto/console",
  "version": "1.0.0-beta.17",
  "description": "> TODO: description",
  "author": "Silverhand Inc. <contact@silverhand.io>",
  "homepage": "https://github.com/logto-io/logto#readme",
  "license": "MPL-2.0",
  "type": "module",
  "private": true,
  "scripts": {
    "precommit": "lint-staged",
    "start": "parcel src/index.html",
    "dev": "cross-env PORT=5002 parcel src/index.html --public-url /console --no-cache --hmr-port 6002",
    "check": "tsc --noEmit",
    "build": "pnpm check && rm -rf dist && parcel build src/index.html --no-autoinstall --no-cache --public-url /console",
    "lint": "eslint --ext .ts --ext .tsx src",
    "lint:report": "pnpm lint --format json --output-file report.json",
    "stylelint": "stylelint \"src/**/*.scss\""
  },
  "devDependencies": {
    "@fontsource/roboto-mono": "^4.5.7",
    "@logto/core-kit": "workspace:*",
    "@logto/language-kit": "workspace:*",
    "@logto/phrases": "workspace:*",
    "@logto/phrases-ui": "workspace:*",
    "@logto/react": "1.0.0-beta.14",
    "@logto/schemas": "workspace:*",
    "@mdx-js/react": "^1.6.22",
    "@parcel/core": "2.8.0",
    "@parcel/transformer-mdx": "2.8.0",
    "@parcel/transformer-sass": "2.8.0",
    "@parcel/transformer-svg-react": "2.8.0",
    "@silverhand/eslint-config": "1.3.0",
    "@silverhand/eslint-config-react": "1.3.0",
    "@silverhand/essentials": "^1.3.0",
    "@silverhand/ts-config": "1.2.1",
    "@silverhand/ts-config-react": "1.2.1",
    "@tsconfig/docusaurus": "^1.0.5",
    "@types/color": "^3.0.3",
    "@types/lodash.get": "^4.4.7",
    "@types/lodash.kebabcase": "^4.1.6",
    "@types/mdx": "^2.0.1",
    "@types/mdx-js__react": "^1.5.5",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/react-modal": "^3.13.1",
    "@types/react-syntax-highlighter": "^15.5.1",
    "classnames": "^2.3.1",
    "clean-deep": "^3.4.0",
    "cross-env": "^7.0.3",
    "csstype": "^3.0.11",
    "date-fns": "^2.29.3",
    "dayjs": "^1.10.5",
    "deep-object-diff": "^1.1.7",
    "deepmerge": "^4.2.2",
    "dnd-core": "^16.0.0",
    "eslint": "^8.21.0",
    "history": "^5.3.0",
    "i18next": "^21.8.16",
    "i18next-browser-languagedetector": "^6.1.4",
    "ky": "^0.33.0",
    "lint-staged": "^13.0.0",
    "lodash.get": "^4.4.2",
    "lodash.kebabcase": "^4.1.1",
    "nanoid": "^4.0.0",
    "parcel": "2.8.0",
    "postcss": "^8.4.6",
    "postcss-modules": "^4.3.0",
    "prettier": "^2.7.1",
    "process": "^0.11.10",
    "prop-types": "^15.8.1",
    "react": "^18.0.0",
    "react-animate-height": "^3.0.4",
    "react-dnd": "^16.0.0",
    "react-dnd-html5-backend": "^16.0.0",
    "react-dom": "^18.0.0",
    "react-hook-form": "^7.34.0",
    "react-hot-toast": "^2.2.0",
    "react-i18next": "^11.18.3",
    "react-markdown": "^8.0.0",
    "react-modal": "^3.15.1",
    "react-paginate": "^8.1.3",
    "react-router-dom": "6.3.0",
    "react-syntax-highlighter": "^15.5.0",
    "recharts": "^2.1.13",
    "remark-gfm": "^3.0.1",
    "snake-case": "^3.0.4",
    "stylelint": "^14.9.1",
    "swr": "^1.3.0",
    "typescript": "^4.9.4",
    "zod": "^3.20.2"
  },
  "engines": {
    "node": "^16.13.0 || ^18.12.0"
  },
  "//": "https://github.com/parcel-bundler/parcel/issues/7636",
  "targets": {
    "default": {
      "engines": {
        "browsers": "defaults"
      }
    }
  },
  "alias": {
    "@/*": "./src/$1",
    "@mdx/components/*": "./src/mdx-components/$1"
  },
  "eslintConfig": {
    "extends": "@silverhand/react",
    "rules": {
      "complexity": "off"
    }
  },
  "stylelint": {
    "extends": "@silverhand/eslint-config-react/.stylelintrc"
  },
  "prettier": "@silverhand/eslint-config/.prettierrc"
}