52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "vegasco-web",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "run-script-os",
|
|
"start:win32": "ng serve --port %PORT% --configuration development",
|
|
"start:default": "ng serve --port $PORT --configuration development",
|
|
"build": "pnpm build:development",
|
|
"build:development": "ng build",
|
|
"build:production": "ng build --configuration production",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "^19.2.14",
|
|
"@angular/compiler": "^19.2.14",
|
|
"@angular/core": "^19.2.14",
|
|
"@angular/forms": "^19.2.14",
|
|
"@angular/platform-browser": "^19.2.14",
|
|
"@angular/router": "^19.2.14",
|
|
"@ng-icons/core": "^31.4.0",
|
|
"@ng-icons/material-file-icons": "^31.4.0",
|
|
"@ng-icons/material-icons": "^31.4.0",
|
|
"@primeng/themes": "^19.1.3",
|
|
"@tailwindcss/postcss": "^4.1.10",
|
|
"dayjs": "^1.11.13",
|
|
"keycloak-angular": "^19.0.2",
|
|
"postcss": "^8.5.6",
|
|
"primeng": "^19.1.3",
|
|
"rxjs": "~7.8.2",
|
|
"tailwindcss": "^4.1.10",
|
|
"tailwindcss-primeui": "^0.6.1",
|
|
"tslib": "^2.8.1",
|
|
"zone.js": "~0.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^19.2.15",
|
|
"@angular/cli": "^19.2.15",
|
|
"@angular/compiler-cli": "^19.2.14",
|
|
"@types/jasmine": "~5.1.8",
|
|
"jasmine-core": "~5.7.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",
|
|
"run-script-os": "^1.1.6",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
} |