You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
372 B
15 lines
372 B
3 months ago
|
{
|
||
|
"name": "simple-admin",
|
||
|
"type": "module",
|
||
|
"description": "low level admin & dashboard scaffold",
|
||
|
"dependencies": {
|
||
|
"@rakit/core": "workspace:*",
|
||
|
"@rakit/use-async": "workspace:*",
|
||
|
"@rakit/use-fetch": "workspace:*",
|
||
|
"@rakit/use-invariant": "workspace:*",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1",
|
||
|
"react-router-dom": "^6.26.1"
|
||
|
}
|
||
|
}
|