-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
40 lines (35 loc) · 926 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
40
name: boilertalk_frontend
description: A web app that uses AngularDart Components
version: 0.0.1
#homepage: https://www.example.com
#author: Florian <[email protected]>
environment:
sdk: '>=1.23.0 <2.0.0'
dependencies:
angular2: ^3.0.0
angular_components: ^0.5.1
bootstrap: ^3.3.7
sass_transformer: any
font_awesome: any
dev_dependencies:
angular_test: ^1.0.0-beta+2
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
test: ^0.12.0
transformers:
- angular2:
entry_points: web/main.dart
- angular2/transform/reflection_remover:
$include: test/**_test.dart
- test/pub_serve:
$include: test/**_test.dart
- dart_to_js_script_rewriter
- sass_transformer
- bootstrap:
url: //maxcdn.bootstrapcdn.com/bootstrap/{{version}}
version: 3.3.7
# Uncomment the following in sdk 1.24+ to make pub serve
# use dartdevc (webdev.dartlang.org/tools/dartdevc).
#web:
# compiler:
# debug: dartdevc