167 lines
5.1 KiB
JSON
167 lines
5.1 KiB
JSON
{
|
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
|
"version": 1,
|
|
"newProjectRoot": "projects",
|
|
"projects": {
|
|
"Reback": {
|
|
"projectType": "application",
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"style": "scss"
|
|
}
|
|
},
|
|
"root": "",
|
|
"sourceRoot": "src",
|
|
"prefix": "app",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:application",
|
|
"options": {
|
|
"outputPath": "dist/reback",
|
|
"index": "src/index.html",
|
|
"browser": "src/main.ts",
|
|
"polyfills": [
|
|
"zone.js",
|
|
"src/polyfills.ts",
|
|
"@angular/localize/init"
|
|
],
|
|
"tsConfig": "tsconfig.app.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
"src/favicon.ico",
|
|
"src/assets"
|
|
],
|
|
"styles": [
|
|
"node_modules/swiper/swiper-bundle.min.css",
|
|
"node_modules/flatpickr/dist/flatpickr.css",
|
|
"src/assets/scss/icons.scss",
|
|
"node_modules/ngx-toastr/toastr.css",
|
|
"src/assets/scss/app.scss",
|
|
"src/assets/css/bootstrap.css",
|
|
"src/assets/css/swiper-bundle.min.css",
|
|
"src/assets/css/animate.css",
|
|
"src/assets/css/jquery.fancybox.min.css",
|
|
"src/assets/css/magnific-popup.css",
|
|
"src/assets/css/nice-select.css",
|
|
"src/assets/css/font-awesome.css",
|
|
"src/assets/css/styles.css",
|
|
"src/styles.scss"
|
|
],
|
|
"scripts": [
|
|
"node_modules/gumshoejs/dist/gumshoe.polyfills.js",
|
|
"node_modules/jsvectormap/dist/js/jsvectormap.min.js",
|
|
"src/assets/js/jquery.min.js",
|
|
"src/assets/js/bootstrap.min.js",
|
|
"src/assets/js/swiper-bundle.min.js",
|
|
"src/assets/js/jquery.fancybox.js",
|
|
"src/assets/js/jquery.nice-select.min.js",
|
|
"src/assets/js/lazysize.min.js",
|
|
"src/assets/js/main.js"
|
|
],
|
|
"allowedCommonJsDependencies": [
|
|
"jsvectormap",
|
|
"jsvectormap/dist/maps/world.js",
|
|
"jsvectormap/dist/maps/russia.js",
|
|
"jsvectormap/dist/maps/canada.js",
|
|
"jsvectormap/dist/maps/iraq.js",
|
|
"jsvectormap/dist/maps/spain.js",
|
|
"dropzone",
|
|
"deepmerge",
|
|
"can-use-dom",
|
|
"choices.js",
|
|
"gumshoejs",
|
|
"quill-delta",
|
|
"apexcharts",
|
|
"dayjs",
|
|
"moment",
|
|
"sweetalert2",
|
|
"jquery",
|
|
"bootstrap",
|
|
"swiper"
|
|
],
|
|
"stylePreprocessorOptions": {
|
|
"sass": {
|
|
"silenceDeprecations": [
|
|
"color-functions",
|
|
"global-builtin",
|
|
"import",
|
|
"mixed-decls"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "8mb",
|
|
"maximumError": "8mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "2kb",
|
|
"maximumError": "4kb"
|
|
}
|
|
],
|
|
"outputHashing": "all",
|
|
"optimization": {
|
|
"scripts": true,
|
|
"styles": {
|
|
"minify": true,
|
|
"inlineCritical": false
|
|
}
|
|
}
|
|
},
|
|
"development": {
|
|
"optimization": false,
|
|
"extractLicenses": false,
|
|
"sourceMap": true
|
|
}
|
|
},
|
|
"defaultConfiguration": "production"
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"configurations": {
|
|
"production": {
|
|
"buildTarget": "Reback:build:production"
|
|
},
|
|
"development": {
|
|
"buildTarget": "Reback:build:development"
|
|
}
|
|
},
|
|
"defaultConfiguration": "development"
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"buildTarget": "hyper:build"
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@angular-devkit/build-angular:karma",
|
|
"options": {
|
|
"polyfills": [
|
|
"zone.js",
|
|
"zone.js/testing"
|
|
],
|
|
"tsConfig": "tsconfig.spec.json",
|
|
"inlineStyleLanguage": "scss",
|
|
"assets": [
|
|
"src/favicon.ico",
|
|
"src/assets"
|
|
],
|
|
"styles": [
|
|
"src/styles.scss"
|
|
],
|
|
"scripts": []
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli": {
|
|
"analytics": false
|
|
}
|
|
} |