-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
36 lines (36 loc) · 1.18 KB
/
deno.json
File metadata and controls
36 lines (36 loc) · 1.18 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
{
"imports": {
"lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@3.1.4/",
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.14.11/",
"lume/jsx-runtime": "https://cdn.jsdelivr.net/gh/oscarotero/ssx@0.1.14/jsx-runtime.ts",
"lume/markdown-plugins/": "https://cdn.jsdelivr.net/gh/lumeland/markdown-plugins@0.10.1/",
"mdit/plugin-alert": "https://cdn.jsdelivr.net/npm/@mdit/plugin-alert@0.22.3/lib/index.js",
"xeo/": "https://cdn.jsdelivr.net/gh/famebot/xeo@8.0.1/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"prod": "deno task lume --location=https://artact.io",
"build": "deno task lume",
"serve": "deno task lume -s",
"d": "deno task serve",
"lup": "deno task lume upgrade",
"lupd": "deno task lume upgrade --dev",
"up": "deno run -A --quiet 'https://cdn.jsdelivr.net/gh/oscarotero/nudd@0.2.11/cli.ts' update deno.json"
},
"compilerOptions": {
"types": [
"lume/types.ts"
],
"jsx": "react-jsx",
"jsxImportSource": "lume"
},
"unstable": [
"fmt-component",
"temporal"
],
"lint": {
"plugins": [
"https://cdn.jsdelivr.net/gh/lumeland/lume@3.1.4/lint.ts"
]
}
}