-
Notifications
You must be signed in to change notification settings - Fork 78
/
pubspec.yaml
63 lines (61 loc) · 1.43 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
57
58
59
60
61
62
63
name: dwds
# Every time this changes you need to run `dart run build_runner build`.
version: 24.3.0
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
service protocol.
repository: https://github.com/dart-lang/webdev/tree/main/dwds
environment:
sdk: ^3.4.0
dependencies:
async: ^2.9.0
built_collection: ^5.1.1
built_value: ^8.3.0
collection: ^1.15.0
crypto: ^3.0.2
dds: ^4.2.5
file: '>=6.1.4 <8.0.0'
http: ^1.0.0
http_multi_server: ^3.2.0
logging: ^1.0.2
meta: ^1.9.1
package_config: ^2.0.2
path: ^1.8.1
pool: ^1.5.0
pub_semver: ^2.1.1
shelf: ^1.3.0
shelf_packages_handler: ^3.0.0
shelf_proxy: ^1.0.4
shelf_static: ^1.1.0
shelf_web_socket: '>=1.0.0 <3.0.0'
source_maps: ^0.10.10
stack_trace: ^1.10.0
sse: ^4.1.2
uuid: ^4.0.0
vm_service: '>=14.2.4 <16.0.0'
vm_service_interface: ^2.0.1
web_socket_channel: '>=2.2.0 <4.0.0'
web: ^1.1.0
webkit_inspection_protocol: ^1.0.1
dev_dependencies:
analysis_config:
path: ../_analysis_config
args: ^2.4.2
build: ^2.3.1
build_daemon: ^4.0.0
build_runner: ^2.4.1
build_version: ^2.1.1
build_web_compilers: ^4.0.8
built_value_generator: ^8.4.2
graphs: ^2.1.0
frontend_server_common:
path: ../frontend_server_common
js: '>=0.6.4 <0.8.0'
lints: ^4.0.0
pubspec_parse: ^1.2.0
puppeteer: ^3.1.1
stream_channel: ^2.1.2
test: ^1.21.6
test_common:
path: ../test_common
webdriver: ^3.0.0