UNPKG

romaine-components

Version:
66 lines (65 loc) 1.95 kB
{ "name": "romaine-components", "version": "0.10.0", "description": "Component library for use with romaine", "main": "dist/index.jsx", "types": "dist/", "files": [ "dist/" ], "type": "module", "scripts": { "start": "npm run build-watch & npm run build-watch-example", "compile-dev": "npm run webpack; npm run pretest;", "build": "rollup -c --environment NODE_ENV=production", "build-watch": "rollup -c -w", "build-watch-example": "tsc -p ./example.tsconfig.json", "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", "find-todo": "grep -r '@todo' ./src", "production-build": "rollup -c --environment NODE_ENV=production", "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/tree/master/packages/romaine-components#readme", "devDependencies": { "@rollup/plugin-replace": "^2.4.2", "@types/react": "^17.0.33", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "eslint": "^7.29.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", "tsc-watch": "^4.5.0", "typescript": "^4.3.4" }, "peerDependencies": { "react": ">=16.8.3", "romaine": "^0.8.0" }, "dependencies": {} }