mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
29 lines
1.2 KiB
TOML
29 lines
1.2 KiB
TOML
[package]
|
|
name = "demostf-build-bundlers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lightningcss = { version = "1.0.0-alpha.61", features = ["browserslist", "visitor"] }
|
|
base64 = "0.21.0"
|
|
urlencoding = "2.1.2"
|
|
swc = "0.273.28"
|
|
swc_config = "=0.1.14"
|
|
swc_common = { version = "0.33", features = ["tty-emitter", "concurrent"] }
|
|
swc_core = { version = "0.90" }
|
|
swc_bundler = { version = "0.225.19" }
|
|
swc_ecma_loader = { version = "0.45.28", features = ["node", "cache"] }
|
|
swc_ecma_ast = { version = "0.112.8" }
|
|
swc_atoms = { version = "0.6.7" }
|
|
swc_ecma_parser = { version = "0.143.16", features = ["typescript"] }
|
|
swc_ecma_codegen = { version = "0.148.18" }
|
|
swc_ecma_transforms_base = { version = "0.137.21" }
|
|
swc_ecma_transforms_typescript = { version = "0.188.19" }
|
|
swc_ecma_visit = { version = "0.98.7" }
|
|
anyhow = "1.0.70"
|
|
jsx-dom-expressions = { version = "0.1", git = "https://github.com/icewind1991/swc-plugin-jsx-dom-expressions", branch = "fix-builtin-import" }
|
|
#jsx-dom-expressions = { version = "0.1", git = "https://github.com/milomg/swc-plugin-jsx-dom-expressions" }
|
|
#jsx-dom-expressions = { version = "0.1", path = "../../../../rust/swc-plugin-jsx-dom-expressions" }
|
|
rand = "0.8.5"
|
|
fnv = "1.0.7"
|
|
|