forked from vania-dart/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
37 lines (32 loc) · 817 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
name: vania
description: Fast, simple, and powerful backend framework for Dart built with
version: 0.8.2
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.0.0 <4.0.0'
dependencies:
crypto: ^3.0.6
dart_jsonwebtoken: ^2.14.2
eloquent: ^3.2.1
encrypt: ^5.0.3
mailer: ^6.4.1
meta: ^1.16.0
mime: ^2.0.0
path: ^1.9.1
sprintf: ^7.0.0
string_scanner: ^1.4.1
uuid: ^4.5.1
dev_dependencies:
lints: ^5.1.1
test: ^1.25.14
http: ^1.2.2
http_parser: ^4.1.1
build_runner: ^2.4.14
mockito: ^5.4.5