forked from Workiva/over_react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
33 lines (32 loc) · 882 Bytes
/
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
name: over_react
version: 1.2.0
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
authors:
- Workiva UI Platform Team <[email protected]>
environment:
sdk: ">=1.19.1"
dependencies:
analyzer: ">=0.26.1+3 <0.28.0"
barback: "^0.15.0"
react: "^3.0.1"
source_span: "^1.2.0"
transformer_utils: "^0.1.1"
w_flux: "^2.5.0"
browser_detect: "^1.0.4"
dev_dependencies:
matcher: ">=0.11.0 <0.13.0"
coverage: "^0.7.2"
dart_dev: "^1.0.5"
markdown: "^0.8.0"
mockito: "^0.11.0"
test: "^0.12.6+2"
transformers:
- over_react:
$exclude: [
"test/over_react/component_declaration/transformer_helpers_test.dart"
]
- test/pub_serve:
$include: test/**_test{.*,}.dart
# Reminder: dart2js should come after any other transformers that touch Dart code
- $dart2js