forked from Workiva/dart_dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
51 lines (46 loc) · 1.23 KB
/
pubspec.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: dart_dev
version: 1.9.2
description: Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
authors:
- Workiva Client Platform Team <[email protected]>
- Dustin Lessard <[email protected]>
- Evan Weible <[email protected]>
- Jay Udey <[email protected]>
- Max Peterson <[email protected]>
- Trent Grover <[email protected]>
homepage: https://github.com/Workiva/dart_dev
dependencies:
ansicolor: ^0.0.9
args: '>=0.13.7 <2.0.0'
barback: ^0.15.0
browser: '>=0.10.0 <0.11.0'
dart2_constant: ^1.0.1
fluri: ^1.1.1
html: ^0.13.0
http: ^0.11.0
path: ^1.3.6
platform_detect: ^1.3.2
resource: '>=1.0.0 <3.0.0'
rxdart: '>=0.12.0 <0.17.0'
uuid: ^0.5.0
webdriver: ^1.0.0
yaml: ^2.1.0
xml: ^2.4.2
dev_dependencies:
coverage: '>=0.9.3 <0.11.0'
dartdoc: '>=0.14.1 <0.19.0'
dart_style: ^1.0.7
dependency_validator: ^1.1.0
test: ^0.12.24
executables:
dart_dev:
environment:
sdk: '>=1.9.0 <2.0.0'
transformers:
- test/pub_serve:
$include: test/**_test{.*,}.dart
- dart_dev/src/sauce_test_harness_transformer:
$include: [
"test/**_test{.*,}.dart",
"test/**_test{.*,}.html",
]