-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (25 loc) · 797 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (25 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: essential_dx
description: A collection of essential Dart developer tools to improve the developer experience.
publish_to: none
repository: https://github.com/FMorschel/essential_lints
documentation: https://github.com/FMorschel/essential_lints#readme
issue_tracker: https://github.com/FMorschel/essential_lints/issues
license: MIT
environment:
sdk: ^3.10.0
workspace:
- essential_lints
- _internal_plugin
- _internal_testing
dependencies:
analysis_server_plugin: ^0.3.9
analyzer: ^10.1.0
essential_lints_annotations: ^0.1.4
logging: ^1.3.0
meta: ^1.11.0
dev_dependencies:
analyzer_testing: ^0.2.1
frontend_server_client: ^4.0.0 # Test bug https://github.com/dart-lang/test/issues/2516
test: ^1.29.0
test_reflective_loader: ^0.4.0
very_good_analysis: ^10.0.0