Picsur/frontend/package.json

62 lines
2.0 KiB
JSON

{
"name": "picsur-frontend",
"version": "0.5.1",
"description": "Frontend for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/caramelfur/Picsur",
"author": "Caramel <picsur@caramelfur.dev>",
"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": "^15.0.0",
"@angular-devkit/build-angular": "^15.2.3",
"@angular/animations": "^15.2.2",
"@angular/cdk": "^15.2.2",
"@angular/cli": "^15.2.3",
"@angular/common": "^15.2.2",
"@angular/compiler": "^15.2.2",
"@angular/compiler-cli": "^15.2.2",
"@angular/core": "^15.2.2",
"@angular/forms": "^15.2.2",
"@angular/material": "^15.2.2",
"@angular/platform-browser": "^15.2.2",
"@angular/platform-browser-dynamic": "^15.2.2",
"@angular/router": "^15.2.2",
"@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.15.3",
"@types/resize-observer-browser": "^0.1.7",
"@types/validator": "^13.7.14",
"ackee-tracker": "^5.1.0",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"caniuse-lite": "^1.0.30001466",
"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.5.0",
"typescript": "^4.9.5",
"webpack-bundle-analyzer": "^4.8.0",
"zod": "^3.21.4",
"zone.js": "^0.13.0"
}
}