-
Notifications
You must be signed in to change notification settings - Fork 0
/
deno.json
46 lines (46 loc) · 2.27 KB
/
deno.json
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
42
43
44
45
46
{
"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": "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'",
"runPush": "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",
"runLog": "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/": "https://deno.land/x/fresh@1.6.8/",
"$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.19.6",
"preact/": "https://esm.sh/preact@10.19.6/",
"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"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"nodeModulesDir": true
}