46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "dexarmarket",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"scripts": {
|
||
|
|
"ng": "ng",
|
||
|
|
"start": "ng serve",
|
||
|
|
"dexar": "ng serve --configuration=development --port 4200",
|
||
|
|
"novo": "ng serve --configuration=novo --port 4201",
|
||
|
|
"start:dexar": "ng serve --configuration=development --port 4200",
|
||
|
|
"start:novo": "ng serve --configuration=novo --port 4201",
|
||
|
|
"build": "ng build",
|
||
|
|
"build:dexar": "ng build --configuration=production",
|
||
|
|
"build:novo": "ng build --configuration=novo-production",
|
||
|
|
"watch": "ng build --watch --configuration development",
|
||
|
|
"test": "ng test"
|
||
|
|
},
|
||
|
|
"private": true,
|
||
|
|
"dependencies": {
|
||
|
|
"@angular/common": "^21.0.6",
|
||
|
|
"@angular/compiler": "^21.0.6",
|
||
|
|
"@angular/core": "^21.0.6",
|
||
|
|
"@angular/forms": "^21.0.6",
|
||
|
|
"@angular/platform-browser": "^21.0.6",
|
||
|
|
"@angular/router": "^21.0.6",
|
||
|
|
"@angular/service-worker": "^21.0.6",
|
||
|
|
"primeicons": "^7.0.0",
|
||
|
|
"primeng": "^21.0.3",
|
||
|
|
"rxjs": "~7.8.0",
|
||
|
|
"tslib": "^2.8.0",
|
||
|
|
"zone.js": "~0.16.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@angular/build": "^21.0.6",
|
||
|
|
"@angular/cli": "^21.0.6",
|
||
|
|
"@angular/compiler-cli": "^21.0.6",
|
||
|
|
"@types/jasmine": "~5.1.0",
|
||
|
|
"jasmine-core": "~5.13.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"
|
||
|
|
}
|
||
|
|
}
|