UNPKG

ednl-liftstatus-web-components

Version:
90 lines (89 loc) 2.72 kB
{ "name": "ednl-liftstatus-web-components", "version": "1.19.3", "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,.tsx}", "semantic-release": "semantic-release --debug", "docs": "docsify serve docs", "prepare": "husky install" }, "dependencies": { "@stencil/core": "^3.2.0", "@tweenjs/tween.js": "^18.6.4", "@types/tweenjs": "^1.0.4", "d3": "^7.8.3", "dayjs": "^1.11.7", "ky": "^0.33.3", "lodash-es": "^4.17.21", "pubsub-js": "^1.9.4", "three": "^0.151.2" }, "release": { "branches": [ "main" ] }, "devDependencies": { "@babel/core": "^7.21.4", "@babel/eslint-parser": "^7.21.3", "@babel/preset-env": "^7.21.4", "@commitlint/cli": "^17.5.1", "@commitlint/config-angular": "^17.4.4", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-inject": "^5.0.3", "@rollup/plugin-node-resolve": "^15.0.1", "@springtree/check-git-branch-name": "^1.0.6", "@stencil-community/eslint-plugin": "^0.5.0", "@stencil/store": "^2.0.5", "@types/d3": "^7.4.0", "@types/jest": "^29.5.0", "@types/lodash-es": "^4.17.7", "@types/puppeteer": "^5.4.7", "@types/socket.io-client": "^1.4.36", "@types/vanillajs-datepicker": "^1.2.1", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "babel-cli": "^6.26.0", "babel-jest": "^29.5.0", "docsify-cli": "^4.4.4", "eslint": "^8.37.0", "eslint-plugin-react": "^7.32.2", "husky": "^8.0.3", "jest": "^29.5.0", "jest-cli": "^29.5.0", "puppeteer": "^19.8.2", "rollup": "^3.20.2", "rollup-plugin-node-polyfills": "^0.2.1", "semantic-release": "^21.0.0", "socket.io-client": "^2.5.0", "typescript": "^4.9.4", "vanillajs-datepicker": "^1.3.1" }, "license": "MIT" }