platform/core/framework/pubspec.yaml

50 lines
1.2 KiB
YAML
Raw Normal View History

2021-05-14 10:34:09 +00:00
name: angel3_framework
2024-06-03 03:28:23 +00:00
version: 8.4.0
2021-07-08 02:42:40 +00:00
description: A high-powered HTTP server extensible framework with dependency injection, routing and much more.
homepage: https://angel3-framework.web.app/
2023-12-25 03:45:10 +00:00
repository: https://github.com/dart-backend/angel/tree/master/packages/framework
environment:
2024-05-21 16:26:09 +00:00
sdk: '>=3.3.0 <4.0.0'
2016-02-28 13:11:17 +00:00
dependencies:
2023-05-21 01:20:55 +00:00
angel3_container: ^8.0.0
angel3_http_exception: ^8.0.0
angel3_model: ^8.0.0
angel3_route: ^8.0.0
angel3_mock_request: ^8.0.0
2023-12-24 01:52:57 +00:00
belatuk_merge_map: ^5.1.0
belatuk_combinator: ^5.1.0
belatuk_http_server: ^4.1.0
2023-05-21 01:20:55 +00:00
charcode: ^1.3.0
file: ^7.0.0
2021-03-06 14:10:24 +00:00
http_parser: ^4.0.0
http2: ^2.0.0
2023-05-21 01:20:55 +00:00
logging: ^1.1.0
matcher: ^0.12.16
meta: ^1.9.0
2021-03-20 02:42:43 +00:00
mime: ^1.0.0
path: ^1.8.0
2023-05-21 01:20:55 +00:00
quiver: ^3.2.0
recase: ^4.1.0
stack_trace: ^1.11.0
string_scanner: ^1.2.0
2021-03-20 02:42:43 +00:00
tuple: ^2.0.0
2023-09-21 16:24:50 +00:00
uuid: ^4.0.0
2023-05-21 01:20:55 +00:00
collection: ^1.17.0
2016-04-18 03:27:23 +00:00
dev_dependencies:
2023-06-10 04:10:21 +00:00
http: ^1.0.0
2021-03-06 14:10:24 +00:00
io: ^1.0.0
2023-05-21 01:20:55 +00:00
test: ^1.24.0
2024-05-21 16:26:09 +00:00
lints: ^4.0.0
2023-06-10 04:10:21 +00:00
# dependency_overrides:
# angel3_container:
# path: ../container/angel_container
# angel3_http_exception:
# path: ../http_exception
# angel3_model:
# path: ../model
# angel3_route:
# path: ../route
# angel3_mock_request:
# path: ../mock_request
2023-05-21 01:20:55 +00:00