platform/packages/jael/jael_web/pubspec.yaml

18 lines
427 B
YAML
Raw Normal View History

2019-03-23 13:50:29 +00:00
name: jael_web
version: 0.0.0
description: Experimental virtual DOM/SPA engine built on Jael. Supports SSR.
environment:
2021-02-14 05:22:25 +00:00
sdk: '>=2.10.0 <2.12.0'
2019-03-23 13:50:29 +00:00
dependencies:
build: ^1.0.0
build_config: ^0.3.0
code_builder: ^3.0.0
2021-02-14 05:22:25 +00:00
jael: #^2.0.0
path: ../jael
jael_preprocessor: #^2.0.0
path: ../jael_preprocessor
2019-03-23 13:50:29 +00:00
source_gen: ^0.9.0
dev_dependencies:
build_runner: ^1.0.0
2019-03-23 14:07:40 +00:00
build_web_compilers: ^1.0.0
pedantic: ^1.0.0