1 Star 0 Fork 0

QuickSpeed/react-imgpro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
maiziying 提交于 2019-03-18 22:25 . Bump: 1.4.1
{
"name": "react-imgpro",
"version": "1.4.1",
"description": "Image processing component for React",
"main": "index.js",
"files": [
"build",
"index.js"
],
"keywords": [
"react",
"image processing",
"image",
"jimp",
"sepia",
"colors",
"invert",
"image component"
],
"repository": {
"type": "git",
"url": "https://github.com/nitin42/react-imgpro"
},
"author": "Nitin Tulswani",
"license": "MIT",
"dependencies": {
"browser-image-size": "^1.1.0",
"lint-staged": "^8.0.4",
"react-progressive-image": "^0.3.0",
"webworkify-webpack": "^2.0.5",
"window-or-global": "^1.0.1"
},
"peerDependencies": {
"react": "^16.0.0"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.46",
"@babel/runtime": "7.0.0-beta.46",
"babel-eslint": "^7.2.3",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"babel-plugin-macros": "2.2.1",
"babel-plugin-transform-dynamic-import": "2.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.13",
"babel-preset-react-app": "^4.0.0-next.a671462c",
"babili-webpack-plugin": "^0.1.2",
"husky": "^0.14.3",
"jest": "^23.5.0",
"jimp": "^0.5.6",
"prettier": "^1.11.1",
"prop-types": "^15.5.10",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8",
"worker-loader": "^2.0.0",
"workerize-loader": "^1.0.4"
},
"scripts": {
"start": "NODE_ENV=production ./node_modules/.bin/webpack-dev-server --content-base ./public --config ./webpack/webpack.config.dev.js",
"prebuild": "rm -rf ./build",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack/webpack.config.js --progress",
"test": "jest",
"test:watch": "jest --watch",
"format": "prettier --write --single-quote \"src/**/*.js\"",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"prettier --write --single-quote \"src/**/*.js\"",
"git add"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quick-speed/react-imgpro.git
git@gitee.com:quick-speed/react-imgpro.git
quick-speed
react-imgpro
react-imgpro
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385