2025-04-02 17:18:39 +00:00
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
|
|
|
|
"build": "ng build",
|
|
|
|
|
"watch": "ng build --watch --configuration development",
|
2025-04-18 23:28:29 +00:00
|
|
|
"test": "ng test",
|
|
|
|
|
"build:beta": "ng build --configuration=beta",
|
|
|
|
|
"build:prod": "ng build --configuration=production",
|
|
|
|
|
"build:dev": "ng build --configuration=development"
|
2025-04-02 17:18:39 +00:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2025-05-30 21:41:13 +00:00
|
|
|
"@angular/cdk": "^19.2.18",
|
2025-07-15 19:48:23 +00:00
|
|
|
"@angular/common": "^20.1.0",
|
|
|
|
|
"@angular/compiler": "^20.1.0",
|
|
|
|
|
"@angular/core": "^20.1.0",
|
|
|
|
|
"@angular/forms": "^20.1.0",
|
2025-07-06 19:33:14 +00:00
|
|
|
"@angular/material": "^19.2.19",
|
2025-07-15 19:48:23 +00:00
|
|
|
"@angular/platform-browser": "^20.1.0",
|
|
|
|
|
"@angular/platform-browser-dynamic": "^20.1.0",
|
|
|
|
|
"@angular/router": "^20.1.0",
|
2025-07-04 20:31:41 +00:00
|
|
|
"@auth0/angular-jwt": "^5.2.0",
|
2025-06-21 22:40:16 +00:00
|
|
|
"@types/three": "^0.177.0",
|
2025-04-03 20:21:21 +00:00
|
|
|
"ngx-cookie-service": "^19.1.2",
|
2025-04-02 17:18:39 +00:00
|
|
|
"rxjs": "~7.8.0",
|
2025-06-21 22:40:16 +00:00
|
|
|
"three": "^0.177.0",
|
2025-04-02 17:18:39 +00:00
|
|
|
"tslib": "^2.3.0",
|
|
|
|
|
"zone.js": "~0.15.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-07-15 19:48:23 +00:00
|
|
|
"@angular/build": "^20.1.0",
|
|
|
|
|
"@angular/cli": "^20.1.0",
|
|
|
|
|
"@angular/compiler-cli": "^20.1.0",
|
2025-04-02 17:18:39 +00:00
|
|
|
"@types/jasmine": "~5.1.0",
|
|
|
|
|
"jasmine-core": "~5.6.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",
|
2025-07-15 19:39:40 +00:00
|
|
|
"typescript": "^5.8.3"
|
2025-04-02 17:18:39 +00:00
|
|
|
}
|
2025-07-15 19:48:23 +00:00
|
|
|
}
|