{ "name": "picsur-frontend", "version": "0.4.1", "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" }, "devDependencies": { "@angular-devkit/build-angular": "^15.0.4", "@angular/animations": "^15.0.4", "@angular/cdk": "^15.0.3", "@angular/cli": "^15.0.4", "@angular/common": "^15.0.4", "@angular/compiler": "^15.0.4", "@angular/compiler-cli": "^15.0.4", "@angular/core": "^15.0.4", "@angular/forms": "^15.0.4", "@angular/material": "^15.0.3", "@angular/platform-browser": "^15.0.4", "@angular/platform-browser-dynamic": "^15.0.4", "@angular/router": "^15.0.4", "@fontsource/material-icons": "^4.5.4", "@fontsource/material-icons-outlined": "^4.5.4", "@fontsource/roboto": "^4.5.8", "@ng-web-apis/common": "^2.1.0", "@ng-web-apis/resize-observer": "^2.0.0", "@ngui/common": "^1.0.0", "@types/ackee-tracker": "^5.0.2", "@types/node": "^18.11.17", "@types/resize-observer-browser": "^0.1.7", "@types/validator": "^13.7.10", "ackee-tracker": "^5.1.0", "bootstrap": "^5.2.3", "caniuse-lite": "^1.0.30001441", "fuse.js": "^6.6.2", "jwt-decode": "^3.1.2", "moment": "^2.29.4", "ng-mat-select-infinite-scroll": "^4.0.0", "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.8.0", "tslib": "^2.4.1", "typescript": "^4.9.4", "zod": "^3.20.2", "zone.js": "^0.12.0" } }