2021-03-12 12:14:45 -08:00
|
|
|
name: moor_documentation
|
|
|
|
description: Documentation of the moor packages
|
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
2022-01-22 12:06:26 -08:00
|
|
|
sdk: '>=2.15.0 <3.0.0'
|
2021-03-12 12:14:45 -08:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
docsy:
|
2022-01-22 12:06:26 -08:00
|
|
|
hosted: https://simonbinder.eu
|
2022-01-24 04:25:12 -08:00
|
|
|
version: ^0.2.2
|
2021-03-12 12:14:45 -08:00
|
|
|
|
|
|
|
dev_dependencies:
|
2021-08-20 09:33:53 -07:00
|
|
|
build: ^2.1.0
|
2021-07-08 03:28:52 -07:00
|
|
|
build_runner: ^2.0.5
|
2021-08-20 09:33:53 -07:00
|
|
|
build_web_compilers: ^3.2.0
|
2021-03-12 12:14:45 -08:00
|
|
|
built_site:
|
2022-01-22 12:06:26 -08:00
|
|
|
hosted: https://simonbinder.eu
|
2022-01-24 04:25:12 -08:00
|
|
|
version: ^0.2.5
|
2021-12-21 10:54:54 -08:00
|
|
|
linkcheck: ^2.0.19
|
|
|
|
shelf: ^1.2.0
|
|
|
|
shelf_static: ^1.1.0
|
2022-02-13 07:55:57 -08:00
|
|
|
code_snippets:
|
|
|
|
hosted: https://simonbinder.eu
|
2022-03-01 12:37:38 -08:00
|
|
|
version: ^0.0.4
|
2022-02-13 07:55:57 -08:00
|
|
|
|
|
|
|
# Fake path_provider for snippets
|
|
|
|
path_provider:
|
|
|
|
path: assets/path_provider
|
2022-02-21 11:41:47 -08:00
|
|
|
# Used in examples
|
|
|
|
rxdart: ^0.27.3
|
2021-03-12 12:14:45 -08:00
|
|
|
|
2021-08-20 09:33:53 -07:00
|
|
|
moor:
|
|
|
|
moor_generator:
|
|
|
|
sqlparser:
|
2021-10-09 12:43:30 -07:00
|
|
|
drift:
|
|
|
|
drift_dev:
|
2021-08-20 09:33:53 -07:00
|
|
|
|
2021-03-12 12:14:45 -08:00
|
|
|
dependency_overrides:
|
2021-08-20 09:33:53 -07:00
|
|
|
moor:
|
|
|
|
path: ../moor
|
|
|
|
moor_generator:
|
|
|
|
path: ../moor_generator
|
2021-10-09 12:43:30 -07:00
|
|
|
drift:
|
|
|
|
path: ../drift
|
|
|
|
drift_dev:
|
|
|
|
path: ../drift_dev
|
2021-08-20 09:33:53 -07:00
|
|
|
sqlparser:
|
|
|
|
path: ../sqlparser
|
|
|
|
|
2021-03-12 12:14:45 -08:00
|
|
|
# todo: Remove after https://github.com/dart-lang/mime/pull/43
|
|
|
|
mime:
|
|
|
|
git:
|
|
|
|
url: https://github.com/simolus3/mime.git
|
|
|
|
ref: woff2
|