UNPKG

@excellens/markdown-notepad-pack

Version:

Compatibility pack for Markdown-It and @excellens/markdown-editor.

55 lines (54 loc) 1.52 kB
{ "name": "@excellens/markdown-notepad-pack", "version": "1.0.1", "description": "Compatibility pack for Markdown-It and @excellens/markdown-editor.", "main": "src/Main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 0", "build": "rollup --config build.js" }, "repository": { "type": "git", "url": "git+https://github.com/excellens/markdown-notepad-pack.git" }, "keywords": [ "excellens", "elementary", "javascript", "markdown-nodepad-pack", "markdown-nodepad", "markdown", "notepad" ], "author": "Marcel <github@gameplayjdk.de>", "license": "MIT", "bugs": { "url": "https://github.com/excellens/markdown-notepad-pack/issues" }, "homepage": "https://github.com/excellens/markdown-notepad-pack#readme", "dependencies": { "@excellens/elementary": "^1.0.0", "markdown-it": "^12.0.2", "markdown-it-abbr": "^1.0.4", "markdown-it-container": "^3.0.0", "markdown-it-deflist": "^2.1.0", "markdown-it-emoji": "^2.0.0", "markdown-it-footnote": "^3.0.2", "markdown-it-ins": "^3.0.0", "markdown-it-mark": "^3.0.0", "markdown-it-sub": "^1.0.0", "markdown-it-sup": "^1.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^10.0.0", "rollup": "^2.33.3", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-terser": "^7.0.2" }, "files": [ "dist/**/*", "src/**/*" ] }