UNPKG

editor-react-parser

Version:
62 lines (61 loc) 1.56 kB
{ "name": "editor-react-parser", "version": "1.0.9", "description": "A renderer for editorjs block data for react", "main": "dist/BlockParser.js", "types": "dist/BlockParser.d.ts", "scripts": { "start": "tsc -w", "build": "tsc", "test": "vitest --run", "format": "prettier . --write", "type-check": "tsc --noEmit", "check-format": "prettier . --check" }, "repository": { "type": "git", "url": "git+https://github.com/cevinw/editorjs-next-renderer.git" }, "keywords": [ "NextJs", "next", "editorjs-react", "editorjs-react-parser", "editorjs", "parser", "renderer", "react", "editor" ], "author": "Cevin Wahlstedt", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/cevinw/editorjs-next-renderer/issues" }, "files": [ "dist/**/*" ], "homepage": "https://github.com/cevinw/editorjs-next-renderer#readme", "devDependencies": { "@testing-library/react": "^16.3.0", "@types/node": "^20.12.12", "@types/react": "^19.1.1", "@types/react-dom": "^19.1.2", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.3.4", "eslint-plugin-react": "^7.37.5", "globals": "^16.0.0", "jsdom": "^26.1.0", "ts-node": "^10.9.2", "typescript": "^5.8.3", "typescript-eslint": "^8.29.1", "vitest": "^3.1.1" }, "dependencies": { "html-react-parser": "^5.2.3", "prettier": "^3.5.3", "react": "19.1.0", "react-dom": "19.1.0", "react-syntax-highlighter": "^15.6.1" } }