-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeno.lock
More file actions
54 lines (54 loc) · 1.53 KB
/
deno.lock
File metadata and controls
54 lines (54 loc) · 1.53 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"version": "5",
"specifiers": {
"jsr:@bronti/bcrypt@^1.0.3": "1.0.3",
"jsr:@hono/hono@^4.11.1": "4.11.9",
"jsr:@zip-js/zip-js@^2.8.8": "2.8.21",
"jsr:@zod/zod@^4.3.5": "4.3.6"
},
"jsr": {
"@bronti/bcrypt@1.0.3": {
"integrity": "2768fdc727b957d1c039d0da5942aae1c0397d3d364af98dee15df0264554602"
},
"@hono/hono@4.11.9": {
"integrity": "c82c6b846abc3c1879d921d8365287d77cdef8073019f509ff80bf53033bdcba"
},
"@zip-js/zip-js@2.8.21": {
"integrity": "0787af769e7ed64f0728beba0dd7b52a57d26f202c08c54f0200a48d1c38845d"
},
"@zod/zod@4.3.6": {
"integrity": "7144e5e11f8ffc3cf6e2fca624f6597a8762898aac9868cc8938e9398b96ffe4"
}
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:@md-parser/parser@~0.11.1",
"npm:@phosphor-icons/react@^2.1.10",
"npm:@preact/preset-vite@^2.10.3",
"npm:@preact/signals-core@^1.13.0",
"npm:@preact/signals@^2.8.1",
"npm:@types/node@^24.10.15",
"npm:@types/wav-encoder@^1.3.3",
"npm:concurrently@^9.2.1",
"npm:jszip@^3.10.1",
"npm:preact@^10.28.4",
"npm:react-social-icons@^6.25.0",
"npm:rolldown-vite@7.3.1",
"npm:typescript@~5.9.3",
"npm:wav-encoder@^1.3.0",
"npm:zod@^4.3.6"
]
},
"members": {
"deno": {
"dependencies": [
"jsr:@bronti/bcrypt@^1.0.3",
"jsr:@hono/hono@^4.11.1",
"jsr:@zip-js/zip-js@^2.8.8",
"jsr:@zod/zod@^4.3.5"
]
}
}
}
}