{ "name": "with-draft-js", "version": "1.0.0", "author": "Asten Mies", "license": "MIT", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "draft-js": "^0.11.5", "next": "latest", "react": "^16.7.0", "react-dom": "^16.7.0" } }