-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathpubspec.yaml
More file actions
58 lines (55 loc) · 1.34 KB
/
pubspec.yaml
File metadata and controls
58 lines (55 loc) · 1.34 KB
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
57
58
name: webdev
# Every time this changes you need to run `dart run build_runner build`.
version: 3.9.0-wip
# We should not depend on a dev SDK before publishing.
# publish_to: none
description: >-
A CLI for Dart web development. Provides an easy and consistent set of
features for users and tools to build and deploy web applications with Dart.
repository: https://github.com/dart-lang/webdev/tree/main/webdev
environment:
sdk: ^3.10.0-0.0.dev
dependencies:
args: ^2.3.1
async: ^2.9.0
build_daemon: ^4.0.0
browser_launcher: ^1.1.0
collection: ^1.15.0
crypto: ^3.0.2
dds: ^5.3.0
# Pin DWDS to avoid dependency conflicts with vm_service:
dwds: ^27.0.3
file: ^7.0.1
http: ^1.0.0
http_multi_server: ^3.2.0
io: ^1.0.3
logging: ^1.0.2
meta: ^1.7.0
path: ^1.8.1
pool: ^1.5.0
pubspec_parse: ^1.2.0
pub_semver: ^2.1.1
shelf: ^1.3.0
shelf_proxy: ^1.0.1
shelf_static: ^1.1.0
stack_trace: ^1.10.0
sse: ^4.1.0
vm_service: ">=14.0.0 <16.0.0"
vm_service_interface: 2.0.1
webkit_inspection_protocol: ^1.0.1
yaml: ^3.1.1
dev_dependencies:
analysis_config:
path: ../_analysis_config
build: ^2.3.0
build_runner: ^2.5.0
build_verify: ^3.0.0
build_version: ^2.1.1
test: ^1.21.1
dwds_test_common:
path: ../dwds_test_common
test_descriptor: ^2.0.0
test_process: ^2.0.2
webdriver: ^3.0.0
executables:
webdev: