File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 2424 "polyfills" : [" zone.js" ],
2525 "tsConfig" : " tsconfig.app.json" ,
2626 "inlineStyleLanguage" : " scss" ,
27- "allowedCommonJsDependencies" : [" qrcode" ],
27+ "allowedCommonJsDependencies" : [
28+ " qrcode" ,
29+ " cedar-embeddable-editor" ,
30+ " markdown-it-video" ,
31+ " ace-builds/src-noconflict/ext-language_tools"
32+ ],
2833 "assets" : [
2934 " src/assets" ,
3035 {
5863 "budgets" : [
5964 {
6065 "type" : " initial" ,
61- "maximumWarning" : " 3MB " ,
62- "maximumError" : " 4MB "
66+ "maximumWarning" : " 7MB " ,
67+ "maximumError" : " 10MB "
6368 },
6469 {
6570 "type" : " anyComponentStyle" ,
6974 ],
7075 "outputHashing" : " all"
7176 },
77+ "analyze-bundle" : {
78+ "sourceMap" : true ,
79+ "outputHashing" : " none" ,
80+ "namedChunks" : true
81+ },
7282 "development" : {
7383 "optimization" : false ,
7484 "extractLicenses" : false ,
Original file line number Diff line number Diff line change 1919 "icons:build" : " npm run icons:optimize && npm run icons:generate" ,
2020 "prepare" : " husky" ,
2121 "ngxs:actions" : " ng generate @ngxs/store:actions --name --path" ,
22- "ngxs:store" : " ng generate @ngxs/store:store --name --path"
22+ "ngxs:store" : " ng generate @ngxs/store:store --name --path" ,
23+ "analyze-bundle" : " ng build --configuration=analyze-bundle && source-map-explorer dist/**/*.js --no-border-checks"
2324 },
2425 "private" : true ,
2526 "dependencies" : {
4041 "@ngxs/logger-plugin" : " ^19.0.0" ,
4142 "@ngxs/store" : " ^19.0.0" ,
4243 "@primeng/themes" : " ^19.0.9" ,
43- "cedar-embeddable-editor" : " ^1.5.0" ,
4444 "ace-builds" : " ^1.42.0" ,
45+ "cedar-embeddable-editor" : " ^1.5.0" ,
4546 "chart.js" : " ^4.4.9" ,
4647 "diff" : " ^8.0.2" ,
4748 "markdown-it" : " ^14.1.0" ,
7980 "lint-staged" : " ^15.4.3" ,
8081 "ng-mocks" : " ^14.13.4" ,
8182 "prettier" : " 3.5.2" ,
83+ "source-map-explorer" : " ^2.5.3" ,
8284 "ts-jest" : " ^29.3.2" ,
8385 "typescript" : " ~5.7.2" ,
8486 "typescript-eslint" : " 8.23.0"
You can’t perform that action at this time.
0 commit comments