{
  "name": "@biblioteksentralen/sanity-plugin-asset-source-unsplash",
  "version": "0.2.3",
  "description": "Use images from Unsplash.com in your Sanity Studio",
  "keywords": [
    "sanity",
    "plugin",
    "images",
    "unsplash",
    "assets",
    "source"
  ],
  "main": "dist/sanity-plugin-asset-source-unsplash.umd.js",
  "module": "dist/sanity-plugin-asset-source-unsplash.es5.js",
  "typings": "dist/types/sanity-plugin-asset-source-unsplash.d.ts",
  "files": [
    "dist",
    "sanity.json",
    "config.dist.json"
  ],
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/biblioteksentralen/sanity-plugin-asset-source-unsplash"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/sanity-io/sanity-plugin-asset-source-unsplash/issues"
  },
  "homepage": "https://github.com/sanity-io/sanity-plugin-asset-source-unsplash#readme",
  "scripts": {
    "lint": "tslint  --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
    "prebuild": "rimraf dist",
    "build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --ignoreCompilerErrors --out docs --target es6 --theme minimal --mode file src",
    "watch-tsc": "tsc --watch --module commonjs",
    "watch-rollup": "rollup -c rollup.config.ts -w",
    "watch": "rollup -c rollup.config.ts && run-p watch-*",
    "test": "jest --coverage",
    "test:watch": "jest --coverage --watch",
    "test:prod": "npm run lint && npm run test -- --no-cache",
    "deploy-docs": "ts-node tools/gh-pages-publish",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "git-cz",
    "semantic-release": "semantic-release",
    "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
    "precommit": "lint-staged",
    "travis-deploy-once": "travis-deploy-once",
    "prepublishOnly": "npm run build"
  },
  "lint-staged": {
    "{src,test}/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "peerDependencies": {
    "@sanity/base": "2.34.0",
    "@sanity/components": "^2.13.0",
    "lodash": ">=4.17.4",
    "react": ">=16.14.0",
    "react-dom": ">=16.2",
    "rxjs": ">=6.5.2",
    "styled-components": "^5.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.6.1",
    "@commitlint/config-conventional": "^7.6.0",
    "@sanity/base": "^2.21.5",
    "@sanity/components": "^2.13.0",
    "@types/jest": "^23.3.2",
    "@types/lodash": "^4.14.149",
    "@types/node": "^10.17.4",
    "@types/react": "^17.0.27",
    "@types/styled-components": "^5.1.14",
    "colors": "^1.4.0",
    "commitizen": "^3.1.2",
    "coveralls": "^3.0.7",
    "cross-env": "^5.2.1",
    "cz-conventional-changelog": "^2.1.0",
    "husky": "^1.0.1",
    "jest": "^24.9.0",
    "jest-config": "^24.9.0",
    "lint-staged": "^8.2.1",
    "lodash": "^4.17.15",
    "lodash.camelcase": "^4.3.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.18.2",
    "prompt": "^1.0.0",
    "react": "^16.9 || ^17",
    "react-dom": "^16.2 || ^17",
    "react-hot-loader": "^4.12.15",
    "replace-in-file": "^3.4.2",
    "rimraf": "^2.7.1",
    "rollup": ">=1.26.3",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "^0.25.2",
    "rxjs": "^6.5.3",
    "semantic-release": "^19.0.2",
    "shelljs": "^0.8.3",
    "styled-components": "^5.2.0",
    "travis-deploy-once": "^5.0.9",
    "ts-jest": "^24",
    "ts-node": "^7.0.1",
    "tsconfig-paths-jest": "0.0.1",
    "tslib": "^1.10.0",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.15.0",
    "tslint-config-standard": "^8.0.1",
    "typedoc": "^0.15.0",
    "typescript": "^3.8.0"
  },
  "dependencies": {
    "@sanity/ui": "^0.36.12",
    "react-infinite-scroll-component": "^6.1.0",
    "react-photo-album": "1.10.2"
  }
}
