-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
43 lines (38 loc) · 1.56 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
name: publish_docs
description: Publish your documentation to a GitHub Pages branch!
repository: https://github.com/Cliabhach/publish_docs/
version: 0.5.5+32
publish_to: none
environment:
sdk: ">=2.18.0 <3.0.0"
executables:
# General-purpose 'info' script
publish_docs:
# Generate new docs locally in doc/api/
docs_generate: generate
# Create a commit on the GitHub Pages branch
docs_commit: commit
dependencies:
# The official dart-code analysis library. We depend on some unstable parts of its API in
# order to overlay assets and/or resources correctly.
analyzer: ^5.2.0
# Encoders and decoders for string-like objects (including regular strings). We use a
# feature added in 3.0.x to temporarily store PNGs in memory as if they were strings.
convert: '>=3.0.2 <3.2.0'
# The official documentation library for dart code. When changing this version, also look
# at assets_layers.dart - the directories we give there _must_ be compatible. Copy over
# files from `dartdoc` itself (and update the LICENSE) if appropriate.
dartdoc: 6.1.5
# A wrapper around the git Source Control Management system. Essential to the 'commit'
# aspect of this library, and an all-around helpful library in general.
git: 2.0.0
# Basic utility for working with mime types. This is configurable and can store arbitrary
# type info....but in practice we can expect more reliable info to come from the host
# system's mime type database.
mime: ^1.0.2
yaml: ^3.1.1
dev_dependencies:
coverage: ^1.2.0
mocktail: ^0.3.0
test: ^1.22.1
very_good_analysis: ^2.4.0