16 lines
515 B
JSON
16 lines
515 B
JSON
{
|
|
"imports": {
|
|
"@oak/oak": "https://deno.land/x/oak/mod.ts",
|
|
"@tajpouria/cors": "https://deno.land/x/cors/mod.ts",
|
|
"oak_sessions": "https://deno.land/x/oak_sessions/mod.ts",
|
|
"react-router-dom": "npm:react-router-dom@^6.26.2"
|
|
},
|
|
"compilerOptions": {
|
|
"lib": ["deno.ns", "deno.unstable", "DOM", "DOM.Iterable"],
|
|
"types": ["react", "deno.ns"],
|
|
"jsx": "react-jsx",
|
|
"jsxFactory": "React.createElement",
|
|
"jsxFragmentFactory": "React.Fragment",
|
|
"jsxImportSource": "react"
|
|
}
|
|
} |