{ "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": "^16.0.0", "@angular-devkit/build-angular": "^16.1.0", "@angular/animations": "^16.1.1", "@angular/cdk": "^16.1.1", "@angular/cli": "^16.1.0", "@angular/common": "^16.1.1", "@angular/compiler": "^16.1.1", "@angular/compiler-cli": "^16.1.1", "@angular/core": "^16.1.1", "@angular/forms": "^16.1.1", "@angular/material": "^16.1.1", "@angular/platform-browser": "^16.1.1", "@angular/platform-browser-dynamic": "^16.1.1", "@angular/router": "^16.1.1", "@babel/cli": "^7.22.5", "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", "@fontsource/roboto": "^5.0.3", "@ng-web-apis/common": "^2.1.0", "@ng-web-apis/resize-observer": "^2.0.0", "@ngui/common": "^1.0.0", "@popperjs/core": "^2.11.8", "@types/ackee-tracker": "^5.0.2", "@types/node": "^20.3.1", "@types/resize-observer-browser": "^0.1.7", "@types/validator": "^13.7.17", "ackee-tracker": "^5.1.0", "axios": "^1.4.0", "babel-loader": "^9.1.2", "bootstrap": "^5.3.0", "browserslist": "^4.21.8", "caniuse-lite": "^1.0.30001503", "fuse.js": "^6.6.2", "material-icons": "^1.13.8", "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.5.3", "typescript": "^5.1.3", "webpack-bundle-analyzer": "^4.9.0", "zod": "^3.21.4", "zone.js": "^0.13.1" }, "dependencies": { "@leteu/jwt-decoder": "^1.0.4" } }