Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,
- "newProjectRoot": "projects",
- "projects": {
- "ngx-admin-demo": {
- "root": "",
- "sourceRoot": "src",
- "projectType": "application",
- "architect": {
- "build": {
- "builder": "@angular-devkit/build-angular:browser",
- "options": {
- "preserveSymlinks": true,
- "rebaseRootRelativeCssUrls": true,
- "outputPath": "dist",
- "index": "src/index.html",
- "main": "src/main.ts",
- "tsConfig": "src/tsconfig.app.json",
- "polyfills": "src/polyfills.ts",
- "assets": [
- "src/assets",
- "src/favicon.ico",
- "src/favicon.png",
- {
- "glob": "**/*",
- "input": "node_modules/leaflet/dist/images",
- "output": "/assets/img/markers"
- },
- {
- "glob": "**/*",
- "input": "node_modules/tinymce/skins",
- "output": "/skins/"
- },
- {
- "glob": "**/*",
- "input": "node_modules/tinymce/themes",
- "output": "/themes/"
- },
- {
- "glob": "**/*",
- "input": "node_modules/tinymce/plugins",
- "output": "/plugins/"
- },
- {
- "glob": "**/*",
- "input": "tinymce/langs",
- "output": "/langs/"
- }
- ],
- "styles": [
- "node_modules/bootstrap/dist/css/bootstrap.css",
- "node_modules/typeface-exo/index.css",
- "node_modules/roboto-fontface/css/roboto/roboto-fontface.css",
- "node_modules/ionicons/scss/ionicons.scss",
- "node_modules/@fortawesome/fontawesome-free/css/all.css",
- "node_modules/socicon/css/socicon.css",
- "node_modules/nebular-icons/scss/nebular-icons.scss",
- "node_modules/angular-tree-component/dist/angular-tree-component.css",
- "node_modules/pace-js/templates/pace-theme-flash.tmpl.css",
- "node_modules/leaflet/dist/leaflet.css",
- "src/app/@theme/styles/styles.scss",
- "src/assets/zi/styles.scss",
- "src/assets/awr/fonts/GE_SS_TWO/style.css",
- "src/assets/awr/fonts/Calibri/style.css",
- "src/assets/awr/fonts/NeoSansArabic/style.css",
- "node_modules/ngx-toastr/toastr.css"
- ],
- "scripts": [
- "node_modules/pace-js/pace.min.js",
- "node_modules/@fortawesome/fontawesome-free/js/all.min.js",
- "node_modules/echarts/dist/echarts.min.js",
- "node_modules/echarts/dist/extension/bmap.min.js",
- "node_modules/chart.js/dist/Chart.min.js",
- "node_modules/jquery/dist/jquery.js",
- "node_modules/tinymce/tinymce.min.js"
- ]
- },
- "configurations": {
- "production": {
- "optimization": true,
- "outputHashing": "all",
- "sourceMap": false,
- "extractCss": true,
- "namedChunks": false,
- "aot": true,
- "extractLicenses": true,
- "vendorChunk": false,
- "buildOptimizer": true,
- "fileReplacements": [
- {
- "replace": "src/environments/environment.ts",
- "with": "src/environments/environment.prod.ts"
- }
- ]
- }
- }
- },
- "serve": {
- "builder": "@angular-devkit/build-angular:dev-server",
- "options": {
- "browserTarget": "ngx-admin-demo:build",
- "proxyConfig": "src/proxy.conf.json"
- },
- "configurations": {
- "production": {
- "browserTarget": "ngx-admin-demo:build:production"
- }
- }
- },
- "extract-i18n": {
- "builder": "@angular-devkit/build-angular:extract-i18n",
- "options": {
- "browserTarget": "ngx-admin-demo:build"
- }
- },
- "test": {
- "builder": "@angular-devkit/build-angular:karma",
- "options": {
- "main": "src/test.ts",
- "karmaConfig": "./karma.conf.js",
- "polyfills": "src/polyfills.ts",
- "tsConfig": "src/tsconfig.spec.json",
- "scripts": [
- "node_modules/pace-js/pace.min.js",
- "node_modules/echarts/dist/echarts.min.js",
- "node_modules/echarts/dist/extension/bmap.min.js",
- "node_modules/chart.js/dist/Chart.min.js"
- ],
- "styles": [
- "node_modules/bootstrap/dist/css/bootstrap.css",
- "node_modules/typeface-exo/index.css",
- "node_modules/roboto-fontface/css/roboto/roboto-fontface.css",
- "node_modules/ionicons/scss/ionicons.scss",
- "node_modules/font-awesome/scss/font-awesome.scss",
- "node_modules/socicon/css/socicon.css",
- "node_modules/nebular-icons/scss/nebular-icons.scss",
- "node_modules/pace-js/templates/pace-theme-flash.tmpl.css",
- "src/app/@theme/styles/styles.scss",
- "src/assets/awr/fonts/GE_SS_TWO/style.css",
- "src/assets/awr/fonts/Calibri/style.css",
- "src/assets/awr/fonts/NeoSansArabic/style.css"
- ],
- "assets": [
- "src/assets",
- "src/favicon.ico",
- "src/favicon.png",
- {
- "glob": "**/*",
- "input": "node_modules/leaflet/dist/images",
- "output": "/assets/img/markers"
- }
- ]
- }
- },
- "lint": {
- "builder": "@angular-devkit/build-angular:tslint",
- "options": {
- "tsConfig": [
- "src/tsconfig.app.json",
- "src/tsconfig.spec.json"
- ],
- "typeCheck": true,
- "exclude": [
- "src/app/@framework/auth/**/*"
- ]
- }
- }
- }
- },
- "ngx-admin-demo-e2e": {
- "root": "",
- "sourceRoot": "",
- "projectType": "application",
- "architect": {
- "e2e": {
- "builder": "@angular-devkit/build-angular:protractor",
- "options": {
- "protractorConfig": "./protractor.conf.js",
- "devServerTarget": "ngx-admin-demo:serve"
- }
- },
- "lint": {
- "builder": "@angular-devkit/build-angular:tslint",
- "options": {
- "tsConfig": [
- "e2e/tsconfig.e2e.json"
- ],
- "exclude": [
- "**/src/app/models/**/*.json"
- ]
- }
- }
- }
- }
- },
- "defaultProject": "ngx-admin-demo",
- "schematics": {
- "@schematics/angular:component": {
- "prefix": "ngx",
- "styleext": "scss"
- },
- "@schematics/angular:directive": {
- "prefix": "ngx"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement