mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
175 lines
6 KiB
JSON
175 lines
6 KiB
JSON
![]() |
{
|
||
|
"$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": {
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"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"
|
||
|
],
|
||
|
"scripts": [
|
||
|
"node_modules/pace-js/pace.min.js",
|
||
|
"node_modules/tinymce/tinymce.min.js",
|
||
|
"node_modules/tinymce/themes/modern/theme.min.js",
|
||
|
"node_modules/tinymce/plugins/link/plugin.min.js",
|
||
|
"node_modules/tinymce/plugins/paste/plugin.min.js",
|
||
|
"node_modules/tinymce/plugins/table/plugin.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"
|
||
|
]
|
||
|
},
|
||
|
"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"
|
||
|
},
|
||
|
"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/tinymce/tinymce.min.js",
|
||
|
"node_modules/tinymce/themes/modern/theme.min.js",
|
||
|
"node_modules/tinymce/plugins/link/plugin.min.js",
|
||
|
"node_modules/tinymce/plugins/paste/plugin.min.js",
|
||
|
"node_modules/tinymce/plugins/table/plugin.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"
|
||
|
],
|
||
|
"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": []
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"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": []
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"defaultProject": "ngx-admin-demo",
|
||
|
"schematics": {
|
||
|
"@schematics/angular:component": {
|
||
|
"styleext": "scss"
|
||
|
},
|
||
|
"@schematics/angular:directive": {}
|
||
|
}
|
||
|
}
|