123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- {
- "$schema": "./node_modules/@angular/cl/lib/config/schema.json",
- "version": 1,
- "newProjectRoot": "projects",
- "projects": {
- "ArtWeb-V3": {
- "projectType": "application",
- "schematics": {
- "@schematics/angular:component": {
- "style": "scss"
- }
- },
- "root": "",
- "sourceRoot": "src",
- "prefix": "app",
- "architect": {
- "build": {
- "builder": "@angular-devkit/build-angular:browser",
- "options": {
- "allowedCommonJsDependencies": [
- "lodash"
- ],
- "preserveSymlinks": true,
- "outputPath": "dist",
- "index": "src/frame.html",
- "main": "src/main.ts",
- "polyfills": "src/polyfills.ts",
- "tsConfig": "tsconfig.app.json",
- "aot": false,
- "assets": [
- "src/favicon.ico",
- "src/assets",
- "src/index.html"
- ],
- "styles": [
- "src/app/core/preloader/preloader.scss",
- "src/styles.scss",
- "src/assets/common/laydate-5.0.9/theme/default/laydate.css"
- ],
- "scripts": [
- "node_modules/jquery/dist/jquery.min.js",
- "src/app/core/preloader/preloader.js",
- "node_modules/chart.js/dist/Chart.bundle.js",
- "node_modules/bootstrap/js/dist/util.js",
- "node_modules/bootstrap/js/dist/modal.js",
- "node_modules/bootstrap/js/dist/dropdown.js",
- "node_modules/bootstrap/js/dist/tooltip.js",
- "node_modules/summernote/dist/summernote.js",
- "node_modules/moment/min/moment-with-locales.min.js",
- "node_modules/echarts/dist/echarts.min.js",
- "src/assets/common/laydate-5.0.9/laydate.js",
- "src/assets/common/quagga.min.js",
- "src/assets/common/renderer.js",
- "src/assets/common/aliplayer/aliplayer.js"
- ]
- },
- "configurations": {
- "production": {
- "fileReplacements": [
- {
- "replace": "src/environments/environment.ts",
- "with": "src/environments/environment.prod.ts"
- }
- ],
- "optimization": true,
- "aot": true,
- "outputHashing": "all",
- "sourceMap": false,
- "extractCss": true,
- "namedChunks": false,
- "extractLicenses": true,
- "vendorChunk": false,
- "buildOptimizer": true,
- "budgets": [
- {
- "type": "initial",
- "maximumWarning": "3mb",
- "maximumError": "5mb"
- },
- {
- "type": "anyComponentStyle",
- "maximumWarning": "6kb",
- "maximumError": "10kb"
- }
- ]
- }
- }
- },
- "serve": {
- "builder": "@angular-devkit/build-angular:dev-server",
- "options": {
- "browserTarget": "ArtWeb-V3:build"
- },
- "configurations": {
- "production": {
- "browserTarget": "ArtWeb-V3:build:production"
- }
- }
- },
- "extract-i18n": {
- "builder": "@angular-devkit/build-angular:extract-i18n",
- "options": {
- "browserTarget": "ArtWeb-V3:build"
- }
- },
- "test": {
- "builder": "@angular-devkit/build-angular:karma",
- "options": {
- "main": "src/test.ts",
- "polyfills": "src/polyfills.ts",
- "tsConfig": "tsconfig.spec.json",
- "karmaConfig": "karma.conf.js",
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ],
- "styles": [
- "src/app/core/preloader/preloader.scss",
- "src/styles.scss"
- ],
- "scripts": [
- "node_modules/jquery/dist/jquery.js",
- "src/app/core/preloader/preloader.js",
- "node_modules/chart.js/dist/Chart.bundle.js",
- "node_modules/bootstrap/js/dist/util.js",
- "node_modules/bootstrap/js/dist/modal.js",
- "node_modules/bootstrap/js/dist/dropdown.js",
- "node_modules/bootstrap/js/dist/tooltip.js",
- "node_modules/summernote/dist/summernote.js",
- "node_modules/moment/min/moment-with-locales.min.js"
- ]
- }
- },
- "lint": {
- "builder": "@angular-devkit/build-angular:tslint",
- "options": {
- "tsConfig": [
- "tsconfig.app.json",
- "tsconfig.spec.json",
- "e2e/tsconfig.json"
- ],
- "exclude": [
- "**/node_modules/**"
- ]
- }
- },
- "e2e": {
- "builder": "@angular-devkit/build-angular:protractor",
- "options": {
- "protractorConfig": "e2e/protractor.conf.js",
- "devServerTarget": "ArtWeb-V3:serve"
- },
- "configurations": {
- "production": {
- "devServerTarget": "ArtWeb-V3:serve:production"
- }
- }
- }
- }
- }
- },
- "defaultProject": "ArtWeb-V3",
- "cli": {
- "analytics": false
- }
- }
|