UNPKG

ipsos-components

Version:

Material Design components for Angular

41 lines (40 loc) 1.14 kB
{ "name": "material2-board", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "build-production": "ng build --aot -prod" }, "private": true, "dependencies": { "@angular/animations": "^5.0.0", "@angular/cdk": "github:angular/cdk-builds", "@angular/common": "^5.0.0", "@angular/compiler": "^5.0.0", "@angular/core": "^5.0.0", "@angular/forms": "^5.0.0", "@angular/material": "github:angular/material2-builds", "@angular/platform-browser": "^5.0.0", "@angular/platform-browser-dynamic": "^5.0.0", "@angular/router": "^5.0.0", "@swimlane/ngx-charts": "^7.0.1", "angularfire2": "^5.0.0-rc.2", "core-js": "^2.4.1", "d3": "^4.9.1", "firebase": "^4.5.0", "rxjs": "^5.4.2", "zone.js": "^0.8.12" }, "devDependencies": { "@angular/cli": "^1.2.0", "@angular/compiler-cli": "^5.0.0", "@angular/language-service": "^5.0.0", "@types/jasmine": "2.5.45", "@types/node": "~6.0.60", "ts-node": "~3.0.4", "typescript": "~2.4.2" } }