{
  "name": "@slesaad/veda-content-editor",
  "version": "0.1.15",
  "description": "VEDA Content Editor - A React-based MDX editor component",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:lib": "rollup -c",
    "prepublishOnly": "npm run build:lib",
    "test:e2e": "npm run build:lib && cd e2e/vite-app && npm install --legacy-peer-deps --no-audit --no-fund && npm run build"
  },
  "peerDependencies": {
    "react": ">=16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": ">=16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.2",
    "@devseed-ui/theme-provider": "^4.1.0",
    "@heroicons/react": "^2.0.0",
    "@lexical/react": "0.23.1",
    "@mdx-js/mdx": "^3.1.0",
    "@mdx-js/react": "^3.1.0",
    "@mdxeditor/editor": "^3.25.0",
    "@teamimpact/veda-ui": "^6.1.1",
    "@trussworks/react-uswds": "^5.3.1",
    "acorn": "^8.0.0",
    "acorn-jsx": "^5.3.2",
    "gray-matter": "^4.0.3",
    "jotai": "^2.12.5",
    "mdast-util-gfm": "^3.1.0",
    "next-mdx-remote": "^4.4.1",
    "react-router-dom": "^6.0.0",
    "styled-components": "^5.3.3",
    "sugar-high": "^0.6.0"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "rollup": "^4.9.1",
    "rollup-plugin-css": "^1.0.10",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slesaad/veda-content-editor.git"
  },
  "keywords": [
    "mdx",
    "editor",
    "react",
    "veda",
    "content"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/slesaad/veda-content-editor/issues"
  },
  "homepage": "https://github.com/slesaad/veda-content-editor#readme"
}
