UNPKG

react-image-edit

Version:

simple iamge edit ui react library.

54 lines (53 loc) 1.67 kB
{ "name": "react-image-edit", "version": "0.2.5", "author": "kmkzt", "description": "simple iamge edit ui react library.", "main": "lib/index.min.js", "types": "types/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kmkzt/image-edit.git", "directory": "packages/react-image-edit" }, "bugs": "https://github.com/kmkzt/image-edit/issues", "keywords": [ "react", "file", "canvas", "blob" ], "scripts": { "dev": "NODE_ENV=development webpack-dev-server --config webpack.dev.config.js", "build": "rimraf lib && rimraf types && NODE_ENV=production webpack -p --config webpack.prod.config.js", "build:demo": "rimraf ../../docs && NODE_ENV=production webpack -p --config webpack.demo.config.js && rimraf types/example", "test": "jest", "lint:fix": "prettier --write ./src/**/*.{ts,tsx}" }, "dependencies": { "react": "16.8.4", "react-dom": "16.8.4", "styled-components": "4.1.3" }, "peerDependencies": { "image-edit": "0.2.5" }, "devDependencies": { "@types/enzyme": "3.9.0", "@types/enzyme-adapter-react-16": "1.0.5", "@types/react": "16.8.7", "@types/react-dom": "16.8.2", "@types/styled-components": "4.1.12", "@typescript-eslint/eslint-plugin": "1.4.2", "@typescript-eslint/parser": "1.4.2", "@typescript-eslint/typescript-estree": "1.4.2", "enzyme": "3.9.0", "enzyme-adapter-react-16": "1.10.0", "enzyme-to-json": "3.3.5", "eslint-plugin-react": "7.12.4", "eslint-plugin-react-hooks": "1.5.0", "jest-styled-components": "6.3.1", "typescript-styled-plugin": "0.14.0" } }