-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 843 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
{
"packageManager": "pnpm@9.2.0",
"scripts": {
"fmt": "prettier --cache --write ."
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "~0.6.14",
"tailwindcss": "^3.4.18",
"typescript": "5.9.3"
},
"pnpm": {
"patchedDependencies": {
"@tanstack/query-core@5.17.19": "patches/@tanstack__query-core@5.17.19.patch",
"solid-js@1.9.10": "patches/solid-js@1.9.10.patch",
"solid-textarea-autosize@0.0.5": "patches/solid-textarea-autosize@0.0.5.patch",
"vite-plugin-pwa@1.1.0": "patches/vite-plugin-pwa@1.1.0.patch",
"workbox-precaching@7.3.0": "patches/workbox-precaching@7.3.0.patch"
},
"overrides": {
"hasown": "npm:@nolyfill/hasown@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
}