| { |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
| "version": 1, |
| "newProjectRoot": "projects", |
| "projects": { |
| "paimon-next-website": { |
| "projectType": "application", |
| "schematics": { |
| "@schematics/angular:component": { |
| "changeDetection": "OnPush", |
| "standalone": true, |
| "style": "none", |
| "skipTests": true |
| }, |
| "@schematics/angular:class": { |
| "skipTests": true |
| }, |
| "@schematics/angular:directive": { |
| "standalone": true, |
| "skipTests": true |
| }, |
| "@schematics/angular:guard": { |
| "skipTests": true |
| }, |
| "@schematics/angular:interceptor": { |
| "skipTests": true |
| }, |
| "@schematics/angular:module": {}, |
| "@schematics/angular:pipe": { |
| "standalone": true, |
| "skipTests": true |
| }, |
| "@schematics/angular:service": { |
| "skipTests": true |
| } |
| }, |
| "root": "", |
| "sourceRoot": "src", |
| "prefix": "paimon", |
| "architect": { |
| "build": { |
| "builder": "@angular-devkit/build-angular:application", |
| "options": { |
| "outputPath": "dist", |
| "index": "src/index.html", |
| "browser": "src/main.ts", |
| "polyfills": [ |
| "zone.js" |
| ], |
| "tsConfig": "tsconfig.app.json", |
| "assets": [ |
| { |
| "glob": "**/*", |
| "input": "public" |
| }, |
| "src/assets" |
| ], |
| "styles": [ |
| "src/styles.css" |
| ], |
| "server": "src/main.server.ts", |
| "prerender": { |
| "routesFile": "src/assets/metadata/routes.txt" |
| }, |
| "ssr": { |
| "entry": "server.ts" |
| }, |
| "allowedCommonJsDependencies": [ |
| "github-slugger" |
| ] |
| }, |
| "configurations": { |
| "production": { |
| "budgets": [ |
| { |
| "type": "initial", |
| "maximumWarning": "500kB", |
| "maximumError": "1MB" |
| }, |
| { |
| "type": "anyComponentStyle", |
| "maximumWarning": "2kB", |
| "maximumError": "4kB" |
| } |
| ], |
| "outputHashing": "all" |
| }, |
| "development": { |
| "optimization": false, |
| "extractLicenses": false, |
| "sourceMap": true |
| } |
| }, |
| "defaultConfiguration": "production" |
| }, |
| "serve": { |
| "builder": "@angular-devkit/build-angular:dev-server", |
| "configurations": { |
| "production": { |
| "buildTarget": "paimon-next-website:build:production" |
| }, |
| "development": { |
| "buildTarget": "paimon-next-website:build:development" |
| } |
| }, |
| "defaultConfiguration": "development" |
| }, |
| "lint": { |
| "builder": "@angular-eslint/builder:lint", |
| "options": { |
| "lintFilePatterns": [ |
| "src/**/*.ts", |
| "src/**/*.html" |
| ] |
| } |
| } |
| } |
| }, |
| "markdown-parser": { |
| "root": "library/markdown-parser", |
| "sourceRoot": "library/markdown-parser/src", |
| "projectType": "library", |
| "architect": { |
| "lint": { |
| "builder": "@angular-eslint/builder:lint", |
| "options": { |
| "lintFilePatterns": [ |
| "library/markdown-parser/**/*.ts" |
| ] |
| } |
| } |
| } |
| } |
| }, |
| "cli": { |
| "schematicCollections": [ |
| "@angular-eslint/schematics" |
| ], |
| "analytics": "327481a5-f266-47d9-8c71-490982d7676f" |
| } |
| } |