-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.lock
91 lines (91 loc) · 2.94 KB
/
deno.lock
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
{
"version": "4",
"specifiers": {
"jsr:@std/fs@*": "1.0.14",
"jsr:@std/path@*": "1.0.8",
"jsr:@std/path@^1.0.8": "1.0.8"
},
"jsr": {
"@std/[email protected]": {
"integrity": "1e84bf0b95fe08f41f1f4aea9717bbf29f45408a56ce073b0114474ce1c9fccf",
"dependencies": [
"jsr:@std/path@^1.0.8"
]
},
"@std/[email protected]": {
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
}
},
"workspace": {
"dependencies": [
"jsr:@std/fs@^1.0.14"
],
"packageJson": {
"dependencies": [
"npm:@eslint/js@^9.23.0",
"npm:@felte/core@^1.4.4",
"npm:@felte/reporter-solid@^1.2.11",
"npm:@felte/solid@^1.2.14",
"npm:@felte/validator-zod@^1.0.18",
"npm:@floating-ui/core@^1.6.9",
"npm:@floating-ui/dom@^1.6.13",
"npm:@mbarzda/solid-i18next@^1.4.1",
"npm:@solidjs/meta@~0.29.4",
"npm:@solidjs/router@~0.15.3",
"npm:@solidjs/testing-library@~0.8.10",
"npm:@tanstack/query-core@^5.69.0",
"npm:@tanstack/solid-query@^5.69.0",
"npm:@tanstack/solid-table@^8.21.2",
"npm:@tanstack/table-core@^8.21.2",
"npm:@testing-library/jest-dom@^6.6.3",
"npm:@types/luxon@^3.4.2",
"npm:@types/wicg-file-system-access@^2023.10.5",
"npm:@typescript-eslint/eslint-plugin@^8.28.0",
"npm:@typescript-eslint/parser@^8.28.0",
"npm:autoprefixer@^10.4.21",
"npm:axios@^1.8.4",
"npm:bowser@^2.11.0",
"npm:classnames@^2.5.1",
"npm:cypress@^14.2.0",
"npm:eslint-config-love@119",
"npm:eslint-config-prettier@^10.1.1",
"npm:eslint-plugin-import@^2.31.0",
"npm:eslint-plugin-n@^17.16.2",
"npm:eslint-plugin-promise@^7.2.1",
"npm:eslint-plugin-solid@~0.14.5",
"npm:eslint@^9.23.0",
"npm:html-parse-string@^0.0.9",
"npm:i18next-http-backend@^3.0.2",
"npm:i18next-intervalplural-postprocessor@3",
"npm:i18next@^24.2.3",
"npm:js-base64@^3.7.7",
"npm:jsdom@26",
"npm:laravel-vite-plugin@^1.2.0",
"npm:libphonenumber-js@^1.12.6",
"npm:luxon@^3.5.0",
"npm:postcss@^8.5.3",
"npm:prettier@^3.5.3",
"npm:rehype-autolink-headings@^7.1.0",
"npm:remark-custom-heading-id@2",
"npm:remark-gfm@^4.0.1",
"npm:sass@^1.86.0",
"npm:solid-icons@^1.1.0",
"npm:solid-js@^1.9.5",
"npm:solid-markdown@^2.0.14",
"npm:[email protected]",
"npm:tailwindcss@^3.4.17",
"npm:tippy.js@^6.3.7",
"npm:typescript-eslint@^8.28.0",
"npm:typescript@^5.8.2",
"npm:vite-plugin-eslint@^1.8.1",
"npm:vite-plugin-solid-svg@~0.8.1",
"npm:vite-plugin-solid@^2.11.6",
"npm:vite-tsconfig-paths@^5.1.4",
"npm:vite@^6.2.3",
"npm:vitest@^3.0.9",
"npm:windows-1250@^3.0.4",
"npm:zod@^3.24.2"
]
}
}
}