{
  "name": "@draft-js-plugins/docs",
  "version": "4.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "exit 0",
    "build:gh-pages": "next build",
    "start": "next start",
    "deploy:gh-pages": "rm -rf node_modules/.cache && next build && next export && touch out/.nojekyll && git add out/ && git commit -m \"Deploy Next.js to gh-pages\" && git subtree push --prefix out origin gh-pages"
  },
  "dependencies": {
    "animateplus": "1.4.0",
    "clsx": "^1.2.1",
    "immutable": "^4.0.0-rc.12",
    "next": "12.3.1",
    "prismjs": "^1.29.0",
    "react-share": "^4.4.1",
    "whatwg-fetch": "^3.6.2"
  },
  "devDependencies": {
    "@types/prismjs": "^1.26.0",
    "raw-loader": "^4.0.2"
  }
}
