15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"imports":
|
|
{
|
|
"/": "./src/",
|
|
"./": "./src/",
|
|
|
|
"oak": "https://deno.land/x/oak/mod.ts",
|
|
"@babel/": "https://esm.sh/@babel/",
|
|
|
|
"react": "https://esm.sh/react",
|
|
"react-dom": "https://esm.sh/react-dom",
|
|
"react-dom/": "https://esm.sh/react-dom/",
|
|
"styled-components": "https://esm.sh/styled-components"
|
|
}
|
|
} |