{
  "name": "@skbkontur/markdown",
  "version": "2.6.3",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": "https://github.com/skbkontur/markdown",
  "private": false,
  "license": "UNLICENSED",
  "author": "tsypilov",
  "dependencies": {
    "@emoji-mart/data": "1.2.1",
    "@emoji-mart/react": "1.1.1",
    "@types/styled-components": "5.1.26",
    "@types/turndown": "^5.0.1",
    "@types/uuid": "^9.0.1",
    "emoji-mart": "5.6.0",
    "react-dropzone": "^14.2.3",
    "react-foco": "^1.3.1",
    "react-markdown": "^8.0.7",
    "rehype-katex": "6.0.0",
    "rehype-raw": "^6.1.1",
    "rehype-sanitize": "5.0.1",
    "remark-breaks": "^3.0.3",
    "remark-gfm": "^3.0.1",
    "remark-math": "5.1.1",
    "styled-components": "5.3.11",
    "turndown": "^7.1.2",
    "turndown-plugin-gfm": "^1.0.2",
    "uuid": "^9.0.0"
  },
  "scripts": {
    "push": "git push --follow-tag",
    "bump": "lerna version",
    "build": "yarn tsc",
    "clean": "tsc --build -clean",
    "lint-staged": "lint-staged",
    "lint": "eslint --ext=ts,tsx src && yarn stylelint",
    "lint:fix": "eslint --ext=.ts,tsx src --fix",
    "stylelint": "stylelint \"src/**/*.styled.{tsx,ts}\"",
    "prepare": "husky install .husky",
    "start-storybook-server": "http-server ./storybook-static -p 6007 -s",
    "storybook": "storybook dev -p 6007",
    "build-storybook": "storybook build --quiet",
    "test-storybook": "test-storybook --url http://127.0.0.1:6007",
    "test": "jest test",
    "test:ci": "cross-env CI=true jest test --passWithNoTests --testResultsProcessor=jest-teamcity-reporter",
    "creevey:ui": "creevey test --ui --port=3003",
    "screenshots:ci": "concurrently -k -s first \"yarn start-storybook-server\" \"yarn creevey\" \"yarn test-storybook\""
  },
  "peerDependencies": {
    "@skbkontur/react-ui": ">=4.5.0",
    "@skbkontur/react-ui-validations": ">=1.12.0",
    "react": ">=18",
    "react-dom": ">=18"
  },
  "devDependencies": {
    "@skbkontur/react-ui": "^4.14.0",
    "@skbkontur/react-ui-validations": "^1.12.0",
    "@storybook/addon-a11y": "8.2.8",
    "@storybook/addon-actions": "8.2.8",
    "@storybook/addon-essentials": "8.2.8",
    "@storybook/addon-interactions": "8.2.8",
    "@storybook/addon-links": "8.2.8",
    "@storybook/node-logger": "8.2.8",
    "@storybook/react": "8.2.8",
    "@storybook/react-vite": "8.2.8",
    "@storybook/test-runner": "0.19.1",
    "@swc/core": "1.3.50",
    "@swc/jest": "0.2.26",
    "@swc/plugin-styled-components": "5.0.0",
    "@types/jest": "29.5.0",
    "@types/node": "12.0.0",
    "@types/react": "18.0.28",
    "@types/react-dom": "18.0.11",
    "@typescript-eslint/eslint-plugin": "5.57.0",
    "@typescript-eslint/parser": "5.57.0",
    "@vitejs/plugin-react-swc": "3.7.2",
    "axe-playwright": "1.2.3",
    "concurrently": "^7.0.0",
    "creevey": "0.10.35",
    "cross-env": "6.0.3",
    "eslint": "8.32.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jsx-a11y": "6.5.1",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-storybook": "0.6.12",
    "eslint-plugin-typescript-sort-keys": "2.3.0",
    "http-server": "14.1.0",
    "husky": "7.0.4",
    "jest": "29.5.0",
    "jest-environment-jsdom": "29.5.0",
    "jest-teamcity-reporter": "0.9.0",
    "lerna": "5.0.0",
    "lint-staged": "12.3.4",
    "postcss-styled-syntax": "0.5.0",
    "prettier": "2.2.1",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "storybook": "8.2.8",
    "stylelint": "15.11.0",
    "stylelint-config-standard": "34.0.0",
    "typescript": "4.9.4",
    "vite": "5.4.11"
  },
  "files": [
    "src/**/*.js",
    "src/**/*.d.ts",
    "index.js",
    "index.d.ts"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "resolutions": {
    "@types/react": "18.0.28"
  }
}
