-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
98 lines (98 loc) · 5.82 KB
/
deno.json
File metadata and controls
98 lines (98 loc) · 5.82 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
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
92
93
94
95
96
97
98
{
"lock": false,
"tasks": {
"start": "deno run --unstable -A --watch=static/,routes/ dev.ts",
"update": "deno run --unstable -A -r https://fresh.deno.dev/update .",
"build": "deno run --unstable -A dev.ts build",
"preview": "deno run --unstable -A main.ts"
},
"imports": {
"utils/": "./utils/",
"islands/": "./islands/",
"components/": "./components/",
"$fresh/": "https://deno.land/x/[email protected]/",
"react": "https://esm.sh/[email protected]/compat",
"react-dom": "https://esm.sh/[email protected]/compat",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"oAuth2": "https://deno.land/x/[email protected]/mod.ts",
"v4": "https://deno.land/[email protected]/uuid/mod.ts",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"@twind/core": "https://esm.sh/@twind/core",
"$std/": "https://deno.land/[email protected]/",
"react-loading-icons": "https://esm.sh/[email protected]?alias=react:preact/compat,react-dom:preact/compat,@types/react:preact/compat&external=preact/compat",
"@headlessui/react": "https://esm.sh/v126/*@headlessui/[email protected]",
"@twind/preset-typography": "https://esm.sh/v126/*@twind/[email protected]",
"@tiptap/pm": "https://esm.sh/v126/*@tiptap/[email protected]",
"@tiptap/pm/": "https://esm.sh/v126/*@tiptap/[email protected]/",
"@tiptap/react": "https://esm.sh/v126/*@tiptap/[email protected]",
"@tiptap/starter-kit": "https://esm.sh/v126/*@tiptap/[email protected]",
"@tiptap/core": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-blockquote": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-bold": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-bubble-menu": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-bullet-list": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-code-block": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-code": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-color": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-document": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-dropcursor": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-floating-menu": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-focus": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-gapcursor": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-hard-break": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-heading": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-highlight": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-history": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-horizontal-rule": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-italic": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-list-item": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-ordered-list": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-paragraph": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-placeholder": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-strike": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-text": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-text-style": "https://esm.sh/v126/@tiptap/[email protected]",
"@tiptap/extension-typography": "https://esm.sh/v126/@tiptap/[email protected]",
"prosemirror-changeset": "https://esm.sh/v126/[email protected]",
"prosemirror-collab": "https://esm.sh/v126/[email protected]",
"prosemirror-commands": "https://esm.sh/v126/[email protected]",
"prosemirror-dropcursor": "https://esm.sh/v126/[email protected]",
"prosemirror-gapcursor": "https://esm.sh/v126/[email protected]",
"prosemirror-history": "https://esm.sh/v126/[email protected]",
"prosemirror-inputrules": "https://esm.sh/v126/[email protected]",
"prosemirror-keymap": "https://esm.sh/v126/[email protected]",
"prosemirror-markdown": "https://esm.sh/v126/[email protected]",
"prosemirror-menu": "https://esm.sh/v126/[email protected]",
"prosemirror-model": "https://esm.sh/v126/[email protected]",
"prosemirror-schema-basic": "https://esm.sh/v126/[email protected]",
"prosemirror-schema-list": "https://esm.sh/v126/[email protected]",
"prosemirror-state": "https://esm.sh/v126/[email protected]",
"prosemirror-tables": "https://esm.sh/v126/[email protected]",
"prosemirror-trailing-node": "https://esm.sh/v126/[email protected]",
"prosemirror-transform": "https://esm.sh/v126/[email protected]",
"prosemirror-view": "https://esm.sh/v126/[email protected]"
},
"scopes": {
"https://esm.sh/v126/": {
"client-only": "https://esm.sh/v126/[email protected]"
}
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"lint": {
"rules": {
"tags": ["fresh", "recommended"]
},
"exclude": ["_fresh"]
},
"fmt": {
"exclude": ["_fresh"]
}
}