{ "name": "react-photo-view", "version": "0.3.4", "description": "React photo preview.", "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" ], "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "test": "cross-env CI=1 react-scripts-ts test --env=jsdom", "test:watch": "react-scripts-ts test --env=jsdom", "build": "rollup -c", "start": "rollup -c -w", "prepare": "npm run build", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/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/jest": "^24.0.22", "@types/lodash.debounce": "^4.0.6", "@types/lodash.uniqueid": "^4.0.6", "@types/react": "^16.9.11", "@types/react-dom": "^16.9.3", "@types/styled-components": "^4.1.21", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "classnames": "^2.2.6", "cross-env": "^6.0.3", "gh-pages": "^2.1.1", "less": "^3.10.3", "prettier": "^1.18.2", "react": "^16.11.0", "react-dom": "^16.11.0", "react-scripts-ts": "^3.1.0", "rollup": "^1.26.3", "rollup-plugin-babel": "^3.0.7", "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.0", "typescript": "^3.7.2" }, "files": [ "dist" ] }