forked from dart-lang/dart-pad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
48 lines (45 loc) · 1.14 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
name: dart_pad
description: The UI client for a web based interactive Dart service.
homepage: https://github.com/dart-lang/dart-pad
environment:
sdk: '>=2.14.0 <3.0.0'
dependencies:
checked_yaml: ^2.0.0
codemirror: ^0.7.0+5.65.0
collection: ^1.15.0
fluttering_phrases: ^0.3.1
html_unescape: ^2.0.0
http: ^0.13.0
js: ^0.6.0
json_annotation: ^4.3.0
logging: ^1.0.0
markdown: ^4.0.0
mdc_web: ^0.6.0
meta: ^1.2.4
protobuf: ^2.0.0
sass_builder: ^2.1.0
split:
path: third_party/pkg/split/
stream_transform: ^2.0.0
yaml: ^3.0.0
dev_dependencies:
build_runner: ^2.0.0
build_test: ^2.0.0
build_web_compilers: ^3.0.0
git: ^2.0.0
grinder: ^0.9.0
json_serializable: ^6.0.1
lints: ^1.0.0
shelf: ^1.0.0
shelf_static: ^1.0.0
test: ^1.15.7
webdriver: ^3.0.0
# waiting for the next material-components-web release.
# Once released, it will need to be rolled into package:mdc_web.
#
# https://github.com/material-components/material-components-web/pull/7158
dependency_overrides:
# `pub downgrade` will choose 8.0.0 but this conflicts in nullability with some
# other dependency...
built_value: ^8.1.0
sass: 1.32.10