package.json 3.26 KB
Newer Older
DESKTOP-HF0LVOG\myhr committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
{
  "name": "black-dashboard-angular",
  "version": "1.2.0",
  "description": "Black Dasboard Angular, a Creative Tim Desgin. Coded by Creative Tim",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/creativetimofficial/black-dashboard-angular.git"
  },
  "keywords": [
    "angular dashboard",
    "angular admin",
    "angular bootstrap admin",
    "angular bootstrap dashboard",
    "angular panel",
    "angular bootstrap template",
    "angular admin template",
    "angular free",
    "angular free dashboard",
    "angular free bootstrap dashboard",
    "free admin template",
    "angular admin",
    "angular admin panel",
    "angular dashboard",
    "angular dashboard free",
    "angular admin free",
    "angular free admin panel",
    "angular freebie",
    "angular freebie dashboard",
    "angular freebie bootstrap dashboard",
    "freebie admin template",
    "angular dashboard freebie",
    "angular admin freebie",
    "angular freebie admin panel",
    "creative tim",
    "web dashboard",
    "bootstrap 4 dashboard",
    "bootstrap 4",
    "css3 dashboard",
    "bootstrap 4 admin",
    "black dashboard bootstrap 4",
    "frontend",
    "responsive bootstrap 4 dashboard",
    "free dashboard",
    " free admin dashboard",
    "free bootstrap 4 admin dashboard"
  ],
  "author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/creativetimofficial/black-dashboard-angular/issues"
  },
  "homepage": "https://demos.creative-tim.com/black-dashboard-angular/#/dashboard",
  "private": false,
  "dependencies": {
    "@angular/animations": "12.1.2",
    "@angular/common": "12.1.2",
    "@angular/compiler": "12.1.2",
    "@angular/core": "12.1.2",
    "@angular/forms": "12.1.2",
    "@angular/localize": "^12.1.2",
    "@angular/platform-browser": "12.1.2",
    "@angular/platform-browser-dynamic": "12.1.2",
    "@angular/router": "12.1.2",
    "@fullcalendar/angular": "^5.10.1",
    "@fullcalendar/daygrid": "^5.10.1",
    "@fullcalendar/interaction": "^5.10.1",
    "@ng-bootstrap/ng-bootstrap": "10.0.0",
Your Name committed
77
    "bootstrap": "^5.1.3",
78
    "bootstrap-icons": "^1.7.1",
DESKTOP-HF0LVOG\myhr committed
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
    "chart.js": "2.9.4",
    "core-js": "3.15.2",
    "fullcalendar": "^5.10.1",
    "ngx-toastr": "14.0.0",
    "rxjs": "7.2.0",
    "tslib": "2.3.0",
    "zone.js": "0.11.4"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "12.1.2",
    "@angular/cli": "12.1.2",
    "@angular/compiler-cli": "12.1.2",
    "@angular/language-service": "12.1.2",
    "@schematics/angular": "^13.0.3",
    "@types/jasmine": "3.8.1",
    "@types/jasminewd2": "2.0.10",
    "@types/node": "16.3.2",
    "codelyzer": "6.0.2",
    "jasmine-core": "3.8.0",
    "jasmine-spec-reporter": "7.0.0",
    "karma": "6.3.4",
    "karma-chrome-launcher": "3.1.0",
    "karma-coverage-istanbul-reporter": "3.0.3",
    "karma-jasmine": "4.0.1",
    "karma-jasmine-html-reporter": "1.7.0",
    "protractor": "7.0.0",
    "ts-node": "10.1.0",
    "tslint": "6.1.3",
    "typescript": "4.3.5"
  }
}