-
Notifications
You must be signed in to change notification settings - Fork 2
/
deno.jsonc
54 lines (49 loc) · 3.53 KB
/
deno.jsonc
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
{
"tasks": {
"vr": "echo \"\n\n>>>> I recommend to install velociraptor (https://velociraptor.run) <<<<\n\" && deno run -qA https://code.velociraptor.run",
"dev": "deno task vr dev",
"setup:kview": "deno task vr setup:kview"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"types": [
"./src/types.d.ts"
]
},
"imports": {
"kv-orm/": "./kv-orm/",
"deno_kv_auth/": "https://deno.land/x/deno_kv_oauth@v0.10.0/",
"denosass/": "https://deno.land/x/denosass@1.0.6/",
"emit/": "https://deno.land/x/emit@0.31.1/",
"esm.sh/": "https://esm.sh/",
"hono/": "https://deno.land/x/hono@v3.10.0/",
"hono/jsx/jsx-runtime": "https://deno.land/x/hono@v3.10.0/jsx/jsx-runtime.ts",
"octokit": "https://esm.sh/@octokit/graphql@v7.0.2",
"std/": "https://deno.land/std@0.205.0/",
"twind": "https://esm.sh/@twind/core@1.1.3",
"zod/": "https://deno.land/x/zod@v3.21.4/",
"npm/": "./public/vendor/cdn.jsdelivr.net/npm/"
},
"scopes": {
"./public/vendor/cdn.jsdelivr.net/npm/": {
"/npm/@lit/reactive-element@2.0.2/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/+esm.js",
"/npm/lit-html@3.1.0/+esm": "./public/vendor/cdn.jsdelivr.net/npm/lit-html@3.1.0/+esm.js",
"/npm/lit-element@4.0.2/lit-element.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/lit-element@4.0.2/lit-element.js/+esm.js",
"/npm/lit-html@3.1.0/is-server.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/lit-html@3.1.0/is-server.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/custom-element.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/custom-element.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/property.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/property.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/state.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/state.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/event-options.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/event-options.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/query.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/query.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/query-all.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/query-all.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/query-async.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/query-async.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/query-assigned-elements.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/query-assigned-elements.js/+esm.js",
"/npm/@lit/reactive-element@2.0.2/decorators/query-assigned-nodes.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/@lit/reactive-element@2.0.2/decorators/query-assigned-nodes.js/+esm.js",
"/npm/lit-html@3.1.0/directive.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/lit-html@3.1.0/directive.js/+esm.js",
"/npm/lit-html@3.1.0/directives/style-map.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/lit-html@3.1.0/directives/style-map.js/+esm.js",
"/npm/lit-html@3.1.0/directives/when.js/+esm": "./public/vendor/cdn.jsdelivr.net/npm/lit-html@3.1.0/directives/when.js/+esm.js"
}
}
// "importMap": "./public/vendor/import_map.json"
}