-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
68 lines (61 loc) · 1.37 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
62
63
64
65
66
67
68
name: bones_ui
description: Bones_UI - An intuitive and user-friendly Web User Interface framework for Dart.
version: 2.5.12
homepage: https://github.com/Colossus-Services/bones_ui
environment:
sdk: '>=3.5.0 <4.0.0'
executables:
bones_ui:
bones_ui_test:
dependencies:
intl_messages: ^2.3.4
dom_tools: ^2.3.2
dom_builder: ^2.2.7
json_render: ^2.1.0
json_object_mapper: ^2.0.1
swiss_knife: ^3.2.3
statistics: ^1.1.3
mercury_client: ^2.2.4
dynamic_call: ^2.0.1
project_template: ^1.1.0
resource_portable: ^3.1.0
extended_type: ^2.1.1
expressions: ^0.2.5+2
html_unescape: ^2.0.0
intl: ^0.19.0
enum_to_string: ^2.0.1
yaml: ^3.1.3
archive: ^3.6.1
collection: ^1.18.0
args: ^2.6.0
logging: ^1.3.0
path: ^1.9.1
test: ^1.25.14
test_api: ^0.7.4
test_core: ^0.6.8
stream_channel: ^2.1.3
stack_trace: ^1.12.1
dev_dependencies:
build_web_compilers: ^4.1.0
build_runner: ^2.4.14
lints: ^4.0.0
dependency_validator: ^4.1.2
#dependency_overrides:
# swiss_knife:
# path: ../swiss_knife
# dynamic_call:
# path: ../dynamic_call
# mercury_client:
# path: ../mercury_client
# intl_messages:
# path: ../intl_messages
# amdjs:
# path: ../amdjs.dart
# dom_builder:
# path: ../dom_builder
# dom_tools:
# path: ../dom_tools
# json_render:
# path: ../json_render
# json_object_mapper:
# path: ../json_object_mapper