drift/docs/pubspec.yaml

62 lines
1.3 KiB
YAML
Raw Normal View History

2022-07-10 09:02:26 -07:00
name: drift_docs
description: Documentation website for the drift project.
publish_to: none
environment:
2023-06-14 15:06:18 -07:00
sdk: '>=3.0.0 <4.0.0'
dependencies:
drift:
2023-10-10 13:41:01 -07:00
drift_postgres:
path: ^1.8.2
json_annotation: ^4.8.1
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
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
2023-10-24 12:14:57 -07:00
# Fake flutter packages for snippets
2022-08-13 14:33:05 -07:00
path_provider:
path: assets/path_provider
2023-10-24 12:14:57 -07:00
sqlite3_flutter_libs:
path: assets/sqlite3_flutter_libs
2024-02-07 13:29:09 -08:00
sqlcipher_flutter_libs:
path: assets/sqlcipher_flutter_libs
2022-08-13 14:33:05 -07:00
# 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
test: ^1.18.0
2023-10-21 15:09:19 -07:00
postgres: ^3.0.0-0
dev_dependencies:
2023-11-16 12:25:21 -08:00
lints: ^3.0.0
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
build_web_compilers: ^4.0.0
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
sqlparser:
2023-09-10 13:19:41 -07:00
zap_dev: ^0.2.3+1
dependency_overrides:
# todo: Remove after https://github.com/dart-lang/mime/pull/43
mime:
git:
url: https://github.com/simolus3/mime.git
ref: woff2