{
  "name": "@eeacms/volto-forests-theme",
  "version": "0.2.23",
  "description": "@eeacms/volto-forests-theme: Volto add-on",
  "main": "src/index.js",
  "author": "European Environment Agency: IDM2 A-Team",
  "license": "MIT",
  "homepage": "https://github.com/eea/volto-forests-theme",
  "keywords": [
    "volto-addon",
    "volto",
    "plone",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:eea/volto-forests-theme.git"
  },
  "addons": [
    "@eeacms/volto-eea-map",
    "@eeacms/volto-plotlycharts",
    "@eeacms/volto-datablocks",
    "@eeacms/volto-openlayers-map",
    "@eeacms/volto-addons-forest",
    "@eeacms/volto-matomo"
  ],
  "dependencies": {
    "@eeacms/volto-addons-forest": "*",
    "@eeacms/volto-datablocks": "*",
    "@eeacms/volto-eea-map": "*",
    "@eeacms/volto-matomo": "*",
    "@eeacms/volto-openlayers-map": "0.1.4",
    "@eeacms/volto-plotlycharts": "*",
    "react-highlight-words": "^0.16.0",
    "react-image-gallery": "1.2.7",
    "react-lazy-load-image-component": "^1.5.0",
    "react-stickynode": "^2.1.1",
    "redux-connect": "10.0.0",
    "@sentry/browser": "7.17.3"
  },
  "devDependencies": {
    "@cypress/code-coverage": "^3.9.5",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "cypress": "10.7.0",
    "md5": "^2.3.0"
  },
  "scripts": {
    "release": "release-it",
    "release-major-beta": "release-it major --preRelease=beta",
    "release-beta": "release-it --preRelease=beta",
    "bootstrap": "npm install -g ejs; npm link ejs; node bootstrap",
    "stylelint": "../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'",
    "stylelint:overrides": "../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'",
    "stylelint:fix": "yarn stylelint --fix && yarn stylelint:overrides --fix",
    "prettier": "../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'",
    "prettier:fix": "../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'",
    "lint": "../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'",
    "lint:fix": "../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'",
    "cypress:run": "../../../node_modules/cypress/bin/cypress run",
    "cypress:open": "../../../node_modules/cypress/bin/cypress open"
  },
  "packageManager": "yarn@1.18.0"
}
