加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/newbieYoung/Simple-Crop
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2021-03-16 15:54 . 4.1.3
{
"name": "simple-crop",
"version": "4.1.3",
"description": "全平台(Vue、React、微信小程序)任意角度旋转 图片裁剪组件。",
"main": "index.js",
"babel": {
"presets": [
"env",
"react"
]
},
"dependencies": {
"exif-js": "^2.3.0",
"prefix-umd": "^1.0.0",
"transformation-matrix": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.3.0",
"eslint": "^6.5.1",
"gulp": "^4.0.2",
"gulp-base64": "^0.1.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"style-loader": "^1.0.1",
"vconsole": "^3.3.4",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newbieYoung/Simple-Crop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/newbieYoung/Simple-Crop/issues"
},
"homepage": "https://github.com/newbieYoung/Simple-Crop#readme"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化