UNPKG

react-img-editor-pro

Version:

图片编辑器(微信截图编辑 PRO 版),来自 react-img-editor

56 lines (55 loc) 1.44 kB
{ "name": "react-img-editor-pro", "version": "0.3.7", "description": "图片编辑器(微信截图编辑 PRO 版),来自 react-img-editor", "keywords": [ "react-img-editor", "image-editor" ], "main": "lib/index", "module": "es/index", "scripts": { "start": "rc-tools run server", "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "pub": "rc-tools run update-self && rc-tools run pub", "lint": "eslint . --ext .js,jsx,.ts,.tsx", "prepublish": "rc-tools run guard" }, "config": { "entry": {}, "port": 8001, "output": {} }, "files": [ "es", "lib", "assets" ], "repository": { "type": "git", "url": "git+https://github.com/kavience/react-img-editor.git" }, "author": "kailunyao", "license": "MIT", "bugs": { "url": "https://github.com/kavience/react-img-editor/issues" }, "homepage": "https://github.com/kavience/react-img-editor#readme", "devDependencies": { "@types/pubsub-js": "^1.5.18", "@types/react-dom": "^16.9.5", "@typescript-eslint/eslint-plugin": "^2.17.0", "@typescript-eslint/parser": "^2.17.0", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-hooks": "^2.4.0", "rc-tools": "^9.6.1" }, "dependencies": { "konva": "^4.1.2", "pubsub-js": "^1.8.0", "rc-tooltip": "^4.0.0-alpha.3" } }