UNPKG

@etsoo/reacteditor

Version:
50 lines (49 loc) 1.11 kB
{ "name": "@etsoo/reacteditor", "version": "1.0.33", "description": "EOEditor React Implementation", "main": "lib/cjs/index.js", "module": "lib/mjs/index.js", "types": "lib/mjs/index.d.ts", "exports": { ".": { "import": "./lib/mjs/index.js", "require": "./lib/cjs/index.js" } }, "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "test": "vitest" }, "repository": { "type": "git", "url": "git+https://github.com/ETSOO/ReactEOEditor.git" }, "keywords": [ "React", "EOEditor", "TypeScript", "ETSOO", "SmartERP", "司友云平台", "青岛亿速思维", "上海亿商", "亿速编辑器" ], "author": "ETSOO", "license": "MIT", "devDependencies": { "@testing-library/react": "^16.3.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", "jsdom": "^28.1.0", "react": "^19.2.4", "react-dom": "^19.2.4", "typescript": "^5.9.3", "vitest": "^4.0.18" }, "dependencies": { "@etsoo/editor": "^1.0.62" } }