-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeno.json
More file actions
53 lines (53 loc) · 2.65 KB
/
deno.json
File metadata and controls
53 lines (53 loc) · 2.65 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
{
"tasks": {
"pull-project-docs": "deno run --no-prompt --allow-read --allow-net=\"github.com,codeload.github.com\" --allow-write=\"./public,$TMPDIR\" scripts/pull-project-docs.ts",
"fetch-project-commit": "deno run --no-prompt --allow-read --allow-env --allow-net=\"github.com,api.github.com\" --allow-write=\"$TMPDIR\" scripts/fetch-project-commit.ts",
"docs:prebuild": "deno run --no-prompt --allow-read --allow-write=\"./docs/src/content/docs,./docs/src/pages\" scripts/prebuild.ts",
"docs:build": "deno task docs:prebuild && astro build --root ./docs",
"docs:preview": "astro preview --root ./docs",
"docs:start": "astro dev --root ./docs",
"types:projects": "deno run --no-prompt --allow-read --allow-write=\"projects-schema.d.ts\" --allow-env --allow-sys=\"cpus\" json-schema-to-typescript --input projects-schema.json --output projects-schema.d.ts",
"juno": "juno"
},
"imports": {
"@astrojs/mdx": "npm:@astrojs/mdx@^4.3.11",
"@astrojs/react": "npm:@astrojs/react@^4.3.0",
"@dfinity/utils": "npm:@dfinity/utils@^4.2.1",
"@icp-sdk/core": "npm:@icp-sdk/core@^5.2.1",
"@joplin/turndown-plugin-gfm": "npm:@joplin/turndown-plugin-gfm@^1.0.64",
"@junobuild/cli": "npm:@junobuild/cli@0.15.1",
"@junobuild/ic-client": "npm:@junobuild/ic-client@^8.1.3",
"@pagefind/default-ui": "npm:@pagefind/default-ui@^1.4.0",
"@radix-ui/react-dropdown-menu": "npm:@radix-ui/react-dropdown-menu@^2.1.16",
"@radix-ui/react-navigation-menu": "npm:@radix-ui/react-navigation-menu@^1.2.14",
"@types/react": "npm:@types/react@^19.1.12",
"@types/turndown": "npm:@types/turndown@^5.0.6",
"astro-integration-kit": "npm:astro-integration-kit@^0.19.0",
"astro-mermaid": "npm:astro-mermaid@^1.1.0",
"fs": "node:fs",
"json-schema-to-typescript": "npm:json-schema-to-typescript@^15.0.4",
"mermaid": "npm:mermaid@^11.12.0",
"pagefind": "npm:pagefind@^1.4.0",
"react": "npm:react@^19.1.1",
"react-dom": "npm:react-dom@^19.1.1",
"turndown": "npm:turndown@^7.2.2",
"unist-util-visit": "npm:unist-util-visit@^5.0.0",
"url": "node:url",
"util": "node:util",
"path": "node:path",
"@actions/core": "npm:@actions/core@^1.11.1",
"@actions/github": "npm:@actions/github@^6.0.1",
"@astrojs/starlight": "npm:@astrojs/starlight@^0.35.2",
"@junobuild/config": "npm:@junobuild/config@3.0.0",
"@std/cli": "jsr:@std/cli@^1.0.21",
"@std/fs": "jsr:@std/fs@^1.0.19",
"@std/path": "jsr:@std/path@^1.1.2",
"@types/yauzl": "npm:@types/yauzl@^2.10.3",
"astro": "npm:astro@5.13.8",
"yauzl": "npm:yauzl@^3.2.0"
},
"nodeModulesDir": "auto",
"fmt": {
"exclude": ["CHANGELOG.md"]
}
}