-
Notifications
You must be signed in to change notification settings - Fork 21
/
pubspec.yaml
43 lines (40 loc) · 907 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
name: cli_pkg
version: 2.11.0
description: Grinder tasks for releasing Dart CLI packages.
homepage: https://github.com/google/dart_cli_pkg
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
archive: ^3.1.2
async: ^2.5.0
charcode: ^1.2.0
cli_util: ^0.4.0
collection: ^1.15.0
crypto: ^3.0.0
glob: ^2.0.0
grinder: ^0.9.0
http: ">=0.13.0 <2.0.0"
js: ^0.6.3
meta: ^1.3.0
native_stack_traces: ^0.5.6
node_interop: ^2.0.0
node_preamble: ^2.0.0
package_config: ^2.0.0
path: ^1.8.0
pool: ^1.5.0
pub_semver: ^2.0.0
pubspec_parse: ^1.0.0
retry: ^3.1.0
string_scanner: ^1.1.0
test: ^1.16.7
test_process: ^2.0.0
xml: ^6.0.0
yaml: ^3.1.0
dev_dependencies:
sass_analysis:
git: {url: https://github.com/sass/dart-sass.git, path: analysis}
shelf: ^1.0.0
shelf_test_handler: ^2.0.0
stream_channel: ^2.1.0
test_descriptor: ^2.0.0
tuple: ^2.0.0-nullsafety.0