36 lines
699 B
YAML
Executable File
36 lines
699 B
YAML
Executable File
name: backend_dart
|
|
description: A sample command-line application.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.3.0
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
# path: ^1.8.0
|
|
fpdart: ^1.1.1
|
|
orm: ^5.2.1
|
|
postgres: ^2.4.1
|
|
shelf: ^1.4.2
|
|
shelf_hotreload: ^1.5.0
|
|
shelf_router: ^1.1.4
|
|
yaml: ^3.1.0
|
|
riverpod: ^2.6.1
|
|
riverpod_annotation: ^2.6.1
|
|
json_annotation: ^4.9.0
|
|
freezed_annotation: ^2.4.4
|
|
uuid: ^4.5.1
|
|
crypto: ^3.0.6
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
test: ^1.24.0
|
|
shelf_router_generator: ^1.1.0
|
|
build_runner: ^2.4.14
|
|
riverpod_generator: ^2.6.3
|
|
riverpod_lint: ^2.6.3
|
|
json_serializable: ^6.9.0
|
|
freezed: ^2.5.7
|
|
|