{ "name": "picsur-frontend", "version": "0.5.2", "description": "Frontend for Picsur", "license": "GPL-3.0", "repository": "https://github.com/caramelfur/Picsur", "author": "Caramel ", "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-builders/custom-webpack": "^17.0.0", "@angular-devkit/build-angular": "^17.0.3", "@angular/animations": "^17.0.4", "@angular/cdk": "^17.0.1", "@angular/cli": "^17.0.3", "@angular/common": "^17.0.4", "@angular/compiler": "^17.0.4", "@angular/compiler-cli": "^17.0.4", "@angular/core": "^17.0.4", "@angular/forms": "^17.0.4", "@angular/material": "^17.0.1", "@angular/platform-browser": "^17.0.4", "@angular/platform-browser-dynamic": "^17.0.4", "@angular/router": "^17.0.4", "@babel/cli": "^7.23.4", "@babel/core": "^7.23.3", "@babel/preset-env": "^7.23.3", "@fontsource/roboto": "^5.0.8", "@ng-web-apis/common": "^3.0.6", "@ng-web-apis/resize-observer": "^3.0.6", "@ngui/common": "^1.0.0", "@popperjs/core": "^2.11.8", "@types/ackee-tracker": "^5.0.4", "@types/node": "^20.10.0", "@types/resize-observer-browser": "^0.1.11", "@types/validator": "^13.11.7", "ackee-tracker": "^5.1.0", "axios": "^1.6.2", "babel-loader": "^9.1.3", "bootstrap": "^5.3.2", "browserslist": "^4.22.1", "caniuse-lite": "^1.0.30001565", "fuse.js": "^7.0.0", "material-icons": "^1.13.12", "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.1", "tslib": "^2.6.2", "typescript": "^5.3.2", "webpack-bundle-analyzer": "^4.10.1", "zod": "^3.22.4", "zone.js": "^0.14.2" }, "dependencies": { "@leteu/jwt-decoder": "^1.0.4" } }