This commit is contained in:
2026-02-23 16:40:06 +03:00
commit a51d12bc89
169 changed files with 7973 additions and 0 deletions

20
server/pubspec.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: server
description: REST API for building materials catalog.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.11.0
# Add regular dependencies here.
dependencies:
dart_jsonwebtoken: ^3.2.0
postgres: ^2.6.4
shelf: ^1.4.2
shelf_cors_headers: ^0.1.5
shelf_router: ^1.1.4
uuid: ^4.5.1
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6