UNPKG

react-image-editor-q

Version:
92 lines (91 loc) 2.8 kB
{ "name": "react-image-editor-q", "version": "1.18.5", "description": "SSR-safe React wrapper around Filerobot Image Editor", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "build:dist": "rollup -c", "build:lib": "rimraf lib && cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ./babel.config.json -D" }, "repository": { "type": "git", "url": "https://github.com/Corporate-Interactive/my-fileimage-editor.git" }, "keywords": [ "image-editor", "react", "filerobot" ], "author": "anton", "license": "MIT", "bugs": { "url": "https://github.com/Corporate-Interactive/my-fileimage-editor/issues" }, "homepage": "https://github.com/Corporate-Interactive/my-fileimage-editor#readme", "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", "react-konva": "^18.0.0", "styled-components": ">=5.3.5" }, "dependencies": { "@babel/runtime": "^7.27.1", "@scaleflex/icons": "2.10.27", "@scaleflex/ui": "2.10.27", "konva": "9.3.6", "prop-types": "15.7.2" }, "devDependencies": { "@babel/cli": "^7.21.5", "@babel/core": "^7.21.5", "@babel/plugin-transform-runtime": "^7.21.4", "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.16.0", "@rollup/plugin-node-resolve": "^13.1.3", "@types/react": "^18.2.0", "@vitejs/plugin-react": "^1.2.0", "babel-loader": "^9.1.2", "babel-plugin-module-resolver": "^5.0.0", "babel-plugin-styled-components": "^2.1.1", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-preset-minify": "^0.5.1", "cross-env": "^7.0.3", "dotenv-cli": "^7.2.1", "eslint": "^8.39.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4", "form-data": "^4.0.0", "gh-pages": "^5.0.0", "isomorphic-fetch": "^3.0.0", "lerna": "^6.6.1", "lerna-update-wizard": "1.1.2", "prettier": "^2.8.8", "prettier-eslint-cli": "^7.1.0", "react": "18.2.0", "react-dom": "18.2.0", "react-konva": "18.2.7", "rimraf": "^5.0.0", "rollup-plugin-uglify": "^6.0.4", "source-map-explorer": "^2.5.2", "styled-components": "5.3.10", "vite": "^2.8.6", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@types/react-dom": "^18.0.0", "canvas": "^3.1.0", "rollup": "^3.0.0", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.34.0", "typescript": "^5.0.0" } }