{ "private": false, "name": "picsur-frontend", "version": "0.0.0", "description": "Frontend for Picsur", "license": "GPL-3.0", "repository": "https://github.com/rubikscraft/Picsur", "author": "Rubikscraft ", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0", "build": "ng build", "watch": "ng build --watch --configuration development" }, "dependencies": { "@angular/animations": "^14.0.0-next.5", "@angular/cdk": "^14.0.0-next.5", "@angular/common": "^14.0.0-next.5", "@angular/compiler": "^14.0.0-next.5", "@angular/core": "^14.0.0-next.5", "@angular/forms": "^14.0.0-next.5", "@angular/material": "^14.0.0-next.5", "@angular/platform-browser": "^14.0.0-next.5", "@angular/platform-browser-dynamic": "^14.0.0-next.5", "@angular/router": "^14.0.0-next.5", "bootstrap": "^5.1.3", "class-transformer": "^0.5.1", "class-validator": "^0.13.2", "jwt-decode": "^3.1.2", "ngx-auto-unsubscribe-decorator": "^1.0.0", "ngx-dropzone": "^3.1.0", "picsur-shared": "*", "reflect-metadata": "^0.1.13", "rxjs": "~7.5.5", "tslib": "^2.3.1", "zone.js": "~0.11.5" }, "devDependencies": { "@angular-devkit/build-angular": "14.0.0-next.4", "@angular/cli": "^14.0.0-next.4", "@angular/compiler-cli": "^14.0.0-next.5", "@types/jasmine": "~3.10.3", "@types/node": "^17.0.21", "@types/validator": "^13.7.1", "jasmine-core": "~4.0.1", "karma": "~6.3.17", "karma-chrome-launcher": "~3.1.1", "karma-coverage": "~2.2.0", "karma-jasmine": "~4.0.1", "karma-jasmine-html-reporter": "~1.7.0", "typescript": "4.5.5" } }