{
  "name": "@doreply/client",
  "version": "1.7.1",
  "description": "Doreply guidedsearch client",
  "main": "dist/index.cjs.js",
  "module": "dist/components/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/doreply-client/doreply-client.esm.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "build:prod": "stencil build --prod",
    "start": "stencil build --dev --watch --serve",
    "start:prod": "stencil build --prod --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "lint": "eslint src/**/*{.ts,.tsx} --fix",
    "publish": "node package_upload.js"
  },
  "devDependencies": {
    "@aws-sdk/client-s3": "^3.507.0",
    "@fullhuman/postcss-purgecss": "^3.1.3",
    "@stencil/core": "^2.0.0",
    "@stencil/eslint-plugin": "^0.3.1",
    "@stencil/postcss": "^2.0.0",
    "@stencil/react-output-target": "0.5.0",
    "@stencil/router": "^1.0.1",
    "@stencil/sass": "^1.4.1",
    "@stencil/store": "^2.0.1",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "autoprefixer": "^10.2.4",
    "aws-sdk": "^2.1554.0",
    "dotenv": "^16.4.1",
    "eslint": "^6.8.0",
    "eslint-plugin-react": "^7.22.0",
    "postcss": "^8.4.19",
    "puppeteer": "^7.1.0",
    "tailwindcss": "^2.0.3"
  },
  "license": "MIT",
  "dependencies": {
    "scroll-into-view": "^1.15.0",
    "ua-parser-js": "^0.7.24",
    "uuid": "^8.3.2"
  }
}
