46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
name: protevus_static
|
|
version: 8.2.1
|
|
description: This library provides a virtual directory to serve static files for Protevus framework.
|
|
homepage: https://protevus-framework.web.app/
|
|
repository: https://github.com/dart-backend/protevus/tree/protevus/packages/static
|
|
environment:
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
dependencies:
|
|
protevus_framework: ^8.4.0
|
|
belatuk_range_header: ^6.1.0
|
|
convert: ^3.0.0
|
|
crypto: ^3.0.1
|
|
file: ^7.0.0
|
|
http_parser: ^4.0.0
|
|
path: ^1.9.0
|
|
logging: ^1.2.0
|
|
dev_dependencies:
|
|
protevus_test: ^8.0.0
|
|
http: ^1.0.0
|
|
matcher: ^0.12.10
|
|
lints: ^4.0.0
|
|
test: ^1.24.0
|
|
# dependency_overrides:
|
|
# protevus_container:
|
|
# path: ../container/angel_container
|
|
# protevus_framework:
|
|
# path: ../framework
|
|
# protevus_http_exception:
|
|
# path: ../http_exception
|
|
# protevus_model:
|
|
# path: ../model
|
|
# protevus_route:
|
|
# path: ../route
|
|
# protevus_mock_request:
|
|
# path: ../mock_request
|
|
# protevus_auth:
|
|
# path: ../auth
|
|
# protevus_client:
|
|
# path: ../client
|
|
# protevus_websocket:
|
|
# path: ../websocket
|
|
# protevus_validate:
|
|
# path: ../validate
|
|
# protevus_test:
|
|
# path: ../test
|
|
|