-
Notifications
You must be signed in to change notification settings - Fork 555
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 902 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 902 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
27
28
29
30
31
32
33
34
{
"scripts": {
"fmt:check": "echo 'TODO'",
"fmt": "dprint fmt",
"lint": "oxlint --type-aware || eslint",
"plugin:hello-world:install": "pnpm --dir examples/plugins/hello-world install:dev"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.52.0",
"@infisical/cli": "^0.43.40",
"@tanstack/eslint-plugin-query": "^5.91.4",
"dprint": "^0.51.1",
"eslint": "^9.39.2",
"lint-staged": "^16.3.2",
"oxfmt": "^0.35.0",
"oxlint": "^1.50.0",
"oxlint-tsgolint": "^0.12.2",
"supabase": "^2.76.8",
"turbo": "2.8.3",
"typescript-eslint": "^8.55.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json,css,md}": "dprint fmt"
},
"pnpm": {
"patchedDependencies": {
"@tiptap/extension-paragraph@3.20.1": "patches/@tiptap__extension-paragraph@3.20.1.patch"
}
},
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=22"
}
}