-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
41 lines (38 loc) · 912 Bytes
/
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
name: dungeonclub
description: An online platform to gather and play tabletop RPGs.
homepage: https://dungeonclub.net
environment:
sdk: ">=2.17.0 <4.0.0"
dependencies:
archive: ^3.4.9
args: ^2.3.0
async: ^2.8.2
crypt: ^4.0.1
googleapis_auth: ^1.3.0
graceful: ^1.1.0
grid_space:
git: https://github.com/doodlezucc/dart_grid_space.git
http: ^0.13.6
image: ^4.0.17
intl: ^0.18.1
mailer: ^6.0.1
meta: ^1.3.0
path: ^1.7.0
prompts: ^2.0.0
random_string: ^2.1.0
sass: ^1.64.1
shelf: ^1.2.0
shelf_web_socket: ^1.0.1
web_socket_channel: ^2.1.0
yaml: ^3.1.2
ambience:
git: https://github.com/doodlezucc/ambience.git
web_polymask:
git: https://github.com/doodlezucc/web_polymask.git
web_whiteboard:
git: https://github.com/doodlezucc/web_whiteboard.git
dev_dependencies:
build_runner: ^2.1.4
build_web_compilers: ^4.0.5
lints: ^2.1.1
test: ^1.22.0