forked from Workiva/over_react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (38 loc) · 1018 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
34
35
36
37
38
39
name: over_react
version: 1.17.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.23.0"
dependencies:
analyzer: ">=0.30.0 <0.31.0"
barback: "^0.15.0"
js: "^0.6.0"
logging: ">=0.11.3+1 <1.0.0"
meta: "^1.0.4"
path: "^1.4.1"
react: "^3.4.3"
source_span: "^1.4.0"
transformer_utils: "^0.1.1"
w_common: "^1.8.0"
w_flux: "^2.7.1"
platform_detect: "^1.3.2"
quiver: ">=0.21.4 <0.26.0"
dev_dependencies:
matcher: ">=0.11.0 <0.13.0"
coverage: "^0.7.2"
dart_dev: "^1.7.6"
mockito: "^0.11.0"
over_react_test: "^1.2.0"
test: "^0.12.24"
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