-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpesde.toml
More file actions
42 lines (33 loc) · 1.38 KB
/
pesde.toml
File metadata and controls
42 lines (33 loc) · 1.38 KB
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 = "nanoblox/hd_admin"
version = "0.1.0"
private = true
[target]
environment = "roblox"
lib = "src"
build_files = ["src"]
[engines]
lune = "^0.10.2"
[indices]
default = "https://github.com/pesde-pkg/index"
[wally_indices]
default = "https://github.com/UpliftGames/wally-index"
[scripts]
roblox_sync_config_generator = ".pesde/scripts/roblox_sync_config_generator.luau"
sourcemap_generator = ".pesde/scripts/sourcemap_generator.luau"
[dev_dependencies]
scripts = { name = "pesde/scripts_rojo", version = "^0.1.0", target = "lune" }
rojo = { name = "pesde/rojo", version = "^7.6.1", target = "lune" }
selene = { name = "pesde/selene", version = "^0.27.1", target = "lune" }
[dependencies]
t = { wally = "osyrisrblx/t", version = "^3.1.1" }
Future = { wally = "red-blox/future", version = "^1.0.1" }
Fetch = { wally = "red-blox/fetch", version = "^2.0.0" }
Signal = { wally = "sleitnick/signal", version = "^2.0.1" }
ColorUtils = { wally = "csqrl/colour-utils", version = "^1.4.1" }
Stator = { wally = "imavafe/stator", version = "^0.1.1" }
Sift = { wally = "csqrl/sift", version = "^0.0.9" }
Bootloader = { wally = "imavafe/bootloader", version = "^0.1.0" }
Fusion = { wally = "elttob/fusion", version = "^0.3.0" }
OnyxUI = { wally = "imavafe/onyx-ui", version = "^1.0.1" }
Janitor = { wally = "1foreverhd/janitor", version = "^1.18.15" }
TopbarPlus = { wally = "1foreverhd/topbarplus", version = "^3.4.0" }