{
  "name": "ednl-liftstatus-web-components",
  "version": "1.43.1",
  "description": "The EDNL LiftStatus web components",
  "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/ednl-liftstatus-web-components/ednl-liftstatus-web-components.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SpringTree/ednl-liftstatus-web-components.git"
  },
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "lint": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" --ignore-pattern \"**/*.d.ts\"",
    "semantic-release": "semantic-release --debug",
    "docs": "docsify serve docs"
  },
  "dependencies": {
    "@stencil/core": "^4.36.3",
    "@tweenjs/tween.js": "^25.0.0",
    "@types/three": "^0.180.0",
    "d3": "^7.9.0",
    "dayjs": "^1.11.18",
    "i18next": "^25.6.0",
    "ky": "^1.10.0",
    "lodash-es": "^4.17.21",
    "pubsub-js": "^1.9.5",
    "three": "^0.180.0"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.4",
    "@babel/preset-env": "^7.28.3",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@stencil/eslint-plugin": "^1.1.0",
    "@stencil/store": "^2.2.0",
    "@types/d3": "^7.4.3",
    "@types/jest": "^30.0.0",
    "@types/lodash-es": "^4.17.12",
    "@types/vanillajs-datepicker": "^1.3.5",
    "babel-jest": "^30.1.2",
    "docsify-cli": "^5.0.0-rc.1",
    "eslint": "^9.35.0",
    "jest": "^30.1.3",
    "jest-cli": "^30.1.3",
    "puppeteer": "^24.19.0",
    "rollup": "^4.50.1",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "semantic-release": "^24.2.7",
    "socket.io-client": "^4.8.1",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.43.0",
    "vanillajs-datepicker": "^1.3.4"
  },
  "optionalDependencies": {
    "@rollup/rollup-linux-x64-gnu": "4.50.1"
  },
  "license": "MIT"
}
