-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
61 lines (56 loc) · 1.13 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
name: gengen
description: A sample command-line application.
version: 0.5.0
repository: https://github.com/kingwill101/gengen
publish_to: none
environment:
sdk: '>=3.5.0 <4.0.0'
# Add regular dependencies here.
dependencies:
args: ^2.5.0
build: ^2.4.1
console: ^4.1.0
crypto: ^3.0.3
csv: ^6.0.0
get_it: ^7.7.0
dart_eval: ^0.7.9
file: ^7.0.0
glob: ^2.1.2
highlight: ^0.7.0
html: ^0.15.4
html_unescape: ^2.0.0
http: ^1.2.2
intl: ^0.19.0
liquid_engine:
git:
url: https://github.com/kingwill101/liquid_dart
logging: ^1.2.0
markdown: ^7.2.2
mime: ^1.0.5
more: ^4.3.0
path: ^1.9.0
rxdart: ^0.28.0
sass: ^1.77.8
shelf: ^1.4.2
shelf_router: ^1.1.4
shelf_static: ^1.1.2
shelf_web_socket: ^2.0.0
toml: ^0.16.0
web_socket_channel: ^3.0.1
yaml: ^3.1.2
eval_annotation: ^0.7.0
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
analyzer: ^6.8.0
json_path: ^0.7.4
dev_dependencies:
build_config: ^1.1.1
build_runner: ^2.4.12
freezed: ^2.5.7
json_serializable: ^6.8.0
lints: ^3.0.0
test: ^1.25.8
executables:
gengen: main
funding:
- https://www.buymeacoffee.com/kingwill101