UNPKG

sam-editor

Version:
44 lines (43 loc) 1.07 kB
{ "name": "sam-editor", "version": "0.1.7", "description": "sam-editor", "author": "sam.shen", "private": false, "license": "ISC", "keywords": [ "document", "online", "editor", "doc", "sam" ], "main": "dist/sam-editor.umd.min.js", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "https://github.com/samchou/samEditor.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "tinymce": "^5.8.2", "@tinymce/tinymce-vue": "^3.2.8", "lodash": "^4.17.21", "element-ui": "^2.15.14", "github-markdown-css": "5.6.1", "good-storage": "^1.1.1", "uuid": "^8.3.2", "screenfull": "^5.1.0", "highlight.js": "11.10.0", "html2canvas": "^1.3.2", "turndown": "7.2.0", "jsencrypt": "^3.3.1", "markdown-it": "6.1.1", "marked": "4.3.0" } }