-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmelos.yaml
63 lines (61 loc) · 2.13 KB
/
melos.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: placebolife
packages:
- packages/**
command:
bootstrap:
dependencies:
#internal
rdev_errors_logging: any
rdev_helpers: any
rdev_riverpod_firebase_auth_user: any
rdev_riverpod_firebase_auth: any
rdev_riverpod_firebase_user: any
rdev_riverpod_firebase: any
rdev_riverpod_stored_file: any
rdev_riverpod_versioning: any
rdev_riverpod_purchases: any
rdev_riverpod_messaging: any
# 3rd party
cloud_firestore: 5.4.2 # https://pub.dev/packages/cloud_firestore
cloud_functions: 5.1.2 # https://pub.dev/packages/cloud_functions
firebase_auth: 5.3.0 # https://pub.dev/packages/firebase_auth
firebase_core: 3.5.0 # https://pub.dev/packages/firebase_core
firebase_crashlytics: 4.1.2 # https://pub.dev/packages/firebase_crashlytics
#firebase_dynamic_links: ^5.5.2 # https://pub.dev/packages/firebase_dynamic_links
firebase_storage: 12.3.1 # https://pub.dev/packages/firebase_storage
firebase_analytics: 11.3.2 # https://pub.dev/packages/firebase_analytics
firebase_messaging: 15.1.2 # https://pub.dev/packages/firebase_messaging
firebase_remote_config: 5.1.5 # https://pub.dev/packages/firebase_remote_config
collection: 1.18.0
connectivity_plus: ^6.0.3
device_info_plus: ^10.1.2
equatable: ^2.0.5
flutter_facebook_auth: ^7.1.1
flutter_hooks: ^0.20.5
google_sign_in: ^6.2.1
googleapis_auth: ^1.6.0
crypto: ^3.0.5
googleapis: ^13.2.0
hooks_riverpod: ^2.5.2
json_annotation: ^4.9.0
logging: ^1.2.0
mime: ^1.0.6
package_info_plus: ^8.0.2
retry: ^3.1.2
url_launcher: ^6.3.0
uuid: ^4.5.0
talker: ^4.4.1
universal_platform: ^1.1.0
flutter_inapp_purchase: ^5.6.1
dev_dependencies:
build_runner: ^2.4.12
json_serializable: ^6.8.0
mockito: ^5.4.4
hooks:
post: melos build
scripts:
analyze:
exec: dart analyze .
build:
run: melos exec --depends-on=build_runner -- "dart run build_runner build -d"
description: Build all generated files for Dart & Flutter packages in this project.