react-avatar-edit-zports
Version:
ReactJS component to upload, crop, and preview avatars with drag and drop support
57 lines (56 loc) • 1.65 kB
JSON
{
"name": "react-avatar-edit-zports",
"version": "0.6.0",
"description": "ReactJS component to upload, crop, and preview avatars with drag and drop support",
"main": "lib/react-avatar.js",
"types": "src/avatar.d.ts",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js --optimize-minimize",
"build:example": "webpack --config webpack.example.js --optimize-minimize",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirill3333/react-avatar.git"
},
"author": {
"name": "Kirill Novikov",
"email": "kirill3333@inbox.ru"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kirill3333/react-avatar/issues"
},
"keywords": [
"avatar",
"react",
"canvas"
],
"homepage": "https://github.com/kirill3333/react-avatar#readme",
"dependencies": {
"konva": "2.1.3",
"react-dropzone": "^6.2.4",
"webpack-cli": "2.1.4"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"compression-webpack-plugin": "1.1.11",
"html-webpack-plugin": "3.2.0",
"react": "16.3.0",
"react-dom": "16.3.0",
"rollup-webpack-loader": "1.0.0",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "4.9.1",
"webpack-bundle-analyzer": "2.13.1",
"webpack-dev-server": "3.1.4"
},
"peerDependencies": {
"react": "16.x"
}
}