{ "name": "picsur-frontend", "version": "0.3.0", "description": "Frontend for Picsur", "license": "GPL-3.0", "repository": "https://github.com/rubikscraft/Picsur", "author": "Rubikscraft ", "type": "module", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0", "build": "ng build", "watch": "ng build --watch --configuration development", "purge": "rm -rf dist && rm -rf node_modules && rm -rf .angular" }, "dependencies": { "@angular/animations": "^14.2.0", "@angular/cdk": "^14.2.0", "@angular/common": "^14.2.0", "@angular/compiler": "^14.2.0", "@angular/core": "^14.2.0", "@angular/forms": "^14.2.0", "@angular/material": "^14.2.0", "@angular/platform-browser": "^14.2.0", "@angular/platform-browser-dynamic": "^14.2.0", "@angular/router": "^14.2.0", "@ng-web-apis/common": "^2.0.1", "@ng-web-apis/resize-observer": "^2.0.0", "@ngui/common": "^1.0.0", "bootstrap": "^5.2.0", "fuse.js": "^6.6.2", "jwt-decode": "^3.1.2", "moment": "^2.29.4", "ngx-auto-unsubscribe-decorator": "^1.1.0", "ngx-dropzone": "^3.1.0", "ngx-moment": "^6.0.2", "picsur-shared": "*", "reflect-metadata": "^0.1.13", "rxjs": "~7.5.6", "tslib": "^2.4.0", "zod": "^3.18.0", "zone.js": "~0.11.8" }, "devDependencies": { "@angular-builders/custom-webpack": "^14.0.1", "@angular-devkit/build-angular": "14.2.0", "@angular/cli": "^14.2.0", "@angular/compiler-cli": "^14.2.0", "@fontsource/material-icons": "^4.5.4", "@fontsource/material-icons-outlined": "^4.5.4", "@fontsource/roboto": "^4.5.8", "@types/node": "^18.7.13", "@types/resize-observer-browser": "^0.1.7", "@types/validator": "^13.7.5", "typescript": "4.8.2" } }