{
  "name": "ftb-cmp",
  "version": "3.20.2",
  "description": "Footballista Web Components",
  "main": "dist/index.cjs.js",
  "module": "dist/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/ftb-cmp/ftb-cmp.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "dev": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "gen": "schematics/generate.js",
    "release": "scripts/release.js",
    "update": "npm-check-updates -u && npm i"
  },
  "dependencies": {
    "@capacitor/camera": "^1.3.1",
    "@capacitor/cli": "^3.5.1",
    "@capacitor/core": "^3.5.1",
    "@ionic/core": "^6.1.10",
    "@stencil/core": "^2.16.1",
    "colorthief": "^2.3.2",
    "file-saver": "^2.0.5",
    "firebase": "9.8.3",
    "ftb-models": "^3.27.6",
    "highlight.js": "^11.5.1",
    "lodash-es": "^4.17.21",
    "npm": "^8.12.2",
    "photoswipe": "^4.1.3",
    "rxjs": "^7.5.5",
    "smoothscroll-polyfill": "^0.4.4",
    "stencil-router-v2": "^0.6.0",
    "swiper": "^8.2.4"
  },
  "license": "MIT",
  "devDependencies": {
    "@stencil/sass": "^1.5.2",
    "@stencil/store": "^1.5.0",
    "@types/rx": "^4.1.2",
    "conventional-changelog-cli": "^2.2.2",
    "inquirer": "^8.2.4",
    "npm-check-updates": "^14.0.1",
    "prettier": "^2.7.1",
    "semver": "^7.3.7",
    "simple-git": "^3.7.1",
    "stencil-inline-svg": "^1.1.0"
  }
}
