-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
50 lines (46 loc) · 1.06 KB
/
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
42
43
44
45
46
47
48
49
50
name: defuncart_github_io
description: The personal website of James Leahy.
publish_to: 'none'
version: 0.0.1+1
environment:
sdk: '>=2.19.0 <3.0.0'
flutter: '>=3.7.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
provider:
url_launcher:
iframes:
path: modules/iframes
flutter_html:
markdown:
resume:
path: modules/resume
journal:
path: modules/journal
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints:
flutter:
uses-material-design: true
assets:
- assets/common/icons/
- assets/common/social_links/
- assets/apps/caogacaoga/
- assets/apps/derdiedas/
- assets/apps/shogiproverbs/
- assets/apps/common/
- assets/home/
- assets/music/gray_dawn/
- assets/music/strawberry_complexity/
fonts:
- family: OpenSans
fonts:
- asset: assets/fonts/open_sans/OpenSans-Regular.ttf
- asset: assets/fonts/open_sans/OpenSans-Italic.ttf
style: italic
- asset: assets/fonts/open_sans/OpenSans-Bold.ttf
weight: 700