-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
54 lines (54 loc) · 1.7 KB
/
package-lock.json
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
{
"name": "fitquest",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"es-hangul": "^2.2.3",
"lodash": "^4.17.21",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"prettier": "^3.3.3"
}
},
"node_modules/es-hangul": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/es-hangul/-/es-hangul-2.2.3.tgz",
"integrity": "sha512-DTwM998yPTW6nY2+bCbR7uYIPH38WFDNaPwKu3Vdj0Bt7SsOQFFIqlxZF5JkE0qJiMpm/L3IsD1Uuv7p7WlJpg==",
"license": "MIT",
"workspaces": [
".",
"docs",
"benchmarks"
]
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/tailwind-scrollbar-hide": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/tailwind-scrollbar-hide/-/tailwind-scrollbar-hide-1.1.7.tgz",
"integrity": "sha512-X324n9OtpTmOMqEgDUEA/RgLrNfBF/jwJdctaPZDzB3mppxJk7TLIDmOreEDm1Bq4R9LSPu4Epf8VSdovNU+iA=="
}
}
}