first commit
This commit is contained in:
121
angular.json
Normal file
121
angular.json
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
"infocad-back-office": {
|
||||
"projectType": "application",
|
||||
"schematics": {},
|
||||
"root": "",
|
||||
"sourceRoot": "src",
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:browser",
|
||||
"options": {
|
||||
"outputPath": "dist/infocad-back-office",
|
||||
"index": "src/index.html",
|
||||
"main": "src/main.ts",
|
||||
"polyfills": [
|
||||
"zone.js"
|
||||
],
|
||||
"tsConfig": "tsconfig.app.json",
|
||||
"assets": [
|
||||
"src/favicon.ico",
|
||||
"src/assets",
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
|
||||
"output": "/assets/"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"src/theme.less",
|
||||
"src/styles.css",
|
||||
"src/assets/static/vendors/iconfonts/mdi/css/materialdesignicons.min.css",
|
||||
"src/assets/static/vendors/css/vendor.bundle.base.css",
|
||||
"src/assets/static/css/style.css",
|
||||
"node_modules/datatables.net-bs4/css/dataTables.bootstrap4.min.css",
|
||||
"node_modules/datatables.net-responsive-dt/css/responsive.dataTables.css"
|
||||
],
|
||||
"scripts": [
|
||||
"src/assets/static/vendors/js/vendor.bundle.base.js",
|
||||
"src/assets/static/vendors/js/vendor.bundle.addons.js",
|
||||
"src/assets/static/js/off-canvas.js",
|
||||
"src/assets/static/js/misc.js",
|
||||
"node_modules/datatables.net/js/jquery.dataTables.min.js",
|
||||
"node_modules/datatables.net-responsive/js/dataTables.responsive.min.js",
|
||||
"node_modules/datatables.net-bs4/js/dataTables.bootstrap4.min.js",
|
||||
"node_modules/datatables.net-responsive-bs4/js/responsive.bootstrap4.min.js"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "3mb",
|
||||
"maximumError": "6mb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "6mb",
|
||||
"maximumError": "9mb"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all"
|
||||
},
|
||||
"development": {
|
||||
"buildOptimizer": false,
|
||||
"optimization": false,
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"namedChunks": true
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "infocad-back-office:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "infocad-back-office:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
},
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "infocad-back-office:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"builder": "@angular-devkit/build-angular:karma",
|
||||
"options": {
|
||||
"polyfills": [
|
||||
"zone.js",
|
||||
"zone.js/testing"
|
||||
],
|
||||
"tsConfig": "tsconfig.spec.json",
|
||||
"assets": [
|
||||
"src/favicon.ico",
|
||||
"src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.css"
|
||||
],
|
||||
"scripts": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user