dart-sass/pubspec.yaml

56 lines
1.0 KiB
YAML
Raw Normal View History

2016-05-21 00:05:38 +02:00
name: sass
2023-06-07 22:32:01 +02:00
version: 1.63.0
2016-05-21 00:05:38 +02:00
description: A Sass implementation in Dart.
2016-11-01 00:14:36 +01:00
homepage: https://github.com/sass/dart-sass
2016-05-21 00:05:38 +02:00
2016-10-15 02:40:31 +02:00
executables:
dart-sass: sass
sass: sass
2016-10-15 02:40:31 +02:00
2016-05-21 00:05:38 +02:00
environment:
sdk: ">=3.0.0 <4.0.0"
2016-05-21 00:05:38 +02:00
dependencies:
args: ^2.0.0
async: ^2.5.0
charcode: ^1.2.0
2021-04-15 04:02:51 +02:00
cli_repl: ^0.2.1
collection: ^1.16.0
http: ^0.13.3
js: ^0.6.3
meta: ^1.3.0
node_interop: ^2.1.0
2021-04-17 01:38:45 +02:00
package_config: ^2.0.0
path: ^1.8.0
pool: ^1.5.1
2021-05-18 05:57:37 +02:00
protobuf: ^2.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.1.0
term_glyph: ^1.2.0
2021-04-15 04:02:51 +02:00
tuple: ^2.0.0
typed_data: ^1.1.0
watcher: ^1.0.0
2016-05-21 00:05:38 +02:00
dev_dependencies:
2023-05-24 23:53:21 +02:00
analyzer: ^5.13.0
archive: ^3.1.2
cli_pkg: ^2.4.4
crypto: ^3.0.0
dart_style: ^2.0.0
dartdoc: ^6.0.0
2021-04-15 04:02:51 +02:00
grinder: ^0.9.0
node_preamble: ^2.0.2
lints: ^2.0.0
2021-05-18 05:57:37 +02:00
protoc_plugin: ^20.0.0
pub_api_client: ^2.1.1
pubspec_parse: ^1.0.0
test: ^1.16.7
test_descriptor: ^2.0.0
test_process: ^2.0.0
yaml: ^3.1.0