drift/docs/pubspec.yaml

65 lines
1.4 KiB
YAML

name: drift_docs
description: Documentation website for the drift project.
publish_to: none
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
drift:
path: ^1.8.2
json_annotation: ^4.8.1
docsy:
hosted: https://simonbinder.eu
version: ^0.2.2
code_snippets:
hosted: https://simonbinder.eu
version: ^0.0.12
# used in snippets
http: ^0.13.5
sqlite3: ^2.0.0
# Fake path_provider for snippets
path_provider:
path: assets/path_provider
# Used in examples
rxdart: ^0.27.3
yaml: ^3.1.1
drift_dev: any
zap: ^0.2.0
picocss:
hosted: https://simonbinder.eu
version: ^1.5.10
dev_dependencies:
lints: ^2.0.0
build: ^2.1.0
build_runner: ^2.0.5
build_runner_core: ^7.2.7
build_web_compilers: ^4.0.0
built_site:
hosted: https://simonbinder.eu
version: ^0.2.15
linkcheck: ^3.0.0
json_serializable: ^6.1.6
shelf: ^1.2.0
shelf_static: ^1.1.0
source_span: ^1.9.1
test: ^1.18.0
sqlparser:
zap_dev: ^0.2.2
dependency_overrides:
# todo: Remove after https://github.com/dart-lang/mime/pull/43
mime:
git:
url: https://github.com/simolus3/mime.git
ref: woff2
# The bootstrap_sass on pub.dev doesn't support null safety, so I'm hosting
# https://github.com/dart-league/bootstrap_sass/pull/13.
# Hopefully this can change soon once docsy migrates to bootstrap 5
bootstrap_sass:
hosted:
url: https://simonbinder.eu
version: "4.6.0"