chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:21:55 +02:00
commit 52cd52e41a
293 changed files with 28412 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "@perauset/mantine-theme",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@pikku/mantine": "^0.12.6"
}
}