Picsur/frontend/package.json
2022-02-28 23:18:07 +01:00

51 lines
1.6 KiB
JSON

{
"private": false,
"name": "picsur-frontend",
"version": "0.0.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.4",
"@angular/cdk": "^14.0.0-next.4",
"@angular/common": "^14.0.0-next.4",
"@angular/compiler": "^14.0.0-next.4",
"@angular/core": "^14.0.0-next.4",
"@angular/forms": "^14.0.0-next.4",
"@angular/material": "^14.0.0-next.4",
"@angular/platform-browser": "^14.0.0-next.4",
"@angular/platform-browser-dynamic": "^14.0.0-next.4",
"@angular/router": "^14.0.0-next.4",
"bootstrap": "^5.1.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"ngx-dropzone": "^3.1.0",
"picsur-shared": "*",
"rxjs": "~7.5.4",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.0-next.3",
"@angular/cli": "^14.0.0-next.3",
"@angular/compiler-cli": "^14.0.0-next.4",
"@types/jasmine": "~3.10.3",
"@types/node": "^17.0.21",
"@types/validator": "^13.7.1",
"jasmine-core": "~4.0.1",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.5.5"
}
}