14 lines
333 B
JSON
14 lines
333 B
JSON
{
|
|
"imports": {
|
|
"@oak/oak": "jsr:@oak/oak@^17.0.0",
|
|
"@tajpouria/cors": "jsr:@tajpouria/cors@^1.2.1",
|
|
"react-router-dom": "npm:react-router-dom@^6.26.2"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"jsxFactory": "React.createElement",
|
|
"jsxFragmentFactory": "React.Fragment",
|
|
"lib": ["dom", "esnext"]
|
|
}
|
|
}
|