platform-common-utilities/packages/html_builder/pubspec.yaml
thomashii@dukefirehawk.com 58f63f0315 Updated to use lints 3.0.0
2023-12-12 10:10:10 +08:00

12 lines
402 B
YAML

name: belatuk_html_builder
version: 5.1.0
description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
collection: ^1.17.0
dev_dependencies:
html: ^0.15.0
test: ^1.24.0
lints: ^3.0.0