chore: heygermany customer project
Some checks failed
Main / Setup and Test (push) Has been cancelled
Main / Build Website (push) Has been cancelled

This commit is contained in:
e2e
2026-07-11 10:31:48 +02:00
commit 81ea8ef5d1
394 changed files with 38048 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "@heygermany/mantine-theme",
"version": "0.0.0",
"private": true,
"type": "module",
"main": "index.ts",
"scripts": {
"tsc": "tsc"
},
"dependencies": {
"@mantine/colors-generator": "^8.2.8",
"@pikku/mantine": "^0.12.6",
"@pikku/react": "^0.12.5",
"chroma-js": "^3.1.2"
},
"peerDependencies": {
"@mantine/core": "^8.2.8",
"@mantine/hooks": "^8.2.8",
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@mantine/core": "^8.2.8",
"@mantine/hooks": "^8.2.8",
"@types/node": "^22",
"react": "^19",
"react-dom": "^19",
"typescript": "^5"
}
}