Monday, September 5, 2022

package json

{

  "name": "lms-web",

  "version": "1.0.0",

  "scripts": {

    "ng": "ng",

    "start": "ng serve --proxy-config proxy.conf.json --live-reload false --port 4200",

    "build": "ng build --prod --aot --build-optimizer --common-chunk --vendor-chunk --optimization --progress --base-href /projname/",

    "test": "ng test --code-coverage --watch false",

    "lint": "ng lint",

    "lintcs": "ng lint --format checkstyle > checkstyle/frontend.xml",

    "e2e": "ng e2e --base-href /projname/ --aot --webdriver-update false --proxy-config proxy.conf.json"

  },

  "private": true,

  "dependencies": {

    "@angular/animations": "~11.2.4",

  },

  "devDependencies": {

    "@angular-devkit/build-angular": "~0.1102.3",

  }

}


 

No comments:

Post a Comment

Ruby Basics

Basics of Ruby   Start Ruby interpret On terminal just type rib ruby_docs $ irb 3 . 0 . 0 : 001 > name = "This is the first ...