-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
48 lines (37 loc) · 1020 Bytes
/
pubspec.yaml
File metadata and controls
48 lines (37 loc) · 1020 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
37
38
39
40
41
42
43
44
45
46
47
48
name: example
description: A sample command-line application.
publish_to: 'none'
environment:
sdk: '>=3.8.0 <4.0.0'
scripts:
# To generate .g files:
generate-code: dart run build_runner watch --delete-conflicting-outputs --verbose
format: dart format .
dependencies:
shelf: ^1.4.2
shelf_router: ^1.1.4
shelf_static: ^1.1.3
shelf_swagger_ui: ^2.0.0
shelf_open_api: ^1.1.0
yaml:
mek_data_class: ^1.4.0
json_annotation: ^4.9.0
shelf_routing:
dev_dependencies:
mek_lints: ^5.0.0
build_runner: ^2.4.15
mek_data_class_generator: ^2.0.3
json_serializable: ^6.9.5
shelf_open_api_generator: ^2.0.0
shelf_routing_generator:
dependency_overrides:
open_api_specification:
path: ../open_api_spec
shelf_open_api:
path: ../shelf_open_api
shelf_open_api_generator:
path: ../shelf_open_api_generator
shelf_routing:
path: ../../mek-packages/shelf_packages/shelf_routing
shelf_routing_generator:
path: ../../mek-packages/shelf_packages/shelf_routing_generator