strapi-plugin-wysiwyg-react-md-editor
Version:
Replaces the default Strapi WYSIWYG editor with react md editor.
131 lines (130 loc) • 3.57 kB
JSON
{
"name": "strapi-plugin-wysiwyg-react-md-editor",
"version": "5.8.3",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
"keywords": [
"strapi",
"plugins",
"rich text editor"
],
"homepage": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor#readme",
"bugs": {
"url": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor.git"
},
"license": "MIT",
"author": {
"name": "Kwinten",
"email": "kwinten.yc.li@gmail.com",
"url": "https://github.com/kwinyyyc"
},
"maintainers": [
{
"name": "Kwinten",
"email": "kwinten.yc.li@gmail.com",
"url": "https://github.com/kwinyyyc"
}
],
"contributors": [
{
"name": "John Mitchell-Grant",
"url": "https://github.com/johnmgrant"
},
{
"name": "Saikat Mitra",
"url": "https://github.com/saikatmitra91"
},
{
"name": "琚致远 / Zhiyuan Ju",
"url": "https://github.com/juzhiyuan"
},
{
"name": "Oscar Martin Glez-Chavez",
"url": "https://github.com/omartin9203"
},
{
"name": "gordielachance",
"url": "https://github.com/gordielachance"
},
{
"name": "Brew-Adam",
"url": "https://github.com/AC-CE"
}
],
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
"./strapi-admin": {
"types": "./dist/admin/src/index.d.ts",
"source": "./admin/src/index.ts",
"import": "./dist/admin/index.mjs",
"require": "./dist/admin/index.js",
"default": "./dist/admin/index.js"
},
"./strapi-server": {
"types": "./dist/server/src/index.d.ts",
"source": "./server/src/index.ts",
"import": "./dist/server/index.mjs",
"require": "./dist/server/index.js",
"default": "./dist/server/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "strapi-plugin build",
"clean": "rimraf dist",
"develop": "yarn watch",
"prepack": "yarn build",
"test:ts:back": "run -T tsc -p server/tsconfig.json",
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
"verify": "strapi-plugin verify",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link"
},
"dependencies": {
"@uiw/react-md-editor": "^4.0.0"
},
"devDependencies": {
"@strapi/icons": "^2.0.1",
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "^5.0.2",
"@strapi/typescript-utils": "^5.0.2",
"@types/react": "^17.0.53",
"@types/react-dom": "^18.0.28",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"rimraf": "^5.0.5",
"styled-components": "^6.1.13",
"typescript": "^5.6.0"
},
"peerDependencies": {
"@strapi/icons": "^2.0.1",
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "^5.0.2",
"@strapi/typescript-utils": "^5.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"styled-components": "^6.1.13"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"strapi": {
"name": "wysiwyg-react-md-editor",
"icon": "plug",
"displayName": "React MD Editor",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
"required": false,
"kind": "plugin"
}
}