forked from dart-lang/dart-pad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 lines (41 loc) · 1017 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
41
42
43
44
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.12.0 <3.0.0'
dependencies:
codemirror: ^0.6.0-0
collection: ^1.15.0
fluttering_phrases: ^0.3.1
http: ^0.13.0
json_annotation: ^4.0.0
logging: ^1.0.0
markdown: ^4.0.0
meta: ^1.2.4
protobuf: ^2.0.0
split:
path: third_party/pkg/split/
html_unescape: ^2.0.0
sass_builder: ^2.1.0
mdc_web: ^0.6.0
yaml: ^3.0.0
checked_yaml: ^2.0.0
js: ^0.6.0
stream_transform: ^2.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: ^4.0.0
lints: ^1.0.0
shelf: ^1.0.0
shelf_static: ^1.0.0
test: ^1.15.7
# 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:
sass: 1.32.10