2025-11-28 19:20:16 -07:00

70 lines
2.0 KiB
JSON

{
"name": "booklore",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"dev": "ng serve --open --watch --configuration development",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.5",
"@angular/cdk": "^20.2.9",
"@angular/common": "^20.3.5",
"@angular/compiler": "^20.3.5",
"@angular/core": "^20.3.5",
"@angular/forms": "^20.3.5",
"@angular/platform-browser": "^20.3.5",
"@angular/platform-browser-dynamic": "^20.3.5",
"@angular/router": "^20.3.5",
"@iharbeck/ngx-virtual-scroller": "^19.0.1",
"@primeng/themes": "^20.3.0",
"@stomp/rx-stomp": "^2.3.0",
"@stomp/stompjs": "^7.2.1",
"@tweenjs/tween.js": "^25.0.0",
"angular-oauth2-oidc": "^20.0.2",
"chart.js": "^4.5.1",
"chartjs-chart-matrix": "^3.0.0",
"chartjs-plugin-datalabels": "^2.2.0",
"epubjs": "^0.3.93",
"jwt-decode": "^4.0.0",
"ng-lazyload-image": "^9.1.3",
"ng2-charts": "^8.0.0",
"ngx-extended-pdf-viewer": "^25.6.1",
"ngx-infinite-scroll": "^20.0.0",
"primeicons": "^7.0.0",
"primeng": "^20.3.0",
"quill": "^2.0.3",
"rxjs": "^7.8.2",
"showdown": "^2.1.0",
"tailwindcss-primeui": "^0.6.1",
"tslib": "^2.8.1",
"ws": "^8.18.3",
"zone.js": "^0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.5",
"@angular/cli": "^20.3.5",
"@angular/compiler-cli": "^20.3.5",
"@tailwindcss/typography": "^0.5.19",
"@types/jasmine": "^5.1.13",
"@types/showdown": "^2.0.6",
"angular-eslint": "^20.3.5",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"jasmine-core": "^5.12.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0"
}
}