-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
47 lines (43 loc) · 893 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
38
39
40
41
42
43
44
45
46
47
name: writesync
description: A blog engine built with Jaspr that renders markdown files.
version: 0.0.1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
jaspr: ^0.17.1
jaspr_router: ^0.6.1
jaspr_riverpod: ^0.3.7
markdown: ^7.3.0
path: ^1.9.0
yaml: ^3.1.2
meta: ^1.11.0
collection: ^1.18.0
js: ^0.6.7
intl: ^0.19.0
source_gen: ^1.5.0
glob: ^2.1.2
crypto: ^3.0.3
stream_transform: ^2.1.0
nanoid2: ^2.0.1
writesync_lukehog:
path: plugins/writesync_lukehog
build: ^2.4.1
dev_dependencies:
build_runner: ^2.4.8
build_web_compilers: ^4.1.0
jaspr_builder: ^0.17.0
jaspr_lints: ^0.2.0
lints: ^3.0.0
jaspr_tailwind: ^0.3.1
source_helper: ^1.3.4
analyzer: ^6.2.0
jaspr:
mode: client
web:
title: Jaspr Blog
base: /
uses-ssr: true
tailwind:
source: web/styles.tw.css
output: web/styles.css
config: tailwind.config.js