Update dev dependencies
This commit is contained in:
27
angular.json
27
angular.json
@@ -3,11 +3,14 @@
|
||||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
"sakai": {
|
||||
"sakai-ng": {
|
||||
"projectType": "application",
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"style": "scss"
|
||||
},
|
||||
"@schematics/angular:application": {
|
||||
"strict": true
|
||||
}
|
||||
},
|
||||
"root": "",
|
||||
@@ -28,10 +31,10 @@
|
||||
"src/assets"
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.scss"
|
||||
],
|
||||
"allowedCommonJsDependencies": [
|
||||
"chart.js"
|
||||
"src/styles.scss",
|
||||
"./node_modules/@fullcalendar/common/main.css",
|
||||
"./node_modules/@fullcalendar/daygrid/main.css",
|
||||
"./node_modules/@fullcalendar/timegrid/main.css"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
@@ -39,13 +42,13 @@
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "3mb",
|
||||
"maximumWarning": "1mb",
|
||||
"maximumError": "5mb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "6kb",
|
||||
"maximumError": "10kb"
|
||||
"maximumWarning": "2kb",
|
||||
"maximumError": "4kb"
|
||||
}
|
||||
],
|
||||
"fileReplacements": [
|
||||
@@ -71,10 +74,10 @@
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "sakai:build:production"
|
||||
"browserTarget": "sakai-ng:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "sakai:build:development"
|
||||
"browserTarget": "sakai-ng:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -82,7 +85,7 @@
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "sakai:build"
|
||||
"browserTarget": "sakai-ng:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
@@ -115,7 +118,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "sakai",
|
||||
"defaultProject": "sakai-ng",
|
||||
"cli": {
|
||||
"analytics": false,
|
||||
"schematicCollections": [
|
||||
|
||||
Reference in New Issue
Block a user