forked from google/json_serializable.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 lines (41 loc) · 1.05 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
name: codelessly_json_serializable
version: 6.8.0
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
repository: https://github.com/google/json_serializable.dart/tree/master/json_serializable
environment:
sdk: ^3.0.0
topics:
- json
- build-runner
- json-serializable
- codegen
dependencies:
analyzer: '>=5.12.0 <7.0.0'
async: ^2.8.0
build: ^2.0.0
build_config: '>=0.4.4 <2.0.0'
collection: ^1.14.0
# Use a tight version constraint to ensure that a constraint on
# `json_annotation` properly constrains all features it provides.
codelessly_json_annotation: '>=4.9.0 <4.10.0'
meta: ^1.3.0
path: ^1.8.0
pub_semver: ^2.0.0
pubspec_parse: ^1.0.0
source_gen: ^1.3.2
source_helper: ^1.3.0
dev_dependencies:
_json_serial_shared_test:
path: ../shared_test
build_runner: ^2.0.0
build_verify: ^3.0.0
dart_flutter_team_lints: ^2.0.0
dart_style: ^2.0.0
logging: ^1.0.0
source_gen_test: ^1.0.0
test: ^1.16.0
test_descriptor: ^2.0.0
test_process: ^2.0.0
yaml: ^3.0.0