UNPKG

romaine

Version:

React OpenCV Manipulation and Image Narration & Editing

67 lines (66 loc) 1.86 kB
{ "name": "romaine", "version": "0.10.2", "description": "React OpenCV Manipulation and Image Narration & Editing", "main": "dist/index.jsx", "types": "dist/", "files": [ "dist/" ], "scripts": { "start": "npm run build-watch", "compile-dev": "npm run webpack; npm run pretest;", "build": "rollup -c --environment NODE_ENV=development; npm run pretest", "build-watch": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1", "check-types": "tsc", "pretest": "eslint --ignore-path .gitignore ./src", "rebuild": "rm -r ./dist; npm run build; cd ..; npm uninstall romaine; npm install ./romaine; cd ./romaine", "dev": "rollup -c -w" }, "keywords": [ "romaine", "romaine-components", "image", "quality", "processing", "cropping", "crop", "cropper", "opencv", "perspective-cropper", "rotate", "react", "filtering" ], "author": "Daniel Bailey", "license": "MIT", "bugs": { "url": "https://github.com/DanielBailey-web/romaine/issues" }, "homepage": "https://github.com/DanielBailey-web/romaine#readme", "devDependencies": { "@babel/core": "^7.12.0", "@babel/preset-env": "^7.12.0", "@babel/preset-flow": "^7.12.0", "@babel/preset-react": "^7.12.0", "@rollup/plugin-replace": "^2.4.2", "@types/react": "^17.0.11", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.18.0", "eslint": "^7.28.0", "rollup": "^2.70.1", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.30.0", "typescript": "^4.3.2" }, "peerDependencies": { "prop-types": "^15.7.2", "react": ">=16.8.3" }, "dependencies": { "react-draggable": "^4.4.3" } }