{
  "name": "@saasquatch-themes/ringcentral-components",
  "version": "1.2.0",
  "main": "dist/index.cjs.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/components.d.ts",
  "module": "dist/index.js",
  "jsnext:main": "dist/esm/index.js",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "raisins": "docs/raisins.json",
  "unpkg": "dist/ringcentral-components/ringcentral-components.js",
  "files": [
    "dist/",
    "grapesjs/",
    "assets",
    "docs/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "build:dev": "cross-env NODE_ENV=dev stencil build --docs",
    "build:grapes": "cross-env BUILD=DOCS stencil build --watch --docs",
    "serve:grapes": "npx http-server . --cors -c-1 -p 8081",
    "serve:package": "serve . --cors",
    "start:raisins": "run-p start serve:package",
    "start": "cross-env NODE_ENV=dev stencil build --dev --watch --serve",
    "test": "stencil test --spec",
    "test.watch": "stencil test --spec --watchAll",
    "specs": "picklesdoc xlsx src docs --testers=2",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@firebase/app": "^0.6.11",
    "@firebase/app-types": "^0.6.1",
    "@firebase/auth": "^0.16.4",
    "@firebase/auth-types": "^0.10.2",
    "@firebase/util": "^0.3.2",
    "@formatjs/intl": "^1.8.4",
    "@formatjs/intl-pluralrules": "^1.5.8",
    "@formatjs/intl-relativetimeformat": "^4.5.15",
    "@formatjs/intl-utils": "^2.2.5",
    "@lit/reactive-element": "^1.0.0-rc.2",
    "@rollup/plugin-alias": "^3.1.2",
    "@stencil/core": "^2.4.0",
    "@stencil/router": "^1.0.1",
    "@stencil/sass": "^1.3.2",
    "@types/clipboard": "^1.5.36",
    "@types/debounce": "^1.2.0",
    "@types/debug": "^4.1.5",
    "@types/graphql": "^0.13.3",
    "@types/node": "^14.14.35",
    "@types/resize-observer-browser": "^0.1.5",
    "clipboard": "^1.7.1",
    "cross-env": "^7.0.2",
    "docx": "^5.4.1",
    "dom-context": "^1.2.0",
    "emotion": "^9.2.6",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-string": "^3.0.0",
    "stencil-docx-docs": "0.0.2",
    "uuid": "^3.3.2"
  },
  "dependencies": {
    "@raisins/stencil-docs-target": "^1.0.0",
    "@saasquatch/component-boilerplate": "^1.2.2",
    "@saasquatch/dom-context-hooks": "^1.0.1-3",
    "@saasquatch/stencil-grapes-plugin": "^1.0.0",
    "@saasquatch/stencil-hooks": "^2.0.2",
    "@saasquatch/stencilbook": "1.0.0",
    "@saasquatch/universal-hooks": "^1.0.0",
    "@saasquatch/shoelace": "1.0.0",
    "@stencil/helmet": "^0.3.2",
    "apollo-cache-inmemory": "^1.6.6",
    "apollo-client": "^2.6.10",
    "apollo-link-http": "^1.5.17",
    "deepmerge": "^4.2.2",
    "graphql-request": "^3.1.0",
    "graphql-tag": "^2.12.5",
    "highlight.js": "^10.7.2",
    "jss": "^10.7.1",
    "jss-preset-default": "^10.7.1",
    "parse-full-name": "^1.2.5",
    "path-to-regexp": "^6.2.0",
    "picklesdoc": "^1.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saasquatch/freshest-themes.git",
    "directory": "custom-widgets/ringcentral"
  },
  "author": "ReferralSaaSquatch.com, Inc.",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/saasquatch/freshest-themes"
  },
  "homepage": "https://github.com/saasquatch/freshest-themes",
  "jest": {
    "transform": {
      "^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx"
    ]
  },
  "gitHead": "582bd4b44cc76ca36433790ac8ae4b1329ae5b77"
}
