aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/deno.json
blob: e07d424396e108a584c46b1dc33f6523c3f1a209 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "imports": {
    "lume/": "https://deno.land/x/lume@v1.18.5/",
    "std/": "https://deno.land/std@0.200.0/",
    "https://deno.land/x/vento@v0.7.1/": "https://deno.land/x/vento@v0.8.0/"
  },
  "tasks": {
    "build": "deno task css && deno task js && deno task www",
    "serve": "deno task lume -s --dev",
    "www": "deno task lume",
    "lume": "cd www && echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
    "css": "deno run -qA tool/css.ts src/missing.css && deno run -qA tool/css.ts src/missing-prism.css",
    "js": "rm -rf dist/js && cp -r src/js dist/js && cp -r dist/js www/missing-js"
  },
  "nodeModulesDir": false,
  "lock": false
}