drift/drift_dev/pubspec.yaml

66 lines
1.3 KiB
YAML
Raw Normal View History

2021-10-08 09:10:48 -07:00
name: drift_dev
description: Dev-dependency for users of drift. Contains a the generator and development tools.
version: 1.0.2
2021-10-08 09:10:48 -07:00
repository: https://github.com/simolus3/moor
homepage: https://drift.simonbinder.eu/
2021-10-08 09:10:48 -07:00
issue_tracker: https://github.com/simolus3/moor/issues
environment:
2021-10-08 13:01:18 -07:00
sdk: '>=2.14.0 <3.0.0'
2021-10-08 09:10:48 -07:00
dependencies:
charcode: ^1.2.0
collection: ^1.14.0
recase: '>=2.0.1 <5.0.0'
meta: ^1.1.0
path: ^1.6.0
json_annotation: ^4.1.0
stream_transform: '>=0.1.0 <3.0.0'
# CLI
args: ">=1.5.0 <3.0.0"
logging: '>=0.11.0 <2.0.0'
cli_util: '>=0.2.0 <0.4.0'
yaml: ^3.1.0
2021-10-09 07:30:46 -07:00
io: ^1.0.3
2021-10-08 09:10:48 -07:00
# Moor-specific analysis and apis
2021-10-11 01:25:50 -07:00
drift: ^1.0.0
2021-10-08 09:10:48 -07:00
sqlite3: '>=0.1.6 <2.0.0'
2021-10-11 06:55:01 -07:00
sqlparser: ^0.18.0
2021-10-08 09:10:48 -07:00
# Dart analysis
analyzer: "^2.1.0"
analyzer_plugin: ^0.8.0
2021-10-08 09:10:48 -07:00
source_span: ^1.5.5
package_config: ^2.0.0
pub_semver: ^2.0.0
# Build system
build: ^2.0.0
build_resolvers: ^2.0.0
build_config: '>=0.3.1 <2.0.0'
dart_style: '>=1.3.3 <3.0.0'
source_gen: '>=0.9.4 <2.0.0'
dev_dependencies:
checked_yaml: ^2.0.1
test: ^1.16.0
test_descriptor: ^2.0.0
build_runner: ^2.0.0
build_test: ^2.0.0
json_serializable: ^5.0.0
# Used to test the migration from moor to drift
moor: any
2021-10-08 09:10:48 -07:00
executables:
drift_dev:
2021-10-08 09:10:48 -07:00
dependency_overrides:
drift:
path: ../drift
moor:
path: ../moor
2021-10-08 09:10:48 -07:00
sqlparser:
path: ../sqlparser