Multicolumn Bluesky client powered by Angular
at master 2.8 kB view raw
1{ 2 "$schema": "./node_modules/@angular/cli/lib/config/schema.json", 3 "version": 1, 4 "newProjectRoot": "projects", 5 "projects": { 6 "consolesky": { 7 "projectType": "application", 8 "schematics": {}, 9 "root": "", 10 "sourceRoot": "src", 11 "prefix": "app", 12 "architect": { 13 "build": { 14 "builder": "@angular-devkit/build-angular:application", 15 "options": { 16 "outputPath": { 17 "base": "docs", 18 "browser": "" 19 }, 20 "index": "src/index.html", 21 "browser": "src/main.ts", 22 "polyfills": [ 23 "zone.js" 24 ], 25 "tsConfig": "tsconfig.app.json", 26 "assets": [ 27 { 28 "glob": "**/*", 29 "input": "public" 30 } 31 ], 32 "styles": [ 33 "src/styles.css", 34 "https://unpkg.com/video.js@8.22.0/dist/video-js.min.css" 35 ], 36 "scripts": [] 37 }, 38 "configurations": { 39 "production": { 40 "budgets": [ 41 { 42 "type": "initial", 43 "maximumWarning": "2MB", 44 "maximumError": "5MB" 45 }, 46 { 47 "type": "anyComponentStyle", 48 "maximumWarning": "4kB", 49 "maximumError": "8kB" 50 } 51 ], 52 "outputHashing": "all" 53 }, 54 "development": { 55 "optimization": false, 56 "extractLicenses": false, 57 "sourceMap": true 58 } 59 }, 60 "defaultConfiguration": "production" 61 }, 62 "serve": { 63 "builder": "@angular-devkit/build-angular:dev-server", 64 "configurations": { 65 "production": { 66 "buildTarget": "consolesky:build:production" 67 }, 68 "development": { 69 "buildTarget": "consolesky:build:development" 70 } 71 }, 72 "defaultConfiguration": "development" 73 }, 74 "extract-i18n": { 75 "builder": "@angular-devkit/build-angular:extract-i18n" 76 }, 77 "test": { 78 "builder": "@angular-devkit/build-angular:karma", 79 "options": { 80 "polyfills": [ 81 "zone.js", 82 "zone.js/testing" 83 ], 84 "tsConfig": "tsconfig.spec.json", 85 "assets": [ 86 { 87 "glob": "**/*", 88 "input": "public" 89 } 90 ], 91 "styles": [ 92 "src/styles.css", 93 "https://unpkg.com/video.js@8.22.0/dist/video-js.min.css" 94 ], 95 "scripts": [] 96 } 97 } 98 } 99 } 100 } 101}