-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgleam.toml
42 lines (37 loc) · 1010 Bytes
/
gleam.toml
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
name = "okane"
version = "1.0.0"
description = "A bill splitting app"
licences = ["MIT"]
repository = { type = "github", user = "soulsam480", repo = "okane" }
# links = [{ title = "Website", href = "https://gleam.run" }]
# feather config
migrations_dir = "./priv/migrations"
schemafile = "./src/app/db/schema.sql"
[tailwind]
args = [
"--minify",
"--config=tailwind.config.js",
"--input=./src/app/css/app.css",
"--output=./priv/ui/css/app.css"
]
path = "./node_modules/.bin/tailwind"
[dependencies]
gleam_stdlib = ">= 0.40.0"
wisp = ">= 1.2.0"
gleam_erlang = "~> 0.27.0"
mist = "~> 3.0.0"
gleam_http = "~> 3.7.0"
radiate = "~> 0.4.0"
dot_env = "~> 1.2.0"
glisten = "~> 6.0.0"
cake = "~> 2.0.1"
sqlight = "~> 0.9.1"
feather = ">= 1.2.0 and < 2.0.0"
decode = ">= 0.3.0 and < 1.0.0"
birl = ">= 1.7.1 and < 2.0.0"
gleam_json = ">= 2.0.0 and < 3.0.0"
filespy = ">= 0.5.0 and < 1.0.0"
filepath = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0.0"
glailglind = ">= 1.1.3 and < 2.0.0"