{
  "name": "@gatsby-cloud-pkg/gatsby-plugin-preview",
  "version": "1.0.19",
  "description": "A Gatsby plugin which adds Gatsby Preview features to Gatsby websites on Cloud",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gatsby-inc/gatsby-plugin-preview.git"
  },
  "author": "Leithon English <leithonenglish@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.17.8",
    "@vanilla-extract/babel-plugin": "^1.1.5",
    "@vanilla-extract/css": "^1.6.8",
    "@vanilla-extract/webpack-plugin": "^2.1.6",
    "date-fns": "^2.28.0",
    "gatsby-plugin-vanilla-extract": "^2.0.1",
    "gatsby-telemetry": "^3.10.1",
    "js-cookie": "^3.0.1",
    "react-transition-group": "^4.4.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.8",
    "@babel/preset-typescript": "^7.16.7",
    "@testing-library/jest-dom": "^5.16.3",
    "@testing-library/react": "^13.2.0",
    "@types/jest": "^27.4.1",
    "@types/react": "^17.0.43",
    "babel-preset-gatsby-package": "^2.10.0",
    "cpy-cli": "^4.1.0",
    "cross-env": "^7.0.3",
    "del-cli": "^4.0.1",
    "gatsby": "^4.15.1",
    "husky": "^7.0.4",
    "jest": "^27.5.1",
    "lint-staged": "^12.3.7",
    "msw": "^0.39.2",
    "npm-run-all": "^4.1.5",
    "prettier": "2.6.1",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3",
    "whatwg-fetch": "^3.6.2"
  },
  "files": [
    "dist/*",
    "gatsby-config.js",
    "gatsby-browser.js"
  ],
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-preview",
    "gatsby-cloud"
  ],
  "peerDependencies": {
    "gatsby": "^4.10.3 || ^5.0.0",
    "react": "^16.9.0 || ^17.0.0 || ^18.0.0"
  },
  "sideEffects": false,
  "scripts": {
    "build": "npm-run-all -s clean -p build:* && yarn build-types",
    "build:ui": "GATSBY_PREVIEW_UI_APP_VERSION=$npm_package_version babel src --out-dir ./dist --ignore 'src/**/*.test.tsx' --extensions '.ts,.js,.tsx'",
    "clean": "del-cli dist/*",
    "prepare": "husky install",
    "prepublishOnly": "yarn build",
    "watch": "yarn build-types && GATSBY_PREVIEW_UI_APP_VERSION=$npm_package_version babel -w src --out-dir ./dist --ignore 'src/**/*.test.tsx' --extensions '.ts,.js,.tsx'",
    "test": "jest",
    "test:watch": "jest --watch",
    "build-types": "GATSBY_PREVIEW_UI_APP_VERSION=$npm_package_version tsc --emitDeclarationOnly"
  },
  "engines": {
    "node": ">=14.15.0"
  },
  "bugs": {
    "url": "https://github.com/gatsby-inc/gatsby-plugin-preview/issues"
  },
  "homepage": "https://github.com/gatsby-inc/gatsby-plugin-preview#readme"
}
