platform-common-utilities/packages/html_builder/pubspec.yaml

13 lines
402 B
YAML
Raw Permalink Normal View History

2021-09-11 02:17:30 +00:00
name: belatuk_html_builder
2024-05-21 15:08:07 +00:00
version: 5.2.0
2021-09-11 02:17:30 +00:00
description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine.
2021-09-11 02:50:02 +00:00
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder
2021-09-11 02:17:30 +00:00
environment:
2024-05-21 15:08:07 +00:00
sdk: '>=3.3.0 <4.0.0'
2021-09-11 02:17:30 +00:00
dependencies:
2023-05-15 16:04:04 +00:00
collection: ^1.17.0
2021-09-11 02:17:30 +00:00
dev_dependencies:
html: ^0.15.0
2023-03-26 01:34:19 +00:00
test: ^1.24.0
2024-05-21 15:08:07 +00:00
lints: ^4.0.0