minor
This commit is contained in:
20
server/pubspec.yaml
Normal file
20
server/pubspec.yaml
Normal 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
|
||||
Reference in New Issue
Block a user