romaine
Version:
React OpenCV Manipulation and Image Narration & Editing
71 lines (70 loc) • 1.93 kB
JSON
{
"name": "romaine",
"version": "0.11.0",
"description": "React OpenCV Manipulation and Image Narration & Editing",
"main": "dist/index.jsx",
"types": "dist/",
"type": "module",
"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 ./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.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-flow": "^7.27.1",
"@babel/preset-react": "^7.28.5",
"@eslint/js": "^9.27.0",
"@rollup/plugin-replace": "^6.0.3",
"@types/prop-types": "^15.7.15",
"@types/react": "^19.2.13",
"eslint": "^9.27.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.1.0",
"rollup": "^4.57.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0"
},
"peerDependencies": {
"react": ">=16.8.3"
},
"dependencies": {
"react-draggable": "^4.4.3"
}
}