Files
jambotron/jambotron-ui/package.json
T
2026-04-18 22:21:39 +03:00

59 lines
1.8 KiB
JSON

{
"name": "jambotron-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "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": "^20.0.4n",
"@angular/cdk": "^20.1.6",
"@angular/common": "21.0.1",
"@angular/compiler": "22.0.0-next.3",
"@angular/core": "22.0.0-next.3",
"@angular/forms": "^20.0.0",
"@angular/material": "^20.1.6",
"@angular/platform-browser": "^20.0.0",
"@angular/platform-server": "22.0.0-next.8",
"@angular/router": "^20.0.0",
"@angular/ssr": "22.0.0-next.2",
"@material/material-color-utilities": "^0.3.0",
"@ng-bootstrap/ng-bootstrap": "19.0.0",
"@popperjs/core": "2.11.8",
"angular-markdown-editor": "^3.1.1",
"bootstrap": "5.3.6",
"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",
"tslib": "^2.3.0",
"viewerjs": "^1.11.7",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.0.2",
"@angular/cli": "^20.0.2",
"@angular/compiler-cli": "^20.0.0",
"@types/express": "^5.0.1",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "~5.1.0",
"@types/node": "^20.17.19",
"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.8.2"
}
}