mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
26 lines
569 B
JSON
26 lines
569 B
JSON
{
|
|
"imports": {
|
|
"lume/": "https://deno.land/x/lume@v3.0.2/",
|
|
"lume/jsx-runtime": "https://deno.land/x/ssx@v0.1.10/jsx-runtime.ts"
|
|
},
|
|
"tasks": {
|
|
"lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-all - --config site.ts",
|
|
"build": "deno task lume",
|
|
"serve": "deno task lume --serve"
|
|
},
|
|
"compilerOptions": {
|
|
"types": [
|
|
"lume/types.ts"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "lume"
|
|
},
|
|
"unstable": [
|
|
"temporal"
|
|
],
|
|
"lint": {
|
|
"plugins": [
|
|
"https://deno.land/x/lume@v3.0.2/lint.ts"
|
|
]
|
|
}
|
|
}
|