Files
jambotron/jambotron-ui/package.json
2026-05-11 13:10:00 +03:00

65 lines
2.0 KiB
JSON

{
"name": "jambotron-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start_dev_docker": "ng serve --proxy-config src/proxy.conf.docker.json",
"start_dev": "ng serve --proxy-config src/proxy.conf.json",
"start_prod": "ng serve --configuration production",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"build_dev": "ng build --configuration development",
"test": "ng test",
"serve:ssr:jambotron-ui": "node dist/jambotron-ui/server/server.mjs"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.9",
"@angular/cdk": "^20.1.6",
"@angular/common": "^21.2.9",
"@angular/compiler": "^21.2.9",
"@angular/core": "^21.2.9",
"@angular/forms": "^21.2.9",
"@angular/material": "^20.1.6",
"@angular/platform-browser": "^21.2.9",
"@angular/platform-server": "^21.2.9",
"@angular/router": "^21.2.9",
"@angular/ssr": "^21.2.7",
"@material/material-color-utilities": "^0.3.0",
"@ng-bootstrap/ng-bootstrap": "19.0.0",
"@popperjs/core": "2.11.8",
"@stomp/stompjs": "^7.3.0",
"angular-markdown-editor": "^3.1.1",
"bootstrap": "5.3.6",
"marked": "^18.0.3",
"ngx-color-picker": "^20.1.0",
"ngx-colors": "^3.6.0",
"ngx-image-cropper": "^9.1.5",
"ngx-markdown": "^20.0.0",
"prismjs": "^1.30.0",
"rxjs": "~7.8.0",
"sockjs-client": "^1.6.1",
"tslib": "^2.3.0",
"viewerjs": "^1.11.7",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^21.2.7",
"@angular/cli": "^21.2.7",
"@angular/compiler-cli": "^21.2.9",
"@types/express": "^5.0.1",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "~5.1.0",
"@types/marked": "^5.0.2",
"@types/node": "^20.17.19",
"@types/sockjs-client": "^1.5.4",
"jasmine-core": "~5.7.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",
"typescript": "~5.9.3"
}
}