first commit
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -4,7 +4,7 @@ |
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build": "ng build --configuration production", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test" | ||
}, | ||
... | ... | @@ -18,6 +18,10 @@ |
"@angular/platform-browser": "^16.2.0", | ||
"@angular/platform-browser-dynamic": "^16.2.0", | ||
"@angular/router": "^16.2.0", | ||
"@types/pdfjs-dist": "^2.10.378", | ||
"ngx-lottie": "^10.0.0", | ||
"pdfjs-dist": "^4.5.136", | ||
"primeng": "^16.9.1", | ||
"rxjs": "~7.8.0", | ||
"tslib": "^2.3.0", | ||
"zone.js": "~0.13.0" | ||
... | ... | @@ -27,12 +31,15 @@ |
"@angular/cli": "^16.2.14", | ||
"@angular/compiler-cli": "^16.2.0", | ||
"@types/jasmine": "~4.3.0", | ||
"autoprefixer": "^10.4.20", | ||
"jasmine-core": "~4.6.0", | ||
"karma": "~6.4.0", | ||
"karma-chrome-launcher": "~3.2.0", | ||
"karma-coverage": "~2.2.0", | ||
"karma-jasmine": "~5.1.0", | ||
"karma-jasmine-html-reporter": "~2.1.0", | ||
"postcss": "^8.4.41", | ||
"tailwindcss": "^3.4.9", | ||
"typescript": "~5.1.3" | ||
} | ||
} |
This diff is collapsed.
1.23 KB
src/assets/icons/file.svg
0 → 100644
src/assets/logo/logo.png
0 → 100644
2.79 KB
src/assets/logo/logo.svg
0 → 100644
tailwind.config.js
0 → 100644