18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"name": "@germantax/components",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/hooks": "^9.2.1",
|
|
"@pikku/mantine": "^0.12.6",
|
|
"@pikku/react": "^0.12.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.5"
|
|
}
|
|
}
|