{
  "name": "@frontity/components",
  "version": "1.8.2",
  "description": "Collection of React components for Frontity",
  "keywords": [
    "frontity"
  ],
  "homepage": "https://frontity.org",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/frontity/frontity.git"
  },
  "bugs": {
    "url": "https://community.frontity.org"
  },
  "scripts": {
    "test:ci": "../../node_modules/.bin/jest --ci",
    "test": "../../node_modules/.bin/jest --watch",
    "test:inspect": "node --inspect ../../node_modules/.bin/jest --watch --no-cache --runInBand"
  },
  "devDependencies": {
    "@types/react-test-renderer": "^17.0.0",
    "react-test-renderer": "^17.0.1"
  },
  "dependencies": {
    "frontity": "^1.17.0",
    "@frontity/hooks": "^2.2.1",
    "@frontity/source": "^1.5.2",
    "@frontity/router": "^1.2.1",
    "@frontity/connect": "^1.3.0"
  }
}
