-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeno.json
More file actions
41 lines (41 loc) · 2.34 KB
/
Copy pathdeno.json
File metadata and controls
41 lines (41 loc) · 2.34 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
37
38
39
40
41
{
"lock": false,
"tasks": {
"check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx",
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
"manifest": "deno task cli manifest $(pwd)",
"start": "deno run -A --unstable-kv --watch=static/,routes/ dev.ts",
"build": "deno run -A --unstable-kv dev.ts build",
"preview": "deno run -A --unstable-kv main.ts",
"update": "deno run -A --unstable-kv -r https://fresh.deno.dev/update .",
"test": "Get-Date -DisplayHint Time && deno run -A --unstable-kv --watch ",
"run": "deno run --allow-all --unstable-kv --unstable-temporal 'Code chạy trên local, server, KV\\mod.ts'",
"push": "deno run --allow-all --unstable-kv --unstable-temporal 'Code chạy trên local, server, KV\\mod.ts' && git add -A && git commit --amend --no-edit && git push -f && Get-Date -DisplayHint Time",
"log": "deno run --allow-all --unstable-kv --unstable-temporal 'Code chạy trên local, server, KV\\mod.ts' > log.txt",
"baiDang": "deno run -A --unstable-kv --watch '.\\Code chạy trên local, server, KV\\Bài đăng\\c. Tạo từ cấu hình nơi đăng.ts'",
"testurl": "deno run -A --unstable-kv --watch '.\\Code chạy trên client\\URL, HTML\\Lấy thông tin từ URL\\mod.test.ts'"
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"fmt": { "lineWidth": 150 },
"exclude": ["**/_fresh/*"],
"imports": {
"fresh/": "jsr:fresh@2.3.3/",
"$fresh_charts/": "https://deno.land/x/fresh_charts@0.3.1/",
"$std/": "https://deno.land/std@0.218.2/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"@std/front-matter": "jsr:@std/front-matter@^0.224.3",
"daisyui": "npm:daisyui@4.4.19",
"daisyui/": "npm:/daisyui@4.4.19/",
"gfm": "https://deno.land/x/gfm@0.2.5/mod.ts",
"preact": "https://esm.sh/preact@10.22.0",
"preact/": "https://esm.sh/preact@10.22.0/",
"tailwindcss": "npm:tailwindcss@3.4.1",
"tailwindcss/": "npm:/tailwindcss@3.4.1/",
"tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js",
"typography": "npm:@tailwindcss/typography@0.5.20",
"@b-fuze/deno-dom": "jsr:@b-fuze/deno-dom@0.1.49"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"nodeModulesDir": "auto"
}