platform/packages/jael/jael_web/pubspec.yaml
thomashii@dukefirehawk.com 981397791a Updated JAEL to Dart 3
2023-05-27 07:27:47 +08:00

25 lines
544 B
YAML

name: jael3_web
version: 8.0.0
description: Experimental virtual DOM/SPA engine built on Jael3. Supports SSR.
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
analyzer: ^5.0.0
build: ^2.0.2
build_config: ^1.0.0
code_builder: ^4.0.0
file: ^7.0.0
path: ^1.8.0
jael3: ^8.0.0
jael3_preprocessor: ^8.0.0
source_gen: ^1.3.0
dev_dependencies:
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
lints: ^2.1.0
dependency_overrides:
jael3:
path: ../jael
jael3_preprocessor:
path: ../jael_preprocessor