@wpmvc/classic-editor
Version:
A React component for integrating WordPress' classic editor using wp.editor API
41 lines • 1.03 kB
JSON
{
"name": "@wpmvc/classic-editor",
"version": "0.0.4",
"description": "A React component for integrating WordPress' classic editor using wp.editor API",
"author": "Md Al Amin",
"license": "MIT",
"main": "build/classic-editor.umd.js",
"module": "build/classic-editor.es.js",
"types": "build-types/types/index.d.ts",
"scripts": {
"start": "vite build --watch",
"build": "vite build",
"test": "echo \"No test specified\" && exit 0"
},
"files": [
"build",
"build-types"
],
"keywords": [
"WordPress",
"Classic Editor",
"React",
"wp-editor"
],
"homepage": "https://github.com/wpmvc/jskit/tree/master/packages/classic-editor",
"repository": {
"type": "git",
"url": "git+https://github.com/wpmvc/jskit.git"
},
"bugs": {
"url": "https://github.com/wpmvc/jskit/issues"
},
"dependencies": {
"@wordpress/element": "^6.9.0",
"react": "^19.1.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/react": "^19.1.8"
}
}