mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00

* fix(package-lock): update version in package-lock * fix(package-lock): update version in package-lock * chore(angular-15): update to angular 15 * chore(nebular-11): update to angular/cdk to 15, update nebular * chore(eslint): update @angular-eslint to v15
191 lines
6.5 KiB
JSON
191 lines
6.5 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": {
|
|
"preserveSymlinks": 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"
|
|
}
|
|
],
|
|
"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/pace-js/templates/pace-theme-flash.tmpl.css",
|
|
"node_modules/leaflet/dist/leaflet.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"
|
|
],
|
|
"allowedCommonJsDependencies": [
|
|
"angular2-chartjs",
|
|
"echarts",
|
|
"lodash",
|
|
"zrender/lib/svg/svg",
|
|
"zrender/lib/vml/vml"
|
|
],
|
|
"vendorChunk": true,
|
|
"extractLicenses": false,
|
|
"buildOptimizer": false,
|
|
"sourceMap": true,
|
|
"optimization": false,
|
|
"namedChunks": true
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"budgets": [
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true,
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "src/environments/environment.ts",
|
|
"with": "src/environments/environment.prod.ts"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"defaultConfiguration": ""
|
|
},
|
|
"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-eslint/builder:lint",
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"src/**/*.ts",
|
|
"src/**/*.html"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ngx-admin-demo-e2e": {
|
|
"root": "e2e",
|
|
"sourceRoot": "",
|
|
"projectType": "application",
|
|
"architect": {
|
|
"e2e": {
|
|
"builder": "@angular-devkit/build-angular:protractor",
|
|
"options": {
|
|
"protractorConfig": "./protractor.conf.js",
|
|
"devServerTarget": "ngx-admin-demo:serve"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"schematics": {
|
|
"@schematics/angular:component": {
|
|
"prefix": "ngx",
|
|
"style": "scss"
|
|
},
|
|
"@schematics/angular:directive": {
|
|
"prefix": "ngx"
|
|
},
|
|
"@angular-eslint/schematics:application": {
|
|
"setParserOptionsProject": true
|
|
},
|
|
"@angular-eslint/schematics:library": {
|
|
"setParserOptionsProject": true
|
|
}
|
|
}
|
|
}
|