2022-10-02 18:46:42 +00:00
|
|
|
{
|
|
|
|
"importMap": "import_map.json",
|
|
|
|
"tasks": {
|
2023-05-19 13:56:43 +00:00
|
|
|
"lume:fresh": "echo \"import 'lume/cli.ts'\" | deno run --lock-write --lock=deno.lock --unstable -A -",
|
2022-10-20 14:14:05 +00:00
|
|
|
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
|
2022-10-02 18:46:42 +00:00
|
|
|
"build": "deno task lume",
|
2023-05-19 13:49:36 +00:00
|
|
|
"build:fresh": "deno task lume:fresh",
|
2022-10-02 18:46:42 +00:00
|
|
|
"serve": "deno task lume -s"
|
|
|
|
},
|
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
2022-10-20 14:14:05 +00:00
|
|
|
"jsxImportSource": "npm:react"
|
2022-10-02 18:46:42 +00:00
|
|
|
}
|
|
|
|
}
|