-
Notifications
You must be signed in to change notification settings - Fork 357
/
pubspec.yaml
56 lines (52 loc) · 1.05 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
49
50
51
52
53
54
55
56
name: sass
version: 1.81.0
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass
executables:
dart-sass: sass
sass: sass
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
args: ^2.0.0
async: ^2.5.0
charcode: ^1.2.0
cli_pkg: ^2.11.0
cli_repl: ^0.2.1
collection: ^1.16.0
http: ^1.1.0
js: ^0.6.3
meta: ^1.3.0
native_synchronization: ^0.3.0
node_interop: ^2.1.0
package_config: ^2.0.0
path: ^1.8.0
pool: ^1.5.1
protobuf: ">=2.0.0 <4.0.0"
pub_semver: ^2.0.0
source_maps: ^0.10.10
source_span: ^1.10.0
stack_trace: ^1.10.0
stream_channel: ^2.1.0
stream_transform: ^2.0.0
string_scanner: ^1.3.0
term_glyph: ^1.2.0
typed_data: ^1.1.0
watcher: ^1.0.0
dev_dependencies:
analyzer: ^6.8.0
archive: ^3.1.2
crypto: ^3.0.0
dart_style: ^2.0.0
dartdoc: ^8.0.14
grinder: ^0.9.0
node_preamble: ^2.0.2
lints: ^4.0.0
protoc_plugin: ^21.1.2
pub_api_client: ^2.1.1
pubspec_parse: ^1.3.0
test: ^1.16.7
test_descriptor: ^2.0.0
test_process: ^2.0.0
yaml: ^3.1.0
cli_util: ^0.4.0