Skip to content
Snippets Groups Projects
package.json 1.76 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "admin-gui",
    
      "version": "1.1.0",
    
      "scripts": {
        "ng": "ng",
        "start": "ng serve",
        "build": "ng build",
    
        "build:dev": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration=development",
        "build:prod": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration=production",
    
        "test": "ng test",
        "lint": "ng lint",
    
        "e2e": "ng e2e",
        "postinstall": "node patch.js"
    
      },
      "private": true,
      "dependencies": {
    
      },
      "devDependencies": {