Dart Shelf REST API with auth, recipes, AI (Claude), search, and community modules. PostgreSQL, Redis, Meilisearch. Docker Compose for local dev.
31 lines
540 B
YAML
31 lines
540 B
YAML
name: cleanplate_api
|
|
description: CleanPlate Recipe App Backend API
|
|
version: 0.1.0
|
|
publish_to: 'none'
|
|
|
|
environment:
|
|
sdk: ^3.7.0
|
|
|
|
dependencies:
|
|
shelf: ^1.4.0
|
|
shelf_router: ^1.1.0
|
|
shelf_cors_headers: ^0.1.0
|
|
shelf_static: ^1.1.0
|
|
postgres: ^3.4.0
|
|
redis: ^3.0.0
|
|
dart_jsonwebtoken: ^2.14.0
|
|
crypto: ^3.0.0
|
|
uuid: ^4.5.0
|
|
dotenv: ^4.2.0
|
|
args: ^2.0.0
|
|
http: ^1.0.0
|
|
mime: ^2.0.0
|
|
logging: ^1.2.0
|
|
json_annotation: ^4.9.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.0
|
|
json_serializable: ^6.8.0
|
|
lints: ^5.0.0
|
|
test: ^1.24.0
|