-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-import-map.json
38 lines (38 loc) · 2.23 KB
/
test-import-map.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
{
"imports": {
"asynciter": "https://deno.land/x/[email protected]/mod.ts?dev",
"bdd": "https://deno.land/[email protected]/testing/bdd.ts?dev",
"chai": "https://esm.sh/[email protected]?dev",
"cheerio": "https://esm.sh/[email protected]?dev",
"deno-dom": "https://deno.land/x/deno_dom/deno-dom-wasm.ts?dev",
"dex": "https://deno.land/x/[email protected]/mod.ts?dev",
"esbuild": "https://deno.land/x/[email protected]/mod.js?dev",
"esbuild-deno-loader": "https://deno.land/x/[email protected]/mod.ts?dev",
"fs": "https://deno.land/[email protected]/fs/mod.ts?dev",
"inversify": "https://esm.sh/inversify@6?dev",
"logger": "https://deno.land/[email protected]/log/mod.ts?dev",
"mock": "https://deno.land/[email protected]/testing/mock.ts?dev",
"mock-fetch": "https://deno.land/x/[email protected]/mod.ts?dev",
"mustache": "https://deno.land/x/[email protected]/mod.ts?dev",
"oak": "https://deno.land/x/[email protected]/mod.ts?dev",
"path": "https://deno.land/[email protected]/path/mod.ts?dev",
"postgres": "https://deno.land/x/[email protected]/mod.ts?dev",
"reflect": "https://deno.land/x/[email protected]/mod.ts?dev",
"react": "https://esm.sh/react@18?target=es2020&dev",
"react-dnd": "https://esm.sh/react-dnd@16?target=es2020&dev",
"react-dnd-html5": "https://esm.sh/react-dnd-html5-backend@16?target=es2020&dev",
"react-dom": "https://esm.sh/react-dom@18?target=es2020&dev",
"react-dom-client": "https://esm.sh/react-dom@18/client?target=es2020&dev",
"react-dom-server": "https://esm.sh/react-dom@18/server?target=es2020&dev",
"react-dom-test-utils": "https://esm.sh/react-dom@18/test-utils?target=es2020&dev",
"react-redux": "https://esm.sh/[email protected]?target=es2020&dev",
"react-ssr": "https://esm.sh/react@18?dev",
"redux-toolkit": "https://esm.sh/@reduxjs/[email protected]?target=es2020&dev",
"sinon": "https://esm.sh/sinon@15?dev",
"superoak": "https://deno.land/x/[email protected]/mod.ts?dev",
"windicss-lib": "https://esm.sh/[email protected]/lib?dev",
"windicss-parser": "https://esm.sh/[email protected]/utils/parser?dev",
"windicss-plugin-animations": "https://esm.sh/@windicss/plugin-animations?dev",
"windicss-plugin-forms": "https://esm.sh/[email protected]/plugin/forms?dev"
}
}