Picsur/frontend/package.json

54 lines
1.7 KiB
JSON
Raw Normal View History

2022-02-23 10:50:18 +00:00
{
2022-02-23 18:09:53 +00:00
"private": false,
2022-02-27 19:27:22 +00:00
"name": "picsur-frontend",
2022-03-21 18:43:31 +00:00
"version": "3.0.0",
2022-02-27 19:27:22 +00:00
"description": "Frontend for Picsur",
2022-02-23 10:50:18 +00:00
"license": "GPL-3.0",
2022-02-27 19:27:22 +00:00
"repository": "https://github.com/rubikscraft/Picsur",
2022-02-23 18:09:53 +00:00
"author": "Rubikscraft <contact@rubikscraft.nl>",
2022-02-28 20:09:27 +00:00
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
2022-02-23 18:09:53 +00:00
"dependencies": {
2022-03-23 10:17:41 +00:00
"@angular/animations": "^14.0.0-next.7",
"@angular/cdk": "^14.0.0-next.7",
"@angular/common": "^14.0.0-next.7",
"@angular/compiler": "^14.0.0-next.7",
"@angular/core": "^14.0.0-next.7",
"@angular/forms": "^14.0.0-next.7",
"@angular/material": "^14.0.0-next.7",
"@angular/platform-browser": "^14.0.0-next.7",
"@angular/platform-browser-dynamic": "^14.0.0-next.7",
"@angular/router": "^14.0.0-next.7",
2022-02-28 20:09:27 +00:00
"bootstrap": "^5.1.3",
2022-02-25 11:22:00 +00:00
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
2022-03-03 12:38:39 +00:00
"jwt-decode": "^3.1.2",
2022-03-03 14:44:22 +00:00
"ngx-auto-unsubscribe-decorator": "^1.0.0",
2022-02-28 20:09:27 +00:00
"ngx-dropzone": "^3.1.0",
2022-02-28 22:18:07 +00:00
"picsur-shared": "*",
2022-03-03 14:47:35 +00:00
"reflect-metadata": "^0.1.13",
2022-03-12 19:34:11 +00:00
"rxjs": "~7.5.5",
2022-02-28 20:09:27 +00:00
"tslib": "^2.3.1",
2022-03-04 13:49:41 +00:00
"zone.js": "~0.11.5"
2022-02-23 18:09:53 +00:00
},
"devDependencies": {
2022-03-04 13:49:41 +00:00
"@angular-devkit/build-angular": "14.0.0-next.4",
2022-03-23 10:17:41 +00:00
"@angular/cli": "^14.0.0-next.6",
"@angular/compiler-cli": "^14.0.0-next.7",
2022-03-19 22:08:20 +00:00
"@types/jasmine": "~4.0.0",
2022-03-23 10:17:41 +00:00
"@types/node": "^17.0.22",
2022-02-28 20:09:27 +00:00
"@types/validator": "^13.7.1",
"jasmine-core": "~4.0.1",
2022-03-04 13:49:41 +00:00
"karma": "~6.3.17",
2022-03-12 19:34:11 +00:00
"karma-chrome-launcher": "~3.1.1",
2022-02-28 20:09:27 +00:00
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "~1.7.0",
2022-03-04 13:49:41 +00:00
"typescript": "4.5.5"
2022-02-23 10:50:18 +00:00
}
}