Picsur/frontend/package.json
2022-04-04 10:36:59 +02:00

57 lines
1.8 KiB
JSON

{
"private": false,
"name": "picsur-frontend",
"version": "0.3.0",
"description": "Frontend for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",
"author": "Rubikscraft <contact@rubikscraft.nl>",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "^14.0.0-next.10",
"@angular/cdk": "^14.0.0-next.9",
"@angular/common": "^14.0.0-next.10",
"@angular/compiler": "^14.0.0-next.10",
"@angular/core": "^14.0.0-next.10",
"@angular/forms": "^14.0.0-next.10",
"@angular/material": "^14.0.0-next.9",
"@angular/platform-browser": "^14.0.0-next.10",
"@angular/platform-browser-dynamic": "^14.0.0-next.10",
"@angular/router": "^14.0.0-next.10",
"bootstrap": "^5.1.3",
"fuse.js": "^6.5.3",
"jwt-decode": "^3.1.2",
"ngx-auto-unsubscribe-decorator": "^0.1.0",
"ngx-dropzone": "^3.1.0",
"picsur-shared": "*",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.5.5",
"tslib": "^2.3.1",
"zod": "^3.14.3",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.0-next.7",
"@angular/cli": "^14.0.0-next.7",
"@angular/compiler-cli": "^14.0.0-next.10",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/material-icons-outlined": "^4.5.4",
"@fontsource/roboto": "^4.5.5",
"@types/jasmine": "~4.0.1",
"@types/node": "^17.0.23",
"@types/validator": "^13.7.2",
"jasmine-core": "~4.0.1",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "4.6.3"
}
}