2021-10-08 09:10:48 -07:00
|
|
|
name: drift_dev
|
2023-02-01 01:52:29 -08:00
|
|
|
description: Dev-dependency for users of drift. Contains the generator and development tools.
|
2023-02-05 05:28:19 -08:00
|
|
|
version: 2.6.0-dev
|
2022-03-13 07:52:15 -07:00
|
|
|
repository: https://github.com/simolus3/drift
|
2021-10-10 12:18:27 -07:00
|
|
|
homepage: https://drift.simonbinder.eu/
|
2022-03-13 07:52:15 -07:00
|
|
|
issue_tracker: https://github.com/simolus3/drift/issues
|
2021-10-08 09:10:48 -07:00
|
|
|
|
|
|
|
environment:
|
2022-08-21 14:45:42 -07:00
|
|
|
sdk: '>=2.17.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
|
2023-01-20 09:30:48 -08:00
|
|
|
json_annotation: ^4.8.0
|
2021-10-08 09:10:48 -07:00
|
|
|
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
|
|
|
|
2021-12-23 08:38:49 -08:00
|
|
|
# Drift-specific analysis and apis
|
2023-01-12 07:53:43 -08:00
|
|
|
drift: '>=2.5.0 <2.6.0'
|
2021-10-08 09:10:48 -07:00
|
|
|
sqlite3: '>=0.1.6 <2.0.0'
|
2023-02-05 05:28:19 -08:00
|
|
|
sqlparser: '^0.28.0'
|
2021-10-08 09:10:48 -07:00
|
|
|
|
|
|
|
# Dart analysis
|
2022-10-29 03:17:07 -07:00
|
|
|
analyzer: ^5.2.0
|
2022-06-23 13:46:23 -07:00
|
|
|
analyzer_plugin: ^0.11.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'
|
2022-12-06 09:19:20 -08:00
|
|
|
string_scanner: ^1.1.1
|
2021-10-08 09:10:48 -07:00
|
|
|
|
|
|
|
dev_dependencies:
|
2022-08-13 14:33:05 -07:00
|
|
|
lints: ^2.0.0
|
2021-10-08 09:10:48 -07:00
|
|
|
checked_yaml: ^2.0.1
|
|
|
|
test: ^1.16.0
|
|
|
|
test_descriptor: ^2.0.0
|
|
|
|
build_runner: ^2.0.0
|
|
|
|
build_test: ^2.0.0
|
2022-06-27 23:58:48 -07:00
|
|
|
json_serializable: ^6.2.0
|
2021-10-08 09:10:48 -07:00
|
|
|
|
|
|
|
executables:
|
2021-10-08 12:51:01 -07:00
|
|
|
drift_dev:
|