-
Notifications
You must be signed in to change notification settings - Fork 742
Expand file tree
/
Copy pathdeno.json
More file actions
129 lines (125 loc) · 4.18 KB
/
deno.json
File metadata and controls
129 lines (125 loc) · 4.18 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"nodeModulesDir": "auto",
"workspace": [
"./packages/*",
"./www"
],
"tasks": {
"demo": "deno task --cwd=packages/plugin-vite demo",
"demo:build": "deno task --cwd=packages/plugin-vite demo:build",
"demo:start": "deno task --cwd=packages/plugin-vite demo:start",
"test": "deno test -A --parallel",
"www": "deno task --cwd=www dev",
"build-www": "deno task --cwd=www build",
"screenshot": "deno run -A www/utils/screenshot.ts",
"check:types": "deno check --allow-import",
"check:docs": "deno run -A tools/check_docs.ts",
"ok": "deno fmt --check && deno lint && deno task check:types && deno task test",
"test:www": "deno test -A www/main_test.*",
"release": "deno run -A tools/release.ts"
},
"exclude": [
"**/_fresh/*",
"**/tmp/*",
"*/tests_OLD/**",
"**/vite.config.ts.*",
"*/vite.config.ts.*",
"vite.config.ts.*"
],
"publish": {
"include": [
"src/**",
"deno.json",
"README.md",
"LICENSE",
"www/static/fresh-badge.svg",
"www/static/fresh-badge-dark.svg",
"*.todo"
],
"exclude": ["**/*_test.*", "src/__OLD/**", "*.todo", "**/tests/**"]
},
"imports": {
"@fresh/internal/test-utils": "./packages/internal/src/test-utils.ts",
"@fresh/internal/versions": "./packages/internal/src/versions.ts",
"@deno/doc": "jsr:@deno/doc@^0.172.0",
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.2.0",
"@fresh/build-id": "jsr:@fresh/build-id@^1.0.0",
"@std/cli": "jsr:@std/cli@^1.0.19",
"@std/collections": "jsr:@std/collections@^1.1.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.5",
"@std/http": "jsr:@std/http@^1.0.15",
"@std/uuid": "jsr:@std/uuid@^1.0.7",
"@supabase/postgrest-js": "npm:@supabase/postgrest-js@^1.21.4",
"@types/node": "npm:@types/node@^24.3.0",
"docsearch": "https://esm.sh/@docsearch/js@3.5.2?target=es2020",
"esbuild": "npm:esbuild@0.25.7",
"esbuild-wasm": "npm:esbuild-wasm@0.25.7",
"fresh": "jsr:@fresh/core@^2.0.0",
"mime-db": "npm:mime-db@^1.54.0",
"preact": "npm:preact@^10.27.0",
"preact-render-to-string": "npm:preact-render-to-string@^6.5.11",
"$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts",
"@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
"@preact/signals": "npm:@preact/signals@^2.2.1",
"@std/encoding": "jsr:@std/encoding@1",
"@std/fmt": "jsr:@std/fmt@^1.0.7",
"@std/fs": "jsr:@std/fs@1",
"@std/html": "jsr:@std/html@1",
"@std/jsonc": "jsr:@std/jsonc@1",
"@std/media-types": "jsr:@std/media-types@1",
"@std/path": "jsr:@std/path@1",
"@std/semver": "jsr:@std/semver@1",
"@std/streams": "jsr:@std/streams@1",
"@astral/astral": "jsr:@astral/astral@^0.5.3",
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.3",
"linkedom": "npm:linkedom@^0.18.10",
"@std/async": "jsr:@std/async@^1.0.13",
"@std/expect": "jsr:@std/expect@^1.0.16",
"@std/testing": "jsr:@std/testing@^1.0.12",
"@tailwindcss/postcss": "npm:@tailwindcss/postcss@^4.1.10",
"redis": "npm:redis@^5.8.2",
"rollup": "npm:rollup@^4.50.0",
"tailwindcss": "npm:tailwindcss@^4.1.10",
"postcss": "npm:postcss@8.5.6",
"ts-morph": "npm:ts-morph@^26.0.0",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"github-slugger": "npm:github-slugger@^2.0.0",
"imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts",
"marked": "npm:marked@^15.0.11",
"marked-mangle": "npm:marked-mangle@^1.1.9",
"prismjs": "npm:prismjs@^1.29.0",
"vite": "npm:vite@^7.1.5"
},
"compilerOptions": {
"lib": ["dom", "dom.asynciterable", "deno.ns", "deno.unstable"],
"jsx": "precompile",
"jsxImportSource": "preact",
"jsxPrecompileSkipElements": [
"a",
"img",
"source",
"body",
"html",
"head",
"title",
"meta",
"script",
"link",
"style",
"base",
"noscript",
"template"
],
"types": ["vite/client"]
},
"lint": {
"rules": {
"tags": ["recommended", "fresh", "jsr", "jsx", "react"],
"exclude": ["no-window"],
"include": ["no-console"]
}
},
"fmt": {
"exclude": ["./www/static/**/*.svg"]
}
}