-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (33 loc) · 798 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (33 loc) · 798 Bytes
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
name: celest_core
description: Celest types and utilities shared between the client and the cloud.
version: 1.0.4
homepage: https://celest.dev
repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core
environment:
sdk: ^3.7.0
flutter: ">=3.29.0"
resolution: workspace
dependencies:
async: ^2.11.0
cedar: ^0.2.6
collection: ^1.18.0
grpc: '>=4.0.0 <4.2.0'
http: ^1.0.0
http_parser: ^4.0.0
json_annotation: ^4.7.0
logging: ^1.2.0
meta: ^1.10.0
native_storage: ^0.4.0
os_detect: ^2.0.1
path: ^1.9.0
protobuf: ^4.0.0
stream_channel: ^2.1.2
web: ^1.0.0
web_socket: '>=0.1.6 <2.0.0'
web_socket_channel: ^3.0.0
dev_dependencies:
build_runner: ^2.4.15
build_test: ^3.2.1
build_web_compilers: ^4.1.4
celest_lints: ^1.0.0
test: ^1.25.0