{
  "name": "@arvinxu/image-gallery",
  "version": "3.0.0",
  "files": [
    "lib",
    "es"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "homepage": "https://github.com/arvinxx/components/tree/master/packages/image-gallery#readme",
  "repository": "git+https://github.com/arvinxx/components.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "build": "father-build && yarn webpack",
    "webpack": "webpack",
    "test": "jest",
    "test:update": "jest -u",
    "cov": "jest --coverage",
    "prepublishOnly": "yarn build",
    "clean": "rm -rf es lib dist build coverage .umi"
  },
  "dependencies": {
    "@ant-design/icons": "^4.6.2",
    "@bedrock-layout/columns": "^2.1.11",
    "@bedrock-layout/inline": "^2.0.15",
    "@bedrock-layout/masonry-grid": "^2.0.14",
    "antd": "^4.14.0",
    "copy-to-clipboard": "^3.3.1",
    "js-yaml": "^4.1.0",
    "styled-components": "^5.3.0",
    "use-merge-value": "^1.0.2"
  }
}
