-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbun.lock
More file actions
27 lines (25 loc) · 780 Bytes
/
bun.lock
File metadata and controls
27 lines (25 loc) · 780 Bytes
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
{
"lockfileVersion": 1,
"configVersion": 1,
"workspaces": {
"": {
"name": "typstify",
"devDependencies": {
"tailwindcss": "^4.1.18",
},
},
"crates/typstify-search-wasm": {
"name": "typstify-search-wasm",
"version": "0.1.0",
},
"crates/typstify-ui": {
"name": "typstify-ui",
"version": "0.1.0",
},
},
"packages": {
"tailwindcss": ["tailwindcss@4.1.18", "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.18.tgz", {}, "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw=="],
"typstify-search-wasm": ["typstify-search-wasm@workspace:crates/typstify-search-wasm"],
"typstify-ui": ["typstify-ui@workspace:crates/typstify-ui"],
}
}