UNPKG

similiquedicta

Version:
26 lines (25 loc) 729 B
{ "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.1.1", "immutable": "^4.0.0-rc.12", "next": "12.0.10", "prismjs": "^1.25.0", "react-share": "^4.4.0", "whatwg-fetch": "^3.6.2" }, "devDependencies": { "@types/prismjs": "^1.26.0", "raw-loader": "^4.0.2" } }