UNPKG

@wangeditor-next/editor-for-react

Version:
54 lines 1.66 kB
{ "name": "@wangeditor-next/editor-for-react", "version": "2.0.3", "description": "wangEditor next editor for react", "author": "cycleccc <2991205548@qq.com>", "type": "module", "homepage": "https://github.com/wangeditor-next/wangEditor-next#readme", "license": "MIT", "types": "dist/editor-for-react/src/index.d.ts", "main": "dist/index.js", "module": "dist/index.mjs", "exports": { ".": { "types": "./dist/editor-for-react/src/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./dist/css/style.css": "./dist/css/style.css" }, "directories": { "lib": "dist" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/wangeditor-next/wangEditor-next.git" }, "bugs": { "url": "https://github.com/wangeditor-next/wangEditor-next/issues" }, "devDependencies": { "@wangeditor-next/editor": "^5.7.12", "react": "^17.0.2", "react-dom": "^17.0.2", "@wangeditor-next-shared/rollup-config": "^0.0.2" }, "peerDependencies": { "@wangeditor-next/editor": ">=5.7.12", "react": ">=17.0.2", "react-dom": ">=17.0.2" }, "scripts": { "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js", "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w", "build": "cross-env NODE_ENV=production rollup -c rollup.config.js", "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js", "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js" } }