UNPKG

react-img-editor-en

Version:
60 lines (59 loc) 1.46 kB
{ "name": "react-img-editor-en", "version": "0.1.6", "description": "Image Annotation Tool for React", "keywords": [ "react-img-editor-en", "image", "editor", "react", "konva", "javascript", "annotation" ], "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" }, "files": [ "es", "lib", "assets/*.css" ], "repository": { "type": "git", "url": "git+https://github.com/wcyn/react-img-editor-en.git" }, "author": "wcyn", "license": "MIT", "bugs": { "url": "https://github.com/wcyn/react-img-editor-en/issues" }, "homepage": "https://github.com/wcyn/react-img-editor-en#readme", "config": { "port": 8012 }, "devDependencies": { "@types/pubsub-js": "^1.8.6", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.11.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", "typescript": "^4.9.5" }, "dependencies": { "konva": "^9.3.11", "pubsub-js": "^1.9.4", "rc-tools": "^9.6.1-alpha.1", "rc-tooltip": "^6.2.0" } }