Picsur/frontend/package.json

50 lines
1.6 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-31 21:00:48 +00:00
"version": "0.3.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": {
"@angular/animations": "^14.0.0-next.15",
"@angular/cdk": "^14.0.0-next.12",
"@angular/common": "^14.0.0-next.15",
"@angular/compiler": "^14.0.0-next.15",
"@angular/core": "^14.0.0-next.15",
"@angular/forms": "^14.0.0-next.15",
"@angular/material": "^14.0.0-next.12",
"@angular/platform-browser": "^14.0.0-next.15",
"@angular/platform-browser-dynamic": "^14.0.0-next.15",
"@angular/router": "^14.0.0-next.15",
2022-02-28 20:09:27 +00:00
"bootstrap": "^5.1.3",
2022-03-23 16:17:39 +00:00
"fuse.js": "^6.5.3",
2022-03-03 12:38:39 +00:00
"jwt-decode": "^3.1.2",
2022-04-15 11:05:17 +00:00
"ngx-auto-unsubscribe-decorator": "^1.1.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-05-01 21:29:56 +00:00
"tslib": "^2.4.0",
2022-04-15 11:05:17 +00:00
"zod": "^3.14.4",
2022-03-04 13:49:41 +00:00
"zone.js": "~0.11.5"
2022-02-23 18:09:53 +00:00
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.0-next.12",
"@angular/cli": "^14.0.0-next.12",
"@angular/compiler-cli": "^14.0.0-next.15",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/material-icons-outlined": "^4.5.4",
"@fontsource/roboto": "^4.5.5",
2022-05-01 21:29:56 +00:00
"@types/node": "^17.0.30",
2022-03-31 20:58:31 +00:00
"@types/validator": "^13.7.2",
2022-05-01 21:29:56 +00:00
"typescript": "4.6.4"
2022-02-23 10:50:18 +00:00
}
}