Lucien Cartier-Tilet
c84aace663
langue.phundrak.com now runs using the `webdev` tool from Dart. Javascript code has been replaced with Dart code, and CSS code has been replaced with SCSS code. To run the project, execute `webdev serve` at the project’s root.
17 lines
321 B
YAML
17 lines
321 B
YAML
name: langue
|
|
description: An absolute bare-bones web app.
|
|
version: 0.1.0
|
|
homepage: https://langue.phundrak.com
|
|
author: Lucien Cartier-Tilet <lucien@phundrak.com>
|
|
|
|
environment:
|
|
sdk: '>=2.5.0 <3.0.0'
|
|
|
|
dependencies:
|
|
js: ^0.6.1+1
|
|
|
|
dev_dependencies:
|
|
build_runner: ^1.6.0
|
|
build_web_compilers: ^2.3.0
|
|
pedantic: ^1.8.0
|