-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathimportMap.json
More file actions
17 lines (17 loc) · 739 Bytes
/
importMap.json
File metadata and controls
17 lines (17 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"imports": {
"@astral/astral": "jsr:@astral/astral@^0.5.2",
"@std/assert/": "jsr:/@std/assert@^1.0.10/",
"@std/fs/": "jsr:/@std/fs@^1.0.9/",
"@std/http/": "jsr:/@std/http@^1.0.12/",
"@std/media-types/": "jsr:/@std/media-types@^1.1.0/",
"@std/path/": "jsr:/@std/path@^1.0.8/",
"graphql-react/": "https://unpkg.com/graphql-react@20.0.0/",
"react": "https://esm.sh/react@18.3.1?dev",
"react-dom/client": "https://esm.sh/react-dom@18.3.1/client?dev",
"react-dom/server": "https://esm.sh/react-dom@18.3.1/server?dev",
"react-test-renderer": "https://esm.sh/react-test-renderer@18.3.1?dev",
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@5.0.0/",
"ruck/": "./"
}
}