-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (35 loc) · 876 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (35 loc) · 876 Bytes
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
name: vania
description: Fast, simple, and powerful backend framework for Dart built with
version: 1.1.1
homepage: https://vdart.dev
repository: https://github.com/vania-dart/framework
issue_tracker: https://github.com/vania-dart/framework/issues
documentation: https://vdart.dev/docs/intro
topics: [server, backend, httpserver, framework, web]
screenshots:
- description: 'Vania web application'
path: assets/logo.png
environment:
sdk: '>=3.9.0 <4.0.0'
dependencies:
args: ^2.7.0
crypto: ^3.0.6
cryptography: ^2.7.0
dart_jsonwebtoken: ^3.3.1
mailer: ^6.5.0
meta: ^1.17.0
mime: ^2.0.0
mysql_client: ^0.0.27
path: ^1.9.1
postgres: ^3.5.9
sprintf: ^7.0.0
sqlite3: ^2.9.3
string_scanner: ^1.4.1
uuid: ^4.5.1
dev_dependencies:
lints: ^6.0.0
test: ^1.26.2
http: ^1.4.0
http_parser: ^4.1.2
build_runner: ^2.6.0
mockito: ^5.4.6