Initial commit, added all backend files

This commit is contained in:
2020-05-05 14:49:26 +02:00
commit 8b85ea5952
13 changed files with 1124 additions and 0 deletions

16
pubspec.yaml Normal file
View File

@@ -0,0 +1,16 @@
name: languephundrakcom
description: A bare-bone server for my linguistics website.
version: 1.0.0
homepage: https://langue.phundrak.com
author: Lucien Cartier-Tilet <lucien@phundrak.com>
environment:
sdk: '>=2.5.0 <3.0.0'
dependencies:
html: '^0.14.0+3'
dev_dependencies:
build_runner: ^1.8.0
build_web_compilers: ^2.9.0
pedantic: ^1.9.0