{
  "name": "@bryanfox/fdi-web-components",
  "version": "1.0.2",
  "description": "Stencil Component Starter",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/webcomponents/webcomponents.js",
  "files": [
    "dist/"
  ],
  "outputTargets": [
    {
      "type": "dist"
    }
  ],
  "scripts": {
    "build": "stencil build --docs",
    "build all": "stencil build --prod --es5 --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "dependencies": {
    "@stencil/core": "4.20.0",
    "@stencil/sass": "^3.0.12",
    "animate.css": "^4.1.1",
    "axios": "^1.7.3",
    "js-datepicker": "^5.18.2",
    "sortablejs": "^1.15.2",
    "sweetalert2": "^11.12.4",
    "uuid": "^10.0.0"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/puppeteer": "^7.0.4",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "workbox-build": "^7.1.1"
  }
}
