{
  "name": "@nitrolab/lexical-playground",
  "description": "A temporary packaged fork of Lexical's official playground.",
  "license": "MIT",
  "keywords": [
    "react",
    "lexical",
    "editor",
    "contenteditable",
    "rich-text",
    "wysiwyg"
  ],
  "version": "0.1.1",
  "private": false,
  "main": "LexicalPlayground.js",
  "scripts": {
    "dev": "vite --host",
    "build-dev": "vite build",
    "build-prod": "vite build --config vite.prod.config.js",
    "build-vercel": "(cd ../../ && node ./scripts/build.js --prod) && npm run build-prod",
    "preview": "vite preview"
  },
  "dependencies": {
    "@excalidraw/excalidraw": "^0.17.0",
    "@lexical/clipboard": "0.8.1",
    "@lexical/code": "0.8.1",
    "@lexical/file": "0.8.1",
    "@lexical/hashtag": "0.8.1",
    "@lexical/link": "0.8.1",
    "@lexical/list": "0.8.1",
    "@lexical/mark": "0.8.1",
    "@lexical/overflow": "0.8.1",
    "@lexical/plain-text": "0.8.1",
    "@lexical/react": "0.8.1",
    "@lexical/rich-text": "0.8.1",
    "@lexical/selection": "0.8.1",
    "@lexical/table": "0.8.1",
    "@lexical/utils": "0.8.1",
    "katex": "^0.15.2",
    "lexical": "0.8.1",
    "lodash": "^4.17.21",
    "prettier": "^2.3.2",
    "react": ">=17.x",
    "react-dom": ">=17.x",
    "react-error-boundary": "^3.1.4",
    "use-debounce": "^8.0.1",
    "y-websocket": ">=1.3.x",
    "yjs": ">=13.5.42"
  },
  "peerDependencies": {
    "react": ">=17.x",
    "react-dom": ">=17.x"
  },
  "devDependencies": {
    "@excalidraw/excalidraw": "0.17.0",
    "@types/lodash": "^4.14.182",
    "@vitejs/plugin-react": "^1.0.7",
    "katex": "^0.15.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "vite": "^2.8.0",
    "vite-plugin-replace": "0.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dattaya/lexical.git#lexical-playground",
    "directory": "packages/lexical-playground"
  },
  "bugs": {
    "url": "https://github.com/Dattaya/lexical/issues"
  },
  "homepage": "https://github.com/Dattaya/lexical/tree/lexical-playground#readme",
  "directories": {
    "example": "examples"
  },
  "author": "Ali Ahmadi"
}
