-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (43 loc) · 1.07 KB
/
pubspec.yaml
File metadata and controls
47 lines (43 loc) · 1.07 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
name: s5_server
description: Decentralized content-addressed storage network
publish_to: none
version: 1.0.0-pre.1
environment:
sdk: ^3.0.0
dependencies:
lib5:
git: https://github.com/s5-dev/lib5.git
# TODO upgrade alfred to 1.1.3
alfred:
git: https://github.com/redsolver/alfred.git
belatuk_range_header: ^6.4.0
base_codecs: ^1.0.1
convert: ^3.1.2
http: ^1.4.0
minio:
git: https://github.com/redsolver/minio-dart.git
path: ^1.9.1
hive: ^2.2.3
toml: ^0.16.0
cryptography: ^2.7.0
mime: ^2.0.0
tint: ^2.0.1
# TODO migrate to proper_filesize or human_file_size
filesize:
git: https://github.com/redsolver/filesize.git
string_scanner: ^1.4.1
pool: ^1.5.1
sqflite_common_ffi: ^2.3.5
ffi: ^2.0.1
flutter_rust_bridge: ^2.10.0
cancellation_token: ^2.0.1
http_parser: ^4.1.2
# ! disabled because the arweave-dart library is licensed GPL-2.0 and this repo is MIT
# arweave:
# git: https://github.com/ardriveapp/arweave-dart.git
dependency_overrides:
mime: 2.0.0
dev_dependencies:
lints: ^6.0.0
test: ^1.26.2
ffigen: ^19.0.0