You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
3.6 KiB
127 lines
3.6 KiB
{ |
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
|
"version": 1, |
|
"newProjectRoot": "projects", |
|
"projects": { |
|
"SpotifyMixer-FrontEnd": { |
|
"projectType": "application", |
|
"schematics": { |
|
"@schematics/angular:component": { |
|
"standalone": false |
|
}, |
|
"@schematics/angular:directive": { |
|
"standalone": false |
|
}, |
|
"@schematics/angular:pipe": { |
|
"standalone": false |
|
} |
|
}, |
|
"root": "", |
|
"sourceRoot": "src", |
|
"prefix": "app", |
|
"architect": { |
|
"build": { |
|
"builder": "@angular-devkit/build-angular:application", |
|
"options": { |
|
"outputPath": "dist/spotify-mixer-front-end", |
|
"index": "src/index.html", |
|
"browser": "src/main.ts", |
|
"polyfills": [ |
|
"zone.js" |
|
], |
|
"tsConfig": "tsconfig.app.json", |
|
"assets": [ |
|
"src/favicon.ico", |
|
"src/assets" |
|
], |
|
"styles": [ |
|
"@angular/material/prebuilt-themes/indigo-pink.css", |
|
"node_modules/minireset.css/minireset.css", |
|
"src/styles.css", |
|
"node_modules/igniteui-angular/styles/igniteui-angular.css" |
|
], |
|
"scripts": [ |
|
"./node_modules/hammerjs/hammer.min.js" |
|
], |
|
"stylePreprocessorOptions": { |
|
"includePaths": [ |
|
"node_modules" |
|
] |
|
} |
|
}, |
|
"configurations": { |
|
"production": { |
|
"budgets": [ |
|
{ |
|
"type": "initial", |
|
"maximumWarning": "500kb", |
|
"maximumError": "1000mb" |
|
}, |
|
{ |
|
"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": "SpotifyMixer-FrontEnd:build:production" |
|
}, |
|
"development": { |
|
"buildTarget": "SpotifyMixer-FrontEnd:build:development" |
|
} |
|
}, |
|
"defaultConfiguration": "development" |
|
}, |
|
"extract-i18n": { |
|
"builder": "@angular-devkit/build-angular:extract-i18n", |
|
"options": { |
|
"buildTarget": "SpotifyMixer-FrontEnd:build" |
|
} |
|
}, |
|
"test": { |
|
"builder": "@angular-devkit/build-angular:karma", |
|
"options": { |
|
"polyfills": [ |
|
"zone.js", |
|
"zone.js/testing" |
|
], |
|
"tsConfig": "tsconfig.spec.json", |
|
"assets": [ |
|
"src/favicon.ico", |
|
"src/assets" |
|
], |
|
"styles": [ |
|
"@angular/material/prebuilt-themes/indigo-pink.css", |
|
"src/styles.css", |
|
"node_modules/igniteui-angular/styles/igniteui-angular.css" |
|
], |
|
"scripts": [ |
|
"./node_modules/hammerjs/hammer.min.js" |
|
], |
|
"stylePreprocessorOptions": { |
|
"includePaths": [ |
|
"node_modules" |
|
] |
|
} |
|
} |
|
} |
|
} |
|
} |
|
}, |
|
"cli": { |
|
"analytics": false |
|
} |
|
}
|
|
|