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.
24 lines
612 B
24 lines
612 B
3 months ago
|
{
|
||
|
"name": "@rakit/joy-ui",
|
||
|
"type": "module",
|
||
|
"description": "low level admin & dashboard scaffold",
|
||
|
"main": "./src/index.ts",
|
||
|
"dependencies": {
|
||
|
"@rakit/use-async": "workspace:*",
|
||
|
"@rakit/use-invariant": "workspace:*",
|
||
|
"@tanstack/react-query": "^5.52.2",
|
||
|
"lodash": "^4.17.21",
|
||
|
"react": "^18.3.1",
|
||
|
"react-dom": "^18.3.1",
|
||
|
"react-error-boundary": "^4.0.13",
|
||
|
"react-is": "^18.3.1",
|
||
|
"react-router-dom": "^6.26.1",
|
||
|
"sonner": "^1.5.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/lodash": "^4.17.7",
|
||
|
"@types/react-dom": "^18.3.0",
|
||
|
"@types/react-is": "^18.3.0"
|
||
|
}
|
||
|
}
|