docex_editor
Version:
A powerful, cloud-based document editor for React applications
44 lines (43 loc) • 889 B
JSON
{
"name": "docex_editor",
"version": "1.0.1",
"description": "A powerful, cloud-based document editor for React applications",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"editor",
"document",
"wysiwyg",
"rich-text",
"word-processor",
"docx",
"export"
],
"license": "Commercial",
"homepage": "https://docex-production-2365.up.railway.app/",
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/react": ">=17.0.0",
"@types/react-dom": ">=17.0.0"
}
}