UNPKG

markdown-text-editor

Version:

A simple JavaScript Markdown editor plugin with real-time preview, and easy integration.

83 lines (82 loc) 2.22 kB
{ "name": "markdown-text-editor", "version": "0.1.5", "description": "A simple JavaScript Markdown editor plugin with real-time preview, and easy integration.", "main": "./dist/markdown-text-editor.js", "browser": "dist/markdown-text-editor.js", "style": "./dist/markdown-text-editor.css", "files": [ "dist/**/*", "src/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/nezanuha/markdown-text-editor.git" }, "scripts": { "clean": "rimraf dist", "build": "npm run clean && webpack --mode=production", "prepublishOnly": "npm run build", "dev": "webpack serve --mode=development" }, "publishConfig": { "provenance": true, "access": "public" }, "keywords": [ "markdown", "mde", "markdown js library", "markdown js plugin", "editor", "markdown editor", "Simple Markdown editor js plugin", "text editor", "markdown preview", "markdown syntax", "markdown plugin", "rich text editor", "wysiwyg", "markdown formatting", "tailwindcss", "code editor", "editor plugin", "text formatting", "markdown-text-editor", "Tailwind css markdown editor", "Tailwind css markdown", "WYSIWYG-style markdown editor", "Simple Markdown", "Responsive markdown js editor", "RTL Support markdown editor" ], "author": "Nezanuha", "license": "MIT", "homepage": "https://github.com/nezanuha/markdown-text-editor", "bugs": { "url": "https://github.com/nezanuha/markdown-text-editor/issues" }, "dependencies": { "marked": "~15.0.7" }, "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", "@tailwindcss/postcss": "^4.0.9", "@tailwindcss/typography": "^0.5.15", "babel-loader": "^10.0.0", "css-loader": "^7.1.2", "cssnano": "^7.0.6", "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.1", "postcss": "^8.4.47", "postcss-loader": "^8.1.1", "rimraf": "^6.0.1", "style-loader": "^4.0.0", "tailwindcss": "^4.0.9", "terser-webpack-plugin": "^5.3.11", "webpack": "^5.95.0", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.0" } }