rsnext/packages/next-swc/crates/core/Cargo.toml

35 lines
845 B
TOML
Raw Normal View History

2021-11-17 20:01:02 +01:00
[package]
edition = "2018"
name = "next-swc"
version = "0.0.0"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
chrono = "0.4"
easy-error = "1.0.0"
either = "1"
fxhash = "0.2.1"
pathdiff = "0.2.0"
serde = "1"
serde_json = "1"
2022-01-10 11:37:32 +01:00
styled_components = "0.9.0"
swc = "0.110.0"
2021-11-17 20:01:02 +01:00
swc_atoms = "0.2.7"
2022-01-10 11:37:32 +01:00
swc_common = { version = "0.16.0", features = ["concurrent", "sourcemap"] }
swc_css = "0.45.0"
swc_ecma_loader = { version = "0.26.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.105.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
2021-11-17 20:01:02 +01:00
swc_node_base = "0.5.1"
2022-01-10 11:37:32 +01:00
swc_stylis = "0.42.0"
2021-11-17 20:01:02 +01:00
tracing = {version = "0.1.28", features = ["release_max_level_off"]}
regex = "1.5"
2021-11-17 20:01:02 +01:00
[dev-dependencies]
2022-01-10 11:37:32 +01:00
swc_ecma_transforms_testing = "0.56.0"
testing = "0.17.0"
2021-11-17 20:01:02 +01:00
walkdir = "2.3.2"