-
Notifications
You must be signed in to change notification settings - Fork 584
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.89 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.89 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
{
"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.61.0",
"@infisical/cli": "^0.43.72",
"@tanstack/eslint-plugin-query": "^5.99.0",
"dprint": "^0.51.1",
"eslint": "^9.39.4",
"lint-staged": "^16.4.0",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.21.1",
"supabase": "^2.89.1",
"turbo": "2.9.6",
"typescript-eslint": "^8.58.1"
},
"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"
},
"overrides": {
"@tiptap/extension-paragraph": "3.20.1",
"@tiptap/extension-blockquote": "3.20.1",
"@tiptap/extension-bold": "3.20.1",
"@tiptap/extension-code": "3.20.1",
"@tiptap/extension-code-block": "3.20.1",
"@tiptap/extension-document": "3.20.1",
"@tiptap/extension-hard-break": "3.20.1",
"@tiptap/extension-heading": "3.20.1",
"@tiptap/extension-horizontal-rule": "3.20.1",
"@tiptap/extension-italic": "3.20.1",
"@tiptap/extension-text": "3.20.1",
"@tiptap/extension-strike": "3.20.1",
"@tiptap/extension-list": "3.20.1",
"@tiptap/extension-bubble-menu": "3.20.1",
"@tiptap/extension-floating-menu": "3.20.1",
"@tiptap/extensions": "3.20.1",
"prosemirror-view": "1.41.7",
"lightningcss": "1.30.1"
},
"peerDependencyRules": {
"allowedVersions": {
"motion": "11",
"react": "19",
"@lobehub/ui": "3.4.0",
"unist-util-visit": "5",
"esbuild": "0.25"
}
}
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=22"
}
}