UNPKG

@vaadin/common-frontend

Version:

Vaadin frontend utils used by Flow and Hilla

70 lines (69 loc) 1.74 kB
{ "name": "@vaadin/common-frontend", "version": "0.0.19", "description": "Vaadin frontend utils used by Flow and Hilla", "main": "index.js", "module": "index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/vaadin/flow-hilla-common.git", "directory": "frontend/packages/common-frontend" }, "keywords": [ "Vaadin", "Hilla" ], "scripts": { "build": "tsc --isolatedModules", "lint": "eslint --fix src/**/*.ts", "test": "web-test-runner \"test/**/*.test.ts\" --config ../../web-test-runner.config.js", "test:coverage": "npm run test -- --coverage", "test:watch": "npm run test -- --watch", "typecheck": "tsc --noEmit" }, "exports": { ".": { "default": "./index.js" }, "./ConnectionIndicator.js": { "default": "./ConnectionIndicator.js" }, "./ConnectionState.js": { "default": "./ConnectionState.js" }, "./index.js": { "default": "./index.js" } }, "author": "Vaadin Ltd", "license": "Apache-2.0", "bugs": { "url": "https://github.com/vaadin/flow-hilla-common/issues" }, "homepage": "https://vaadin.com", "files": [ "*.{d.ts.map,d.ts,js.map,js}" ], "publishConfig": { "access": "public" }, "dependencies": { "tslib": "^2.3.1" }, "peerDependencies": { "lit": "^3.0.0" }, "devDependencies": { "@esm-bundle/chai": "^4.3.4-fix.0", "@open-wc/testing": "^4.0.0", "@types/chai": "^4.2.21", "@types/mocha": "^10.0.3", "@types/sinon": "^17.0.2", "@types/sinon-chai": "^3.2.5", "@web/test-runner": "^0.18.0", "mocha": "^10.2.0", "sinon": "^17.0.1" }, "gitHead": "8b61950646b8955ea20e7bbbd0c6c59f4aedcfd7" }