-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeno.lock
More file actions
107 lines (107 loc) · 3.56 KB
/
deno.lock
File metadata and controls
107 lines (107 loc) · 3.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"version": "4",
"specifiers": {
"jsr:@std/cli@^1.0.16": "1.0.16",
"jsr:@std/encoding@^1.0.9": "1.0.9",
"jsr:@std/fmt@^1.0.6": "1.0.6",
"jsr:@std/html@^1.0.3": "1.0.3",
"jsr:@std/http@^1.0.10": "1.0.14",
"jsr:@std/media-types@^1.1.0": "1.1.0",
"jsr:@std/net@^1.0.4": "1.0.4",
"jsr:@std/path@^1.0.8": "1.0.8",
"jsr:@std/streams@^1.0.9": "1.0.9"
},
"jsr": {
"@std/cli@1.0.16": {
"integrity": "02df293099c35b9e97d8ca05f57f54bd1ee08134f25d19a4756b3924695f4b00"
},
"@std/encoding@1.0.9": {
"integrity": "025b8f18eb1749bc30d1353bf48b77d1eb5e35610220fa226f5a046b9240c5d7"
},
"@std/fmt@1.0.6": {
"integrity": "a2c56a69a2369876ddb3ad6a500bb6501b5bad47bb3ea16bfb0c18974d2661fc"
},
"@std/html@1.0.3": {
"integrity": "7a0ac35e050431fb49d44e61c8b8aac1ebd55937e0dc9ec6409aa4bab39a7988"
},
"@std/http@1.0.14": {
"integrity": "bfc4329d975dff2abd8170e83e37deb454fbc678fec3fdd2ef5b03d92768a4ef",
"dependencies": [
"jsr:@std/cli",
"jsr:@std/encoding",
"jsr:@std/fmt",
"jsr:@std/html",
"jsr:@std/media-types",
"jsr:@std/net",
"jsr:@std/path",
"jsr:@std/streams"
]
},
"@std/media-types@1.1.0": {
"integrity": "c9d093f0c05c3512932b330e3cc1fe1d627b301db33a4c2c2185c02471d6eaa4"
},
"@std/net@1.0.4": {
"integrity": "2f403b455ebbccf83d8a027d29c5a9e3a2452fea39bb2da7f2c04af09c8bc852"
},
"@std/path@1.0.8": {
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
},
"@std/streams@1.0.9": {
"integrity": "a9d26b1988cdd7aa7b1f4b51e1c36c1557f3f252880fa6cc5b9f37078b1a5035"
}
},
"workspace": {
"dependencies": [
"jsr:@std/http@^1.0.10",
"jsr:@std/path@^1.0.8",
"jsr:@std/text@^1.0.8"
],
"packageJson": {
"dependencies": [
"npm:@dotenvx/dotenvx@^1.40.0",
"npm:@ianvs/prettier-plugin-sort-imports@^4.4.1",
"npm:@neondatabase/serverless@1",
"npm:@radix-ui/react-avatar@^1.1.4",
"npm:@radix-ui/react-dialog@^1.1.7",
"npm:@radix-ui/react-scroll-area@^1.2.4",
"npm:@radix-ui/react-slot@^1.2.0",
"npm:@radix-ui/react-tooltip@^1.2.0",
"npm:@remix-run/deno@^2.16.5",
"npm:@remix-run/dev@^2.16.5",
"npm:@remix-run/react@^2.16.5",
"npm:@remix-run/server-runtime@^2.16.5",
"npm:@tailwindcss/postcss@^4.1.3",
"npm:@tailwindcss/vite@^4.1.3",
"npm:@types/react-dom@^18.2.7",
"npm:@types/react@^18.2.20",
"npm:@typescript-eslint/eslint-plugin@^6.7.4",
"npm:@typescript-eslint/parser@^6.7.4",
"npm:autoprefixer@^10.4.21",
"npm:class-variance-authority@~0.7.1",
"npm:clsx@^2.1.1",
"npm:eslint-import-resolver-typescript@^3.6.1",
"npm:eslint-plugin-import@^2.28.1",
"npm:eslint-plugin-jsx-a11y@^6.7.1",
"npm:eslint-plugin-react-hooks@^4.6.0",
"npm:eslint-plugin-react@^7.33.2",
"npm:eslint@^8.38.0",
"npm:input@^1.0.1",
"npm:isbot@^4.1.0",
"npm:lucide-react@0.488",
"npm:prettier-plugin-jsdoc@^1.3.2",
"npm:prettier-plugin-tailwindcss@~0.6.11",
"npm:prettier@^3.5.3",
"npm:react-dom@^18.2.0",
"npm:react@^18.2.0",
"npm:tailwind-merge@^3.2.0",
"npm:tailwindcss@^4.1.3",
"npm:telegram@^2.26.22",
"npm:tsx@^4.19.3",
"npm:tw-animate-css@^1.2.5",
"npm:typescript@^5.1.6",
"npm:vite-tsconfig-paths@^4.2.1",
"npm:vite@6"
]
}
}
}