1 Star 9 Fork 30

冷叔 / react-photo-view

forked from MinJieLiu / react-photo-view 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "react-photo-view",
"version": "0.5.0",
"description": "一款精致的 React 的图片预览组件",
"author": "MinJieLiu",
"license": "MIT",
"repository": "https://github.com/MinJieLiu/react-photo-view.git",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"typings": "dist/index.d.ts",
"keywords": [
"react",
"react-component",
"react-photo",
"react-photo-view",
"photo",
"photo-view",
"gallery"
],
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "npm run build"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"lodash.uniqueid": "^4.0.1"
},
"peerDependencies": {
"classnames": "^2.2.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@svgr/rollup": "^4.3.3",
"@types/classnames": "^2.2.9",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.uniqueid": "^4.0.6",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"@types/styled-components": "^4.4.0",
"classnames": "^2.2.6",
"cross-env": "^6.0.3",
"less": "^3.10.3",
"prettier": "^1.18.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rollup": "^1.27.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-typescript2": "^0.25.2",
"rollup-plugin-url": "^3.0.1",
"typescript": "^3.7.2"
},
"files": [
"dist"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sd_1212/react-photo-view.git
git@gitee.com:sd_1212/react-photo-view.git
sd_1212
react-photo-view
react-photo-view
master

搜索帮助