2022-07-10 09:02:26 -07:00
|
|
|
name: drift_docs
|
|
|
|
description: Documentation website for the drift project.
|
2021-03-12 12:14:45 -08:00
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
2023-06-14 15:06:18 -07:00
|
|
|
sdk: '>=3.0.0 <4.0.0'
|
2021-03-12 12:14:45 -08:00
|
|
|
|
|
|
|
dependencies:
|
2022-07-10 08:58:28 -07:00
|
|
|
drift:
|
|
|
|
path: ^1.8.2
|
2023-05-12 13:42:21 -07:00
|
|
|
json_annotation: ^4.8.1
|
2021-03-12 12:14:45 -08:00
|
|
|
docsy:
|
2022-01-22 12:06:26 -08:00
|
|
|
hosted: https://simonbinder.eu
|
2023-09-10 13:19:41 -07:00
|
|
|
version: ^0.2.3
|
2022-07-25 11:58:39 -07:00
|
|
|
code_snippets:
|
|
|
|
hosted: https://simonbinder.eu
|
2023-09-10 13:19:41 -07:00
|
|
|
version: ^0.0.13
|
2022-08-13 14:33:05 -07:00
|
|
|
# used in snippets
|
2023-09-10 13:19:41 -07:00
|
|
|
http: ^1.1.0
|
2023-06-17 13:19:31 -07:00
|
|
|
sqlite3: ^2.0.0
|
2022-08-13 14:33:05 -07:00
|
|
|
# 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
|
2023-06-16 07:41:13 -07:00
|
|
|
zap: ^0.2.0
|
|
|
|
picocss:
|
|
|
|
hosted: https://simonbinder.eu
|
|
|
|
version: ^1.5.10
|
2021-03-12 12:14:45 -08:00
|
|
|
|
|
|
|
dev_dependencies:
|
2022-08-13 14:33:05 -07:00
|
|
|
lints: ^2.0.0
|
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
|
2022-10-25 13:15:09 -07:00
|
|
|
build_runner_core: ^7.2.7
|
2023-05-12 13:42:21 -07:00
|
|
|
build_web_compilers: ^4.0.0
|
2021-03-12 12:14:45 -08:00
|
|
|
built_site:
|
2022-01-22 12:06:26 -08:00
|
|
|
hosted: https://simonbinder.eu
|
2023-09-10 13:19:41 -07:00
|
|
|
version: ^0.2.16
|
2022-04-22 14:53:11 -07:00
|
|
|
json_serializable: ^6.1.6
|
2021-12-21 10:54:54 -08:00
|
|
|
shelf: ^1.2.0
|
|
|
|
shelf_static: ^1.1.0
|
2022-08-13 14:33:05 -07:00
|
|
|
source_span: ^1.9.1
|
2022-08-15 10:55:06 -07:00
|
|
|
test: ^1.18.0
|
2021-08-20 09:33:53 -07:00
|
|
|
sqlparser:
|
2023-09-10 13:19:41 -07:00
|
|
|
zap_dev: ^0.2.3+1
|
2021-08-20 09:33:53 -07:00
|
|
|
|
2021-03-12 12:14:45 -08:00
|
|
|
dependency_overrides:
|
|
|
|
# todo: Remove after https://github.com/dart-lang/mime/pull/43
|
|
|
|
mime:
|
|
|
|
git:
|
|
|
|
url: https://github.com/simolus3/mime.git
|
|
|
|
ref: woff2
|