UNPKG

@aurelia-mdc-web/base

Version:

Base classes for Aurelia Material Components Web

59 lines 1.88 kB
{ "name": "@aurelia-mdc-web/base", "version": "9.2.0", "publishConfig": { "access": "public" }, "description": "Base classes for Aurelia Material Components Web", "keywords": [ "aurelia", "material", "components", "web", "base" ], "homepage": "http://aurelia.io", "bugs": { "url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/issues" }, "license": "MIT", "author": "Maxim Balaganskiy <m.balaganskiy@gmail.com>", "contributors": [], "main": "dist/index.js", "module": "dist/index.js", "typings": "dist/types/index.d.ts", "repository": { "type": "git", "url": "https://github.com/aurelia-ui-toolkits/aurelia-mdc-web" }, "files": [ "dist", "*.scss" ], "scripts": { "build-ts:types": "tsc -p tsconfig.build.json --skipLibCheck -d --emitDeclarationOnly --declarationDir dist/types", "prebuild": "rimraf dist", "build": "concurrently \"npm:build-ts:*\" && concurrently \"npm:build-assets\"", "doc": "cross-env mkdirp doc && typedoc --json doc/api.json --excludeExternals --name aurelia-mdc-web-docs src/", "update-versions": "ts-node -P ../../tsconfig.scripts.json ../../scripts/update-versions.ts", "publish:latest": "npm publish", "build-ts:code": "tsc -p tsconfig.build.json --outDir dist", "build-assets": "copyfiles -u 1 src/**/*.html src/**/*.css dist" }, "dependencies": { "@material/base": "^14.0.0", "aurelia-typed-observable-plugin": "^0.5.1" }, "peerDependencies": { "aurelia-binding": "^2.5.4", "aurelia-dependency-injection": "^1.6.1", "aurelia-framework": "^1.3.1", "aurelia-logging": "^1.5.2", "aurelia-pal": "^1.8.2", "aurelia-task-queue": "^1.3.3", "aurelia-templating": "^1.10.4", "aurelia-templating-binding": "^1.5.3", "aurelia-templating-resources": "^1.13.1", "tslib": "^2.1.0" } }