UNPKG

ngx-admin-lte

Version:

AdminLTE theme for angular

44 lines (43 loc) 1.2 kB
{ "name": "ngx-admin-lte", "version": "0.6.2", "module": "index.ts", "license": "WTFPL", "description": "AdminLTE theme for angular", "scripts": { "lint": "tslint --config tslint.json --project tsconfig.json", "transpile": "tsc", "build": "npm run lint && npm run transpile" }, "private": false, "dependencies": { "@angular/animations": "^4.4.6", "@angular/common": "^4.4.4", "@angular/core": "^4.4.4", "@angular/forms": "^4.4.4", "@angular/http": "^4.4.4", "@angular/platform-browser": "^4.4.4", "@angular/platform-browser-dynamic": "^4.4.4", "@angular/router": "^4.4.4", "@ngx-translate/core": "^8.0.0", "@ngx-translate/http-loader": "^2.0.0", "admin-lte": "2.3.11", "angular2-toaster": "^4.0.1", "bootstrap": "^3.3.7", "core-js": "^2.5.1", "font-awesome": "^4.7.0", "ionicons": "^3.0.0", "jquery": "^3.2.1", "rxjs": "^5.4.3", "zone.js": "^0.8.17" }, "devDependencies": { "@angular/compiler": "^4.4.4", "@angular/compiler-cli": "^4.4.4", "@types/node": "^8.0.28", "codelyzer": "~3.1.2", "ts-node": "~3.3.0", "tslint": "~5.5.0", "typescript": "^2.5.2" } }